description
authorClaus Gittinger <cg@exept.de>
Sat, 08 Dec 2001 02:56:14 +0100
changeset 41 9828e423824b
parent 40 b27893ae4b99
child 42 e661bb33c988
description
ExampleSetTest.st
SUnitTest.st
--- a/ExampleSetTest.st	Tue Dec 04 10:06:50 2001 +0100
+++ b/ExampleSetTest.st	Sat Dec 08 02:56:14 2001 +0100
@@ -11,7 +11,8 @@
 
 description
     ^ 'An example test
-Tests some operations on Sets.'
+Tests some operations on Sets.
+None should fail.'
 ! !
 
 !ExampleSetTest methodsFor:'Running'!
@@ -63,5 +64,5 @@
 !ExampleSetTest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/ExampleSetTest.st,v 1.4 2000-12-10 13:21:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/ExampleSetTest.st,v 1.5 2001-12-08 01:55:54 cg Exp $'
 ! !
--- a/SUnitTest.st	Tue Dec 04 10:06:50 2001 +0100
+++ b/SUnitTest.st	Sat Dec 08 02:56:14 2001 +0100
@@ -165,5 +165,5 @@
 !SUnitTest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/SUnitTest.st,v 1.4 2000-12-10 13:22:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/SUnitTest.st,v 1.5 2001-12-08 01:56:14 cg Exp $'
 ! !