Index: Tools/Test/Manager.cls.xml =================================================================== diff -u -r2162 -r2163 --- Tools/Test/Manager.cls.xml (.../Manager.cls.xml) (revision 2162) +++ Tools/Test/Manager.cls.xml (.../Manager.cls.xml) (revision 2163) @@ -398,8 +398,8 @@ Set method=i%TheStack(i%TheStack,"method") If method="" Quit Set next=$o(i%TheLog(suite,case,method,""),-1)+1 - Set i%TheLog(suite,case,method,next)=success_":"_case_":"_method_":"_action_":"_description - Set line=action_":"_description_" ("_$s(success:"passed",1:"failed")_")" + Set i%TheLog(suite,case,method,next)=success_"~"_case_"~"_method_"~"_action_"~"_description + Set line=action_"~"_description_" ("_$s(success:"passed",1:"failed")_")" Do ..PrintLine(line,4) If 'success Do ..PrintErrorLine(line) Quit