RegressionTests__DeepCopyTests.st
changeset 158 0d741c461dfc
parent 114 4bc8e8c6c4fc
child 181 a56517005229
--- a/RegressionTests__DeepCopyTests.st	Tue Jul 16 16:08:09 2002 +0200
+++ b/RegressionTests__DeepCopyTests.st	Tue Jul 16 16:09:59 2002 +0200
@@ -1,10 +1,12 @@
 "{ Package: 'exept:regression' }"
 
+"{ NameSpace: RegressionTests }"
+
 TestCase subclass:#DeepCopyTests
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Objects'
+	category:'Tests-Regression'
 !
 
 !DeepCopyTests class methodsFor:'documentation'!