class: TestResultStX expecco_2_7_0 expecco_2_7_0_49 expecco_2_7_5 expecco_2_7_5a
authorClaus Gittinger <cg@exept.de>
Fri, 11 Jul 2014 02:23:44 +0200
changeset 593 4193d093e71c
parent 592 5eaceb032ddc
child 594 617433e967e9
class: TestResultStX changed: #printLineForContextForJavaCompatibleStackTrace:on:
TestResultStX.st
--- a/TestResultStX.st	Wed Jul 09 22:27:25 2014 +0200
+++ b/TestResultStX.st	Fri Jul 11 02:23:44 2014 +0200
@@ -92,7 +92,7 @@
         cls := method mclass.
         cls notNil ifTrue:[
             relPath := cls package copyReplaceAll:$: with:$/.
-            relPath := relPath copyReplaceAll:$\ with:$/.
+            relPath := relPath asUnixFilenameString.
             relPath := (relPath asFilename construct:cls theNonMetaclass classFilename) name.
             classSourceFile := relPath.
 
@@ -252,10 +252,10 @@
 !TestResultStX class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultStX.st,v 1.14 2013-11-12 23:10:09 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultStX.st,v 1.15 2014-07-11 00:23:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultStX.st,v 1.14 2013-11-12 23:10:09 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultStX.st,v 1.15 2014-07-11 00:23:44 cg Exp $'
 ! !