delete image after adding it, not after not-adding it
This commit is contained in:
parent
671d5fe2ae
commit
cadc99ae90
@ -12,6 +12,10 @@ class TagEditTest extends ShimmieWebTestCase {
|
||||
$this->click("Set");
|
||||
$this->assert_title("Image $image_id: tagme");
|
||||
$this->log_out();
|
||||
|
||||
$this->log_in_as_admin();
|
||||
$this->delete_image($image_id);
|
||||
$this->log_out();
|
||||
}
|
||||
|
||||
function testSourceEdit() {
|
||||
@ -43,7 +47,6 @@ class TagEditTest extends ShimmieWebTestCase {
|
||||
$this->log_in_as_admin();
|
||||
$this->get_page("admin");
|
||||
$this->assert_text("Mass Tag Edit"); // just test it exists
|
||||
$this->delete_image($image_id);
|
||||
$this->log_out();
|
||||
|
||||
# FIXME: test mass tag editor
|
||||
|
Loading…
x
Reference in New Issue
Block a user