TestResultReporter.st
changeset 299 4f7577ca5364
parent 298 df98ca2a45b6
child 307 db569def6494
--- a/TestResultReporter.st	Wed Aug 03 12:59:53 2011 +0200
+++ b/TestResultReporter.st	Wed Aug 03 13:04:13 2011 +0200
@@ -11,6 +11,10 @@
 
 documentation
 "
+    WARNING:
+        this is about to be obsoleted by the reporter classes found in the
+        buildSupport packages.
+
     Currently supported formats are:
         #xml_pythonUnit - a python unit-like xml format
         #xml            - same, for backward compatibility
@@ -542,11 +546,11 @@
 !TestResultReporter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultReporter.st,v 1.16 2011-08-03 10:59:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultReporter.st,v 1.17 2011-08-03 11:04:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultReporter.st,v 1.16 2011-08-03 10:59:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResultReporter.st,v 1.17 2011-08-03 11:04:13 cg Exp $'
 !
 
 version_SVN