From 96358f0bc06f63166288956faed47a613961de0b Mon Sep 17 00:00:00 2001 From: jgen Date: Sat, 22 Feb 2014 15:33:55 -0500 Subject: [PATCH] Nevermind, it doesn't work. --- ext/alias_editor/test.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ext/alias_editor/test.php b/ext/alias_editor/test.php index 5026f8e6..f1f9c6a1 100644 --- a/ext/alias_editor/test.php +++ b/ext/alias_editor/test.php @@ -11,14 +11,6 @@ class AliasEditorTest extends ShimmieWebTestCase { $this->assert_no_text("Add"); $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: @@ -31,6 +23,8 @@ class AliasEditorTest extends ShimmieWebTestCase { * ********************************************************************* + $this->log_in_as_admin(); + # test one to one $this->get_page('alias/list'); $this->assert_title("Alias List");