Index: openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl,v diff -u -N -r1.15.2.3 -r1.15.2.4 --- openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 26 Mar 2019 11:10:17 -0000 1.15.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 14 Aug 2019 08:06:29 -0000 1.15.2.4 @@ -219,8 +219,8 @@ ns_unregister_op GET /test.testf set response_body [dict get $d body] - ns_log notice "CONTEXT BARP $context_barp" - ns_log notice "RESPONS BODY $response_body" + ns_log notice "CONTEXT BARP $context_barp" + ns_log notice "RESPONSE BODY $response_body" aa_equals "Context bar" [ns_quotehtml $response_body] [ns_quotehtml $context_barp] }