From fe6f78e4d009461961df6cb7e9486686028c57b9 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Mon, 17 Mar 2008 14:32:25 +0000 Subject: [PATCH] altered incorrect reference to error message for null password git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4026 248e525c-4dfb-0310-94bc-949c084e9493 --- tests/login_tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/login_tests.rb b/tests/login_tests.rb index 986cc63..d99c134 100644 --- a/tests/login_tests.rb +++ b/tests/login_tests.rb @@ -31,7 +31,7 @@ class Test_01_login_screen < Test::Unit::TestCase @@ie.radio( :id,'P101_TC_ACCEPTED_0').set #'I accept the Terms and Conditions of using this site' @@ie.button(:value,'Login').click @@ie.wait - assert(@@ie.contains_text('Value must be specified.'),'Expected not null error on password.') + assert(@@ie.contains_text('Invalid username/password specified.'),'Expected password error.') # test that a valid user must be given @@ie.text_field(:id,'P101_USERNAME').set 'not_a_user' @@ie.text_field(:id,'P101_PASSWORD').set 'password'