compiler/tests/stx_goodies_petitparser_compiler_tests.st
changeset 413 5389e6fbb3bc
parent 405 0470a5e6e712
child 414 0eaf09920532
--- a/compiler/tests/stx_goodies_petitparser_compiler_tests.st	Mon Nov 03 20:28:27 2014 +0000
+++ b/compiler/tests/stx_goodies_petitparser_compiler_tests.st	Wed Nov 05 21:40:01 2014 +0000
@@ -55,8 +55,8 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCNodeCompilingTest"
-        #'stx:goodies/sunit'    "TestAsserter - superclass of PPCContextMementoTest"
+        #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCompilerTest"
+        #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCompilerTest"
         #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests"
     )
 !
@@ -69,9 +69,9 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'stx:goodies/petitparser'    "PPCharSetPredicate - referenced by PPCNodeCompilingTest>>testCompileCharSetPredicate"
+        #'stx:goodies/petitparser'    "PPCharSetPredicate - referenced by PPCCompilerTest>>testGuard1"
         #'stx:goodies/petitparser/compiler'    "PPCActionNode - referenced by PPCNodeCompilingTest>>testCompileAction"
-        #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCompiledSmalltalkGrammarResource>>setUp"
+        #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCCompilerTest>>testClass"
     )
 !
 
@@ -95,6 +95,7 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
+        PPCCompilerTest
         PPCContextMementoTest
         PPCContextTest
         PPCGuardTest
@@ -104,7 +105,6 @@
         PPCOptimizingTest
         PPCompiledSmalltalkGrammarResource
         (PPCompiledSmalltalkGrammarTests autoload)
-        (PetitCompilerTest autoload)
         #'stx_goodies_petitparser_compiler_tests'
     )
 !