Rename the file.

This commit is contained in:
jgen 2014-02-19 18:36:38 -05:00
parent dd18377f93
commit f3c379b8db
3 changed files with 2 additions and 5 deletions

View file

@ -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:

View file

@ -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");