test meta-search
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1083 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
cecd961e66
commit
5fb279c545
@ -26,6 +26,12 @@ class IndexTest extends WebTestCase {
|
||||
$this->get('http://shimmie.shishnet.org/v2/post/list/screenshot/1');
|
||||
$this->assertTitle("screenshot");
|
||||
|
||||
$this->get('http://shimmie.shishnet.org/v2/post/list/size=1024x768/1');
|
||||
$this->assertTitle("size=1024x768");
|
||||
|
||||
$this->get('http://shimmie.shishnet.org/v2/post/list/screenshot%20size=1024x768/1');
|
||||
$this->assertTitle("screenshot size=1024x768");
|
||||
|
||||
$this->get('http://shimmie.shishnet.org/v2/post/list/screenshot%20computer/1');
|
||||
$this->assertTitle("screenshot computer");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user