islands/tests/stx_goodies_petitparser_islands_tests.st
changeset 420 b2f2f15cef26
parent 405 0470a5e6e712
child 454 a9cd5ea7cc36
child 459 4751c407bb40
--- a/islands/tests/stx_goodies_petitparser_islands_tests.st	Sat Nov 08 02:08:45 2014 +0000
+++ b/islands/tests/stx_goodies_petitparser_islands_tests.st	Wed Nov 19 10:52:37 2014 +0000
@@ -54,9 +54,7 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:goodies/petitparser/tests'    "PPAbstractParserTest - superclass of JavaParserTest"
-        #'stx:goodies/sunit'    "TestAsserter - superclass of FirstFollowNextTests"
-        #'stx:libbasic'    "LibraryDefinition - superclass of stx_goodies_petitparser_islands_tests"
+        #'stx:libbasic'    "Autoload - superclass of FirstFollowNextTests"
     )
 !
 
@@ -68,8 +66,6 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'stx:goodies/petitparser'    "PPContext - referenced by JavaParserTest>>context"
-        #'stx:goodies/petitparser/islands'    "JavaParser - referenced by JavaParserTest>>parserClass"
     )
 !
 
@@ -93,13 +89,13 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
+        #'stx_goodies_petitparser_islands_tests'
         (FirstFollowNextTests autoload)
         (JavaParserTest autoload)
         (PPIslandTest autoload)
+        (PPMemoizingIslandTest autoload)
         (RobustXmlFeedParserTest autoload)
         (XmlFeedParserTest autoload)
-        #'stx_goodies_petitparser_islands_tests'
-        (PPMemoizingIslandTest autoload)
     )
 !