TestAsserter.st
changeset 322 1cc6cc7150f0
parent 317 81d237f7ac0c
child 330 f5e87fbc113a
--- a/TestAsserter.st	Sat Aug 06 19:50:42 2011 +0200
+++ b/TestAsserter.st	Sun Aug 07 12:39:39 2011 +0200
@@ -71,7 +71,7 @@
 !
 
 exceptionDetail
-    "the stack backtrace as represented by the smalltalk dialect"
+    "dialect specific exception detail"
 
     ^ exceptionDetail
 
@@ -231,7 +231,7 @@
 !TestAsserter methodsFor:'logging'!
 
 exceptionDetail:exceptionDetailArg
-    "remember the exception detail"
+    "remember the dialect specific exception detail"
 
     exceptionDetail := exceptionDetailArg
 
@@ -270,11 +270,11 @@
 !TestAsserter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestAsserter.st,v 1.10 2011-08-06 09:04:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestAsserter.st,v 1.11 2011-08-07 10:39:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestAsserter.st,v 1.10 2011-08-06 09:04:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestAsserter.st,v 1.11 2011-08-07 10:39:39 cg Exp $'
 !
 
 version_SVN