#OTHER by mawalch
authormawalch
Wed, 18 Oct 2017 11:07:06 +0200
changeset 1866 9bbbd1ca36af
parent 1865 138c16432f69
child 1867 fe4485bf8ffd
#OTHER by mawalch class: RegressionTests::RxTests class definition Update namespace and category
RegressionTests__RxTests.st
--- a/RegressionTests__RxTests.st	Wed Oct 18 11:03:00 2017 +0200
+++ b/RegressionTests__RxTests.st	Wed Oct 18 11:07:06 2017 +0200
@@ -1,12 +1,12 @@
 "{ Package: 'stx:goodies/regex' }"
 
-"{ NameSpace: Regex }"
+"{ NameSpace: RegressionTests }"
 
 TestCase subclass:#RxTests
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Regex-Syntax'
+	category:'tests-Regression'
 !
 
 !RxTests class methodsFor:'documentation'!