use correct url

This commit is contained in:
Christian Weiske 2011-04-15 08:00:26 +02:00
parent b2c48977bb
commit 0f0a95998e

View file

@ -35,7 +35,7 @@ class www_SearchTest extends TestBaseApi
public function testMultipleTermsRawUrlEncoded() public function testMultipleTermsRawUrlEncoded()
{ {
$this->addBookmark(null, null, 0, null, 'unittest foo bar'); $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( $this->assertSelectCount(
'.xfolkentry', true, $res->getBody(), '.xfolkentry', true, $res->getBody(),
'No bookmark found', false 'No bookmark found', false