Index: openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl,v diff -u -N -r1.8.2.2 -r1.8.2.3 --- openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 10 Sep 2015 08:21:14 -0000 1.8.2.2 +++ openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 12 Sep 2016 11:08:19 -0000 1.8.2.3 @@ -192,7 +192,7 @@ set response_url [tclwebtest::response url] if { ![string match "*${home_uri}*" $response_url] } { - if { [cc_lookup_email_user $email] eq "" } { + if { [party::get_by_email -email $email] eq "" } { error "Failed to login user with email=\"$email\" and password=\"$password\". No user with such email in database." } else { ns_log Error "Failed to log in user with email=\"$email\" and password=\"$password\" eventhough email exists (password may be incorrect). response_body=[tclwebtest::response body]"