Rename the file.
This commit is contained in:
parent
dd18377f93
commit
f3c379b8db
3 changed files with 2 additions and 5 deletions
|
@ -25,7 +25,7 @@ install:
|
|||
|
||||
script:
|
||||
- php tests/test_install.php -d $DB -h "http://127.0.0.1/"
|
||||
- php tests/all_tests.php -h "http://127.0.0.1/"
|
||||
- php tests/test_all.php -h "http://127.0.0.1/"
|
||||
|
||||
# If a failure occured then dump out a bunch of logs for debugging purposes.
|
||||
after_failure:
|
||||
|
|
|
@ -19,12 +19,9 @@ class AliasEditorTest extends ShimmieWebTestCase {
|
|||
$this->set_field('oldtag', "test1");
|
||||
$this->set_field('newtag', "test2");
|
||||
$this->click("Add");
|
||||
//$this->assertResponse(302);
|
||||
|
||||
$this->get_page('alias/list');
|
||||
if (!$this->assert_text("test1")) {
|
||||
$this->showSource();
|
||||
}
|
||||
$this->assert_text("test1");
|
||||
|
||||
$this->get_page("alias/export/aliases.csv");
|
||||
$this->assert_text("test1,test2");
|
||||
|
|
Reference in a new issue