test for bug #779
This commit is contained in:
parent
6ec72e7ac2
commit
2e24246984
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ class CommentListTest extends ShimmieWebTestCase {
|
||||||
$this->log_in_as_admin();
|
$this->log_in_as_admin();
|
||||||
$this->delete_image($image_id);
|
$this->delete_image($image_id);
|
||||||
$this->log_out();
|
$this->log_out();
|
||||||
|
|
||||||
|
$this->get_page('comment/list');
|
||||||
|
$this->assert_title('Comments');
|
||||||
|
$this->assert_no_text('ASDFASDF');
|
||||||
}
|
}
|
||||||
|
|
||||||
function testSingleDel() {
|
function testSingleDel() {
|
||||||
|
|
Reference in a new issue