ExampleSetTest.st
changeset 41 9828e423824b
parent 14 a4a5478621e3
child 68 9fd111438d60
--- 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 $'
 ! !