RegressionTests__CompilerTests2.st
changeset 1462 7a2b32a588ee
parent 1447 2351db93aa5b
child 1500 d406a10b2965
child 1928 a7e400e70e65
--- a/RegressionTests__CompilerTests2.st	Wed Jun 29 16:29:05 2016 +0200
+++ b/RegressionTests__CompilerTests2.st	Wed Jun 29 16:31:56 2016 +0200
@@ -210,7 +210,7 @@
 !
 
 method_argAndVarNames_06
-    (Smalltalk at:#exept_regression) classNamesAndAttributesDo:[:clsnm :attributes|
+    (Smalltalk at:#stx_goodies_regression) classNamesAndAttributesDo:[:clsnm :attributes|
 	| cls |
 
 	cls := Smalltalk at: clsnm.
@@ -638,8 +638,8 @@
     ObjectMemory justInTimeCompilation: enabledJIT.
     Class withoutUpdatingChangesDo:[
 	| classesToRemove |
-	(Smalltalk at: #'exept_regression_testData_CompilerTests2') notNil ifTrue:[
-	    (Smalltalk at: #'exept_regression_testData_CompilerTests2') classes do:[:e|
+	(Smalltalk at: #'stx_goodies_regression_testData_CompilerTests2') notNil ifTrue:[
+	    (Smalltalk at: #'stx_goodies_regression_testData_CompilerTests2') classes do:[:e|
 		e notNil ifTrue:[
 		    Smalltalk removeClass: e
 		].
@@ -689,7 +689,7 @@
 
     "/First, make sure that package is not yet loaded...
     self
-	assert: (Smalltalk at: #'exept_regression_testData_CompilerTests2') isNil
+	assert: (Smalltalk at: #'stx_goodies_regression_testData_CompilerTests2') isNil
 	description: 'Mock package already loaded'.
 
     ws := WorkspaceApplication new.
@@ -724,7 +724,7 @@
 
     "/First, make sure that package is not yet loaded...
     self
-	assert: (Smalltalk at: #'exept_regression_testData_CompilerTests2') isNil
+	assert: (Smalltalk at: #'stx_goodies_regression_testData_CompilerTests2') isNil
 	description: 'Mock package already loaded'.
 
     self