compiler/tests/stx_goodies_petitparser_compiler_tests.st
changeset 421 7e08b31e0dae
parent 420 b2f2f15cef26
child 422 116d2b2af905
--- a/compiler/tests/stx_goodies_petitparser_compiler_tests.st	Wed Nov 19 10:52:37 2014 +0000
+++ b/compiler/tests/stx_goodies_petitparser_compiler_tests.st	Mon Nov 24 00:09:23 2014 +0000
@@ -14,16 +14,16 @@
     "The last merged version is: "
 
     ^ '
-    Name: PetitCompiler-Tests-JanVrany.13
-    Author: JanVrany
-    Time: 05-11-2014, 09:31:07 AM
-    UUID: 189ae287-6bc1-40ba-8458-b8392c4260a0        
+    Name: PetitCompiler-Tests-JanKurs.21
+    Author: JanKurs
+    Time: 17-11-2014, 05:51:53.134 PM
+    UUID: 8d6c0799-14e7-4871-8d91-8b0f9886db83           
     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
 
     '
 
     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 05-11-2014 / 22:59:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 21-11-2014 / 12:40:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 monticelloName
@@ -57,7 +57,7 @@
     ^ #(
         #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of PPCCompilerTest"
         #'stx:goodies/sunit'    "TestAsserter - superclass of PPCCompilerTest"
-        #'stx:libbasic'    "Autoload - superclass of PPCNodeCompilingTest"
+        #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_compiler_tests"
     )
 !
 
@@ -70,7 +70,7 @@
 
     ^ #(
         #'stx:goodies/petitparser'    "PPCharSetPredicate - referenced by PPCCompilerTest>>testGuard1"
-        #'stx:goodies/petitparser/compiler'    "PPCActionNode - referenced by PPCOptimizingTest>>testSymbolAction"
+        #'stx:goodies/petitparser/compiler'    "PPCAbstractLiteralNode - referenced by PPCNodeFirstFollowNextTests>>testFirst1"
         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCCompilerTest>>testClass"
     )
 !
@@ -100,12 +100,13 @@
         PPCContextTest
         PPCGuardTest
         PPCMockCompiler
+        (PPCNodeCompilingTest autoload)
+        PPCNodeFirstFollowNextTests
         PPCNodeTest
         PPCOptimizingTest
         PPCompiledSmalltalkGrammarResource
+        (PPCompiledSmalltalkGrammarTests autoload)
         #'stx_goodies_petitparser_compiler_tests'
-        (PPCNodeCompilingTest autoload)
-        (PPCompiledSmalltalkGrammarTests autoload)
     )
 !