Index: openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl,v diff -u -r1.36 -r1.37 --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 15 Feb 2004 10:52:51 -0000 1.36 +++ openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 28 Oct 2006 20:56:05 -0000 1.37 @@ -450,7 +450,7 @@ -authority_id $test_vars(authority_id) \ -username $test_vars(username)] - aa_equals "cannot retrieve pwd from local auth" $result(password_status) "not_supported" + aa_equals "retrieve pwd from local auth" $result(password_status) "ok" aa_true "must have message on failure" [expr ![empty_string_p $result(password_message)]] }