#OTHER by Stefan Reise
authorsr
Tue, 21 Jan 2020 16:50:00 +0100
changeset 2522 a4fd3b348e45
parent 2521 1af0d32051ed
child 2523 cbb894b2f248
#OTHER by Stefan Reise added ref goddies/webserver
stx_goodies_regression.st
--- a/stx_goodies_regression.st	Tue Jan 21 16:49:58 2020 +0100
+++ b/stx_goodies_regression.st	Tue Jan 21 16:50:00 2020 +0100
@@ -129,12 +129,16 @@
      This are packages containing superclasses of my classes and classes which
      are extended by myself.
      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
+     When loading whole packages,
+     mandatoryPreRequisites will be automatically loaded
+     BEFORE this packet has been loaded. 
      This method is generated automatically,
      by searching along the inheritance chain of all of my classes.
      Please take a look at the #referencedPreRequisites method as well."
 
     ^ #(
         #'stx:goodies/sunit'    "TestAsserter - superclass of RegressionTests::AssociationTests"
+        #'stx:goodies/webServer'    "HTTPService - superclass of RegressionTests::WebSocketTest::DemoWebSocketService"
         #'stx:libbasic'    "ArrayedCollection - superclass of RegressionTests::CompilerTests2ExternalBytes"
         #'stx:libview'    "DisplaySurface - superclass of RegressionTests::WrongMethodCalledTest::GraphicTestView"
         #'stx:libview2'    "ApplicationModel - superclass of RegressionTests::LabelResizingTest"