ExampleSetTest.st
changeset 68 9fd111438d60
parent 41 9828e423824b
child 222 8e6f482297fa
--- a/ExampleSetTest.st	Tue Feb 26 11:13:44 2002 +0100
+++ b/ExampleSetTest.st	Tue Feb 26 11:30:47 2002 +0100
@@ -15,14 +15,14 @@
 None should fail.'
 ! !
 
-!ExampleSetTest methodsFor:'Running'!
+!ExampleSetTest methodsFor:'running'!
 
 setUp
 	empty := Set new.
 	full := Set with: 5 with: #abc
 ! !
 
-!ExampleSetTest methodsFor:'Testing'!
+!ExampleSetTest methodsFor:'testing'!
 
 testAdd
 	empty add: 5.
@@ -64,5 +64,5 @@
 !ExampleSetTest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/ExampleSetTest.st,v 1.5 2001-12-08 01:55:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/ExampleSetTest.st,v 1.6 2002-02-26 10:30:22 cg Exp $'
 ! !