test that too
This commit is contained in:
parent
e340927b07
commit
92217f0435
@ -62,6 +62,11 @@ class IndexTest extends ShimmieWebTestCase {
|
|||||||
$this->assertTitle(new PatternExpectation("/^Image $image_id_1: /"));
|
$this->assertTitle(new PatternExpectation("/^Image $image_id_1: /"));
|
||||||
$this->assertNoText("No Images Found");
|
$this->assertNoText("No Images Found");
|
||||||
|
|
||||||
|
# meta tag, one result
|
||||||
|
$this->get_page("post/list/md5=feb01bab5698a11dd87416724c7a89e3/1");
|
||||||
|
$this->assertTitle(new PatternExpectation("/^Image $image_id_1: /"));
|
||||||
|
$this->assertNoText("No Images Found");
|
||||||
|
|
||||||
# multiple tags, many results
|
# multiple tags, many results
|
||||||
$this->get_page('post/list/computer%20size=640x480/1');
|
$this->get_page('post/list/computer%20size=640x480/1');
|
||||||
$this->assertTitle("computer size=640x480");
|
$this->assertTitle("computer size=640x480");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user