From 0f0a95998e373420549251be86407f9ca478fc1d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 15 Apr 2011 08:00:26 +0200 Subject: use correct url --- tests/www/searchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/www/searchTest.php b/tests/www/searchTest.php index e783a49..cd7b2a5 100644 --- a/tests/www/searchTest.php +++ b/tests/www/searchTest.php @@ -35,7 +35,7 @@ class www_SearchTest extends TestBaseApi public function testMultipleTermsRawUrlEncoded() { $this->addBookmark(null, null, 0, null, 'unittest foo bar'); - $res = $this->getRequest('/all/foo bar')->send(); + $res = $this->getRequest('/all/foo%20bar')->send(); $this->assertSelectCount( '.xfolkentry', true, $res->getBody(), 'No bookmark found', false -- cgit v1.2.3