moved to namespace
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jul 2002 16:09:59 +0200
changeset 158 0d741c461dfc
parent 157 2a671e687618
child 159 4864967123ca
moved to namespace
RegressionTests__DeepCopyTests.st
RegressionTests__JITTest.st
--- 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'!
--- a/RegressionTests__JITTest.st	Tue Jul 16 16:08:09 2002 +0200
+++ b/RegressionTests__JITTest.st	Tue Jul 16 16:09:59 2002 +0200
@@ -1,10 +1,12 @@
 "{ Package: 'exept:regression' }"
 
+"{ NameSpace: RegressionTests }"
+
 TestCase subclass:#JITTest
 	instanceVariableNames:'i1 i2 i3'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'tests'
+	category:'Tests-Regression'
 !
 
 Object subclass:#BarClass