use correct url
This commit is contained in:
parent
b2c48977bb
commit
0f0a95998e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue