Nevermind, it doesn't work.

This commit is contained in:
jgen 2014-02-22 15:33:55 -05:00
parent 2d0edde2b2
commit 96358f0bc0

View File

@ -11,14 +11,6 @@ class AliasEditorTest extends ShimmieWebTestCase {
$this->assert_no_text("Add"); $this->assert_no_text("Add");
$this->log_out(); $this->log_out();
$this->log_in_as_admin();
$this->get_page('alias/list');
$this->assert_title("Alias List");
$this->assert_text("Add");
$this->log_out();
/* /*
********************************************************************** **********************************************************************
* FIXME: TODO: * FIXME: TODO:
@ -31,6 +23,8 @@ class AliasEditorTest extends ShimmieWebTestCase {
* *
********************************************************************* *********************************************************************
$this->log_in_as_admin();
# test one to one # test one to one
$this->get_page('alias/list'); $this->get_page('alias/list');
$this->assert_title("Alias List"); $this->assert_title("Alias List");