JavaTestCaseProxy.st
branchdevelopment
changeset 1837 7486397e2072
parent 1818 2e5ed72e7dfd
child 1864 60a8dc26c8c6
--- a/JavaTestCaseProxy.st	Sun Nov 18 19:35:00 2012 +0000
+++ b/JavaTestCaseProxy.st	Thu Nov 29 12:05:58 2012 +0000
@@ -190,6 +190,14 @@
 
 ! !
 
+!JavaTestCaseProxy methodsFor:'queries'!
+
+shouldSkip
+    ^false
+
+    "Created: / 29-11-2012 / 12:03:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !JavaTestCaseProxy class methodsFor:'documentation'!
 
 version_SVN