[strongtalk] r197 committed - Report errors and failures to log following TextTestRunner run

1 view
Skip to first unread message

codesite...@google.com

unread,
Dec 31, 2009, 2:01:04 PM12/31/09
to strongta...@googlegroups.com
Revision: 197
Author: StephenLRees
Date: Thu Dec 31 11:00:16 2009
Log: Report errors and failures to log following TextTestRunner run
http://code.google.com/p/strongtalk/source/detail?r=197

Modified:
/branches/gcc-linux/StrongtalkSource/TextTestRunner.dlt

=======================================
--- /branches/gcc-linux/StrongtalkSource/TextTestRunner.dlt Sun Aug 9
17:16:11 2009
+++ /branches/gcc-linux/StrongtalkSource/TextTestRunner.dlt Thu Dec 31
11:00:16 2009
@@ -20,7 +20,9 @@
[Transcript cr.
result := suite run.
Transcript cr;
- print: result]
+ print: result; cr;
+ print: result failures; cr;
+ print: result errors]
ensure: [suite removeDependentFromHierarchy: runner]!

runAll

Reply all
Reply to author
Forward
0 new messages