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 -r1.8.2.3 -r1.8.2.4 --- openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 12 Sep 2016 11:08:19 -0000 1.8.2.3 +++ openacs-4/packages/acs-automated-testing/tcl/tclwebtest-procs.tcl 21 Apr 2017 15:43:47 -0000 1.8.2.4 @@ -53,7 +53,7 @@ } if { $error_p } { - # Either some non-socket error, or a socket problem occuring with more than + # Either some non-socket error, or a socket problem occurring with more than # $retry_max times. Propagate the error while retaining the stack trace aa_log "twt::do_request failed with error=\"$errmsg\" response_url=\"[tclwebtest::response url]\". See error log for the HTML response body" ns_log Error "twt::do_request failed with error=\"$errmsg\" response_url=\"[tclwebtest::response url]\" response_body=\"[tclwebtest::response body]\"" @@ -195,8 +195,8 @@ 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]" - error "Failed to log in user with email=\"$email\" and password=\"$password\" eventhough email exists (password may be incorrect). User should be able to request $home_uri without redirection, however response url=$response_url" + ns_log Error "Failed to log in user with email=\"$email\" and password=\"$password\" even though email exists (password may be incorrect). response_body=[tclwebtest::response body]" + error "Failed to log in user with email=\"$email\" and password=\"$password\" even though email exists (password may be incorrect). User should be able to request $home_uri without redirection, however response url=$response_url" } }