#FEATURE by sr
authorsr
Thu, 12 Oct 2017 17:21:54 +0200
changeset 444 fbc2ee003a80
parent 443 65f4ea5ca6a4
child 445 0c45b5454cde
#FEATURE by sr class: RunUnitTests class changed: #example1
quickSelfTest/RunUnitTests.st
--- a/quickSelfTest/RunUnitTests.st	Thu Oct 12 15:22:53 2017 +0200
+++ b/quickSelfTest/RunUnitTests.st	Thu Oct 12 17:21:54 2017 +0200
@@ -252,8 +252,8 @@
         runWithCompiledUnitTestClasses:true
         arguments:#(
             '--runOnlyExpeccoUnitTests' 
-"/            '--forceTestCase' 
-"/            'FloatTest'
+            '--forceTestCase' 
+            'IntegerTest'
         )
         debug:true
 ! !