]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
use correct url
authorChristian Weiske <cweiske@cweiske.de>
Fri, 15 Apr 2011 06:00:26 +0000 (08:00 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 15 Apr 2011 06:00:26 +0000 (08:00 +0200)
tests/www/searchTest.php

index e783a49ae761b468dfdd170b51e44442ef8d537f..cd7b2a50a3eafc5ca6febdb07281b4dd4e715c57 100644 (file)
@@ -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