exept_regression.st
changeset 885 19f9f88fe6ff
parent 863 d66b5d28b0f4
child 892 185ff3183c8a
--- a/exept_regression.st	Tue Apr 09 11:10:04 2013 +0200
+++ b/exept_regression.st	Tue Apr 09 11:10:05 2013 +0200
@@ -104,25 +104,10 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestCase - superclass of RegressionTests::SegmentedOrderedCollectionTests "
-        #'stx:libbasic'    "LibraryDefinition - superclass of exept_regression "
-    )
-!
-
-preRequisites
-    "list all required packages.
-     This list can be maintained manually or (better) generated and
-     updated by scanning the superclass hierarchies and looking for
-     global variable accesses. (the browser has a menu function for that)
-     Howevery, often too much is found, and you may want to explicitely
-     exclude individual packages in the #excludedFromPrerequisites method."
-
-    ^ #(
-        #'stx:goodies/sunit'    "TestCase - superclass of RegressionTests::ClassBuilderTests "
-        #'stx:libbasic'    "LibraryDefinition - superclass of exept_regression "
-        #'stx:libbasic3'    "ChangeSet - referenced by RegressionTests::ChangeSetTests>>test_ClassDefinitionChange_05e "
-        #'stx:libcomp'    "ParserFlags - referenced by RegressionTests::QuickTestRunner>>prepare "
-        #'stx:libtool'    "WorkspaceApplication - referenced by RegressionTests::CompilerTests2>>test_01 "
+        #'stx:goodies/sunit'    "TestAsserter - superclass of RegressionTests::BinaryTreeTester "
+        #'stx:libbasic'    "Notification - superclass of RegressionTests::ContextTest2::MyNotification "
+        #'stx:libview'    "GraphicsMedium - superclass of RegressionTests::WrongMethodCalledTest::GraphicTestView "
+        #'stx:libview2'    "Model - superclass of RegressionTests::LabelResizingTest "
     )
 !
 
@@ -135,13 +120,32 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:libbasic2'    "TimeDuration - referenced by RegressionTests::SegmentedOrderedCollectionTests>>test02 "
+        #'exept:libcrypt'    "SHA256Stream - referenced by RegressionTests::CryptTests>>test06_sha256 "
+        #'stx:goodies'    "CharacterEncoderCodeGenerator - referenced by RegressionTests::CharacterTests>>test01CaseTesting "
+        #'stx:goodies/webServer/htmlTree'    "HTML::HTMLParser - referenced by RegressionTests::HTMLParserTests>>test02 "
+        #'stx:goodies/xml/stx'    "XMLStandardDecoder - referenced by RegressionTests::XMLCoderTests>>encodeAndDecode: "
+        #'stx:goodies/xml/vw'    "XML::Attribute - referenced by RegressionTests::MemoryTest>>test1 "
+        #'stx:libbasic2'    "HostNameLookupError - referenced by RegressionTests::SocketTests>>test11_concurrentOpenClose "
         #'stx:libbasic3'    "ChangeSet - referenced by RegressionTests::ChangeSetTests>>test_ClassDefinitionChange_05e "
-        #'stx:libcomp'    "ParserFlags - referenced by RegressionTests::QuickTestRunner>>prepare "
+        #'stx:libboss'    "BinaryObjectStorage - referenced by RegressionTests::BinaryIOTests>>testSaveReadBOS "
+        #'stx:libcomp'    "ParserFlags - referenced by RegressionTests::CompilerTest>>test_bad_return2 "
+        #'stx:libcompat'    "ExternalReadStream - referenced by RegressionTests::ExternalStreamTest>>testRead2 "
+        #'stx:libhtml'    "URL - referenced by RegressionTests::URLTest>>test02_construct "
+        #'stx:libjavascript'    "JavaScriptParser - referenced by RegressionTests::JavaScriptTests>>doTestEachFromSpec: "
         #'stx:libtool'    "WorkspaceApplication - referenced by RegressionTests::CompilerTests2>>test_01 "
+        #'stx:libwidg'    "Button - referenced by RegressionTests::UTF8TestClass>>someJapaneseButton "
+        #'stx:libwidg2'    "HierarchicalItem - referenced by RegressionTests::BinaryIOTests>>testSaveReadBOS "
     )
+!
 
-    "Modified: / 22-03-2013 / 11:47:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+subProjects
+    "list packages which are known as subprojects.
+     The generated makefile will enter those and make there as well.
+     However: they are not forced to be loaded when a package is loaded;
+     for those, redefine requiredPrerequisites"
+
+    ^ #(
+    )
 ! !
 
 !exept_regression class methodsFor:'description - contents'!