Added debug prints to stx_libjava>>testSuite jk_new_structure
authorvranyj1
Mon, 09 May 2011 22:16:28 +0000
branchjk_new_structure
changeset 769 9e8a0884a57b
parent 768 f9e571ed1105
child 770 6dd6e7221e7d
Added debug prints to stx_libjava>>testSuite
src/stx_libjava.st
--- a/src/stx_libjava.st	Mon May 09 09:04:48 2011 +0000
+++ b/src/stx_libjava.st	Mon May 09 22:16:28 2011 +0000
@@ -49,6 +49,10 @@
 
     javaTestCases do:[:each | suite addTests:each buildSuite tests ].
 
+    suite tests withIndexDo:
+	[:t :i|
+	Stdout nextPutAll: i printString; space; nextPutAll: t printString; cr].
+
     ^suite
 
     "
@@ -358,7 +362,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1101M'"$"
+    ^ "$SVN-Revision:"'1107M'"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!