From 24a26a36b1e766f0074909d562d5d67fe1f13b5d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 24 Nov 2008 02:50:22 +0000 Subject: [PATCH] remove old account tests from Operation/Auth --- t/Operation/Auth.t | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/t/Operation/Auth.t b/t/Operation/Auth.t index 4ace481e8..0535e63ba 100644 --- a/t/Operation/Auth.t +++ b/t/Operation/Auth.t @@ -28,7 +28,7 @@ my $session = WebGUI::Test->session; #---------------------------------------------------------------------------- # Tests -plan tests => 6; # Increment this number for each test you create +plan tests => 4; # Increment this number for each test you create #---------------------------------------------------------------------------- # Test the getInstance method @@ -55,20 +55,6 @@ unlike( "Hidden form elements for login NOT displayed to valid user", ); -like( - $output, - qr/Edit account information/, - "Edit account information link exists" -); - -like( - $output, - qr/Edit profile/, - "Edit Profile link exists" -); - - - #---------------------------------------------------------------------------- # Cleanup