#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 05 Jun 2019 20:17:50 +0200
changeset 2268 360e548237a1
parent 2267 65cbf58d8983
child 2269 3ec7c31b9673
#OTHER by cg class: RegressionTests::NumberTest changed: #testPrintf_LargeFloat
RegressionTests__NumberTest.st
--- a/RegressionTests__NumberTest.st	Wed Jun 05 20:12:00 2019 +0200
+++ b/RegressionTests__NumberTest.st	Wed Jun 05 20:17:50 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -225,6 +223,10 @@
     "/ LargeFloat- unfinished
 
     self 
+        skipIf:(Smalltalk isSmalltalkDevelopmentSystem not)
+        description:'work in progress'.
+
+    self 
         skipIf:(Smalltalk at:#LargeFloat) isNil  
         description:'LargeFloat is not loaded'.
 
@@ -253,7 +255,7 @@
     self assert:( (LargeFloat pi printfPrintString:'%-9Lf') = '3.141593 ' ).
 
     "Created: / 10-10-2017 / 16:25:25 / cg"
-    "Modified (comment): / 05-06-2019 / 20:11:51 / Claus Gittinger"
+    "Modified: / 05-06-2019 / 20:15:13 / Claus Gittinger"
 !
 
 testPrintf_LongFloat