aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-20 17:08:39 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-20 17:08:39 +0200
commit1bbc36f8a4a41fc1a55767fc28921ac44a6a60a7 (patch)
tree132003c38bdf22b642566d45aac3d8db28b73a5c /tests
parent191f08683edb9970c2ad6c061840292c2df14d61 (diff)
downloadsemanticscuttle-1bbc36f8a4a41fc1a55767fc28921ac44a6a60a7.tar.gz
semanticscuttle-1bbc36f8a4a41fc1a55767fc28921ac44a6a60a7.tar.bz2
fix test
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 1220667..5dce69d 100644
--- a/tests/www/searchTest.php
+++ b/tests/www/searchTest.php
@@ -41,7 +41,7 @@ class www_SearchTest extends TestBaseApi
'No bookmark found', false
);
- $res = $this->getRequest('/all/baz bat')->send();
+ $res = $this->getRequest('/all/baz%20bat')->send();
$this->assertSelectCount(
'.xfolkentry', false, $res->getBody(),
'Bookmarks found', false