aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/www/searchTest.php2
1 files changed, 1 insertions, 1 deletions
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