compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st
changeset 524 f6f68d32de73
parent 515 b5316ef15274
child 525 751532c8f3db
child 539 610131174c0f
--- a/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/tests/extras/stx_goodies_petitparser_compiler_tests_extras.st	Mon Aug 24 15:34:14 2015 +0100
@@ -16,16 +16,16 @@
     "The last merged version is: "
 
     ^ '
-    Name: PetitCompiler-Extras-Tests-JanKurs.20150510144201
+    Name: PetitCompiler-Tests-JanKurs.116
     Author: JanKurs
-    Time: 10-05-2015, 04:59:25.308 PM
-    UUID: ef43bd1a-be60-4e88-b749-8b635622c969
+    Time: 24-08-2015, 11:37:54.332 AM
+    UUID: 549e0927-358a-4a1b-8270-050ccfcb4217        
     Repository: http://smalltalkhub.com/mc/JanKurs/PetitParser/main
 
     '
 
     "Created: / 03-10-2014 / 02:27:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 12-05-2015 / 01:20:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-08-2015 / 15:28:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 monticelloName
@@ -77,7 +77,7 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>configuration"
+        #'stx:goodies/petitparser/compiler'    "PPCArguments - referenced by PPCSmalltalkTests>>setUp"
         #'stx:goodies/petitparser/parsers/smalltalk'    "PPSmalltalkGrammar - referenced by PPCSmalltalkGrammarTests>>petitParserClass"
         #'stx:libbasic2'    "Random - referenced by PPCResources>>expressionOfSize:stream:"
     )
@@ -106,6 +106,7 @@
         (PPCAbstractParserTest autoload)
         (PPCCompiledJavaVerificationTest autoload)
         (PPCCompositeParserTest autoload)
+        (PPCJavaTests autoload)
         PPCLRPNode
         PPCLRPParser
         (PPCLRPParserSmokeTest autoload)
@@ -145,7 +146,6 @@
         PPCLRPMachine
         PPCLRPOnEntry
         PPCLRPOnExit
-        (#'PPCLRPParserVerificationTest_Tokenized' autoload)
         (#'PPCLRPParserVerificationTest_Universal' autoload)
         PPCLRPRunning
         PPCLRPState
@@ -168,6 +168,8 @@
      A correponding method with real names must be present in my concrete subclasses"
 
     ^ #(
+        PPJavaWhitespaceParser #'='
+        PPJavaWhitespaceParser hash
     )
 ! !