more test fixes
This commit is contained in:
parent
36226d3b15
commit
266a0d7c25
1 changed files with 0 additions and 11 deletions
|
@ -25,7 +25,6 @@ class AdminPageTest extends ShimmieWebTestCase {
|
|||
$this->assert_title("Admin Tools");
|
||||
$this->set_field("action", "lowercase all tags");
|
||||
$this->click("Go");
|
||||
$this->log_out();
|
||||
|
||||
$this->get_page("post/view/$image_id_1");
|
||||
$this->assert_title("Image $image_id_1: testcase$ts");
|
||||
|
@ -53,15 +52,6 @@ class AdminPageTest extends ShimmieWebTestCase {
|
|||
$this->log_out();
|
||||
}
|
||||
|
||||
function testConvert() {
|
||||
$this->log_in_as_admin();
|
||||
$this->get_page('admin');
|
||||
$this->assert_title("Admin Tools");
|
||||
$this->set_field("action", "convert to inodb");
|
||||
$this->click("Go");
|
||||
$this->log_out();
|
||||
}
|
||||
|
||||
function testDump() {
|
||||
$this->log_in_as_admin();
|
||||
$this->get_page('admin');
|
||||
|
@ -70,6 +60,5 @@ class AdminPageTest extends ShimmieWebTestCase {
|
|||
$this->click("Go");
|
||||
$this->log_out();
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
Reference in a new issue