Removed useless tests (they didn't test anything - artefact after automatic test generation)
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 21 Mar 2014 18:20:43 +0100
changeset 1106 eafa5b6e4421
parent 1105 1a5e6c3e2dff
child 1107 8d4a3e77f905
Removed useless tests (they didn't test anything - artefact after automatic test generation)
RegressionTests__ChangeSetTests.st
--- a/RegressionTests__ChangeSetTests.st	Fri Mar 14 17:40:37 2014 +0100
+++ b/RegressionTests__ChangeSetTests.st	Fri Mar 21 18:20:43 2014 +0100
@@ -960,27 +960,6 @@
     "Created: / 12-11-2013 / 17:53:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-test_ClassDefinitionChange_07a_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-Object subclass:#ExistingPrivateClass
-        instanceVariableNames:''''
-        classVariableNames:''''
-        poolDictionaries:''''
-        privateIn:RegressionTests::ChangeSetTests
-' readStream.
-
-
-
-
-
-
-    "Created: / 12-11-2013 / 17:53:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 test_ClassDefinitionChange_07b
     | cs |
 
@@ -1004,29 +983,6 @@
     "Created: / 12-11-2013 / 17:54:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-test_ClassDefinitionChange_07b_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-"{ NameSpace: RegressionTests }"
-
-Object subclass:#ExistingPrivateClass
-        instanceVariableNames:''''
-        classVariableNames:''''
-        poolDictionaries:''''
-        privateIn:ChangeSetTests
-' readStream.
-
-
-
-
-
-
-    "Created: / 12-11-2013 / 17:54:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 test_ClassDefinitionChange_08a
     | cs |
 
@@ -1051,30 +1007,6 @@
     "Created: / 13-11-2013 / 17:41:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-test_ClassDefinitionChange_08a_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-"{ NameSpace: RegressionTests }"
-
-TestCase subclass:#ChangeSetTests
-        instanceVariableNames:''classes''
-        classVariableNames:''''
-        poolDictionaries:''''
-        category:''tests-Regression-System-Changes''
-' readStream.
-
-
-
-
-
-
-
-    "Created: / 13-11-2013 / 17:41:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 test_ClassDefinitionChange_08b
     | cs |
 
@@ -1098,29 +1030,6 @@
     "Created: / 13-11-2013 / 17:43:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-test_ClassDefinitionChange_08b_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-"{ NameSpace: RegressionTests }"
-
-TestCase subclass:#ChangeSetTests
-        instanceVariableNames:''classes someMoreData''
-        classVariableNames:''''
-        poolDictionaries:''''
-        category:''tests-Regression-System-Changes''
-' readStream.
-
-
-
-
-
-
-    "Created: / 13-11-2013 / 17:43:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 test_ClassDefinitionChange_08c
     | cs |
 
@@ -1144,29 +1053,6 @@
     "Created: / 13-11-2013 / 17:44:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-test_ClassDefinitionChange_08c_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-"{ NameSpace: RegressionTests }"
-
-Object subclass:#ExistingPrivateClass
-        instanceVariableNames:''''
-        classVariableNames:''''
-        poolDictionaries:''''
-        privateIn:ChangeSetTests
-' readStream.
-
-
-
-
-
-
-    "Created: / 13-11-2013 / 17:44:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 test_ClassDefinitionChange_08d
     | cs |
 
@@ -1190,29 +1076,6 @@
     "Created: / 13-11-2013 / 17:44:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-test_ClassDefinitionChange_08d_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-"{ NameSpace: RegressionTests }"
-
-Object subclass:#ExistingPrivateClass
-        instanceVariableNames:''''
-        classVariableNames:''''
-        poolDictionaries:''somePool''
-        privateIn:ChangeSetTests
-' readStream.
-
-
-
-
-
-
-    "Created: / 13-11-2013 / 17:44:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 test_ClassDefinitionChange_08e
     | cs |
 
@@ -1236,29 +1099,6 @@
     "Created: / 13-11-2013 / 17:44:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-test_ClassDefinitionChange_08e_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-"{ NameSpace: RegressionTests }"
-
-TestCase subclass:#ChangeSetTests2
-        instanceVariableNames:''classes someMoreData''
-        classVariableNames:''''
-        poolDictionaries:''''
-        category:''tests-Regression-System-Changes''
-' readStream.
-
-
-
-
-
-
-    "Created: / 13-11-2013 / 17:44:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 test_ClassDefinitionChange_08f
     | cs |
 
@@ -1280,29 +1120,6 @@
     self assert: cs anElement delta == #'+'
 
     "Created: / 13-11-2013 / 17:44:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-test_ClassDefinitionChange_08f_fileIn
-    | changefile |
-
-    "Test nil superclass"
-
-    changefile :='
-"{ NameSpace: RegressionTests }"
-
-Object subclass:#ExistingPrivateClass2
-        instanceVariableNames:''''
-        classVariableNames:''''
-        poolDictionaries:''''
-        privateIn:ChangeSetTests
-' readStream.
-
-
-
-
-
-
-    "Created: / 13-11-2013 / 17:44:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !ChangeSetTests methodsFor:'tests - MethodDefinitionChange'!