remove old account tests from Operation/Auth

This commit is contained in:
Colin Kuskie 2008-11-24 02:50:22 +00:00
parent 5798823dd4
commit 24a26a36b1

View file

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