a load more tests

This commit is contained in:
Shish
2009-07-19 04:48:25 +01:00
parent fd044838f3
commit d8e027b776
18 changed files with 265 additions and 30 deletions

15
contrib/bulk_add/test.php Normal file
View File

@ -0,0 +1,15 @@
<?php
class BulkAddTest extends ShimmieWebTestCase {
function testBulkAdd() {
$this->log_in_as_admin();
$this->get_page('admin');
$this->assertTitle("Admin Tools");
$this->setField('dir', "contrib/simpletest");
$this->click("Add");
$this->delete_image($image_id);
$this->log_out();
}
}
?>