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 -N -r1.7 -r1.8 --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 29 Aug 2003 14:38:30 -0000 1.7 +++ openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 29 Aug 2003 15:22:21 -0000 1.8 @@ -280,7 +280,7 @@ # With user info set url [auth::password::get_forgotten_url -authority_id $test_vars(authority_id) -username $test_vars(username)] - aa_true "there is a local forgotten-password page with user info" [regexp {recover-password} $url] + aa_true "there is a local forgotten-password page with user info ($url)" [regexp {recover-password} $url] set url [auth::password::get_forgotten_url -authority_id $test_vars(authority_id) -username $test_vars(username) -remote_only] aa_equals "cannot get remote url with missing forgotten_pwd_url" $url ""