*** empty log message ***
authorsr
Wed, 26 Sep 2018 11:23:43 +0200
changeset 530 224f4c82346c
parent 526 4e069da42e11
child 531 6a00d0c7450e
*** empty log message ***
quickSelfTest/Start.st
--- a/quickSelfTest/Start.st	Tue May 29 16:09:02 2018 +0200
+++ b/quickSelfTest/Start.st	Wed Sep 26 11:23:43 2018 +0200
@@ -17,6 +17,12 @@
 	Smalltalk exit:1.
 ].
 
+Smalltalk loadPackage:'stx:goodies/xml/xpath'.
+(XPathParser notNil and:[XPathParser isLoaded]) ifFalse:[
+    Stdout showCR:'error: missing #XPathParser class after goodies/xml/xpath package load'.
+    Smalltalk exit:1.
+].
+
 Smalltalk
 	fileInClass:#'stx_goodies_regression'
 	package:'stx:goodies/regression'.