tests/stx_goodies_petitparser_tests.st
changeset 427 a7f5e6de19d2
parent 426 2a65c972b937
--- a/tests/stx_goodies_petitparser_tests.st	Mon Apr 13 14:19:55 2015 +0100
+++ b/tests/stx_goodies_petitparser_tests.st	Mon Apr 13 22:00:44 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/petitparser/tests' }"
 
 "{ NameSpace: Smalltalk }"
@@ -65,7 +63,10 @@
 referencedPreRequisites
     "list packages which are a prerequisite, because they contain
      classes which are referenced by my classes.
-     We do not need these packages as a prerequisite for loading or compiling.
+     We do not need these packages as a prerequisite for compiling or loading,
+     however, a class from it may be referenced during execution and having it
+     unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
+     includes explicit checks for the package being present.
      This method is generated automatically,
      by searching all classes (and their packages) which are referenced by my classes."
 
@@ -110,6 +111,8 @@
         #'stx_goodies_petitparser_tests'
         PPComposedTest
         PPCompositeParserTest
+        PPConditionalParserTest
+        PPConditionalParserTests
         PPExtensionTest
         PPMappingTest
         PPObjectTest