#UI_ENHANCEMENT by exept
authorClaus Gittinger <cg@exept.de>
Sun, 08 Sep 2019 00:54:10 +0200
changeset 761 757bd726452d
parent 760 a40d1124cee8
child 763 5e18fecc685b
#UI_ENHANCEMENT by exept class: TestResultStX changed: #printLineForContextForJavaCompatibleStackTrace:on:
TestResultStX.st
--- a/TestResultStX.st	Sun Aug 25 14:52:27 2019 +0200
+++ b/TestResultStX.st	Sun Sep 08 00:54:10 2019 +0200
@@ -123,8 +123,9 @@
     ].
 
     "/ output something (will not generate a ref to the source file)
-    con printReceiverOn:aStream.
-    aStream nextPutAll:' >> '.
+
+    con printReceiverWithSeparator:'»' on:aStream.
+    aStream nextPutAll:' » '.
     con selector printOn:aStream.
     aStream nextPutAll:' ['.
     con lineNumber printOn:aStream.