Extra debugging when Alias fails.
This commit is contained in:
parent
7d90c20297
commit
f1a516ef18
@ -35,6 +35,7 @@ after_failure:
|
|||||||
- sudo ls -al data/config/
|
- sudo ls -al data/config/
|
||||||
- sudo cat data/config/shimmie.conf.php
|
- sudo cat data/config/shimmie.conf.php
|
||||||
- sudo cat data/config/extensions.conf.php
|
- sudo cat data/config/extensions.conf.php
|
||||||
|
- sudo cat /var/log/php5-fpm.log
|
||||||
|
|
||||||
# configure notifications (email, IRC, campfire etc)
|
# configure notifications (email, IRC, campfire etc)
|
||||||
#notifications:
|
#notifications:
|
||||||
|
@ -12,9 +12,12 @@ class AliasEditorTest extends ShimmieWebTestCase {
|
|||||||
$this->set_field('oldtag', "test1");
|
$this->set_field('oldtag', "test1");
|
||||||
$this->set_field('newtag', "test2");
|
$this->set_field('newtag', "test2");
|
||||||
$this->click("Add");
|
$this->click("Add");
|
||||||
|
|
||||||
$this->get_page('alias/list');
|
$this->get_page('alias/list');
|
||||||
$this->assert_text("test1");
|
if (!$this->assert_text("test1")) {
|
||||||
|
$this->showSource();
|
||||||
|
}
|
||||||
|
|
||||||
$this->get_page("alias/export/aliases.csv");
|
$this->get_page("alias/export/aliases.csv");
|
||||||
$this->assert_text("test1,test2");
|
$this->assert_text("test1,test2");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user