*** empty log message *** expeccoALM_1_13 expecco_18_2_0 expecco_18_2_1
authorsr
Thu, 27 Sep 2018 14:19:01 +0200
changeset 532 59170f299fc2
parent 531 6a00d0c7450e
child 534 9b2ad8985ecf
*** empty log message ***
quickSelfTest/Start.st
--- a/quickSelfTest/Start.st	Thu Sep 27 03:33:44 2018 +0000
+++ b/quickSelfTest/Start.st	Thu Sep 27 14:19:01 2018 +0200
@@ -18,7 +18,7 @@
 ].
 
 Smalltalk loadPackage:'stx:goodies/xml/xpath'.
-(XPathParser notNil and:[XPathParser isLoaded]) ifFalse:[
+(XML::XPathParser notNil and:[XML::XPathParser isLoaded]) ifFalse:[
     Stdout showCR:'error: missing #XPathParser class after goodies/xml/xpath package load'.
     Smalltalk exit:1.
 ].