quickSelfTest/SelfTest.st
changeset 298 a170cf03d2b0
parent 297 a850936897fd
child 301 34fb6cfb5862
--- a/quickSelfTest/SelfTest.st	Thu Mar 03 18:25:02 2016 +0100
+++ b/quickSelfTest/SelfTest.st	Thu Mar 03 18:27:30 2016 +0100
@@ -46,6 +46,7 @@
 Stdout showCR:'Loading regression tests...'.
 
 "To add a new test please edit exept_regression>>testCaseNamesWithoutNamespace"
+Smalltalk packagePath addFirst:'../../../..'.
 Smalltalk fileInClass:#'exept_regression' package:'exept:regression'.
 (Smalltalk at: #'exept_regression') isNil ifTrue:[
     Stdout showCR:('ERROR: Ouch - missing class: "exept_regression"').