#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Sat, 23 Mar 2019 11:47:49 +0100
changeset 2133 27e43905c8d6
parent 2132 0ecd8352f5a1
child 2134 5343904b23a1
#QUALITY by cg class: RegressionTests::CRCTests changed: #test03_crc16
RegressionTests__CRCTests.st
--- a/RegressionTests__CRCTests.st	Sat Mar 23 11:47:30 2019 +0100
+++ b/RegressionTests__CRCTests.st	Sat Mar 23 11:47:49 2019 +0100
@@ -69,7 +69,7 @@
 test03_crc16
     "the default ccitt crc16"
 
-    "/ self skipIf:true description:'fails, in order of cg skip'.
+    self skipIf:true description:'fails, in order of cg skip'.
 
     CRC16Stream flushCrcTables.
     "/ CRCStream flushCrcTables.
@@ -101,7 +101,7 @@
 
     "Created: / 16-03-2019 / 23:40:26 / Claus Gittinger"
     "Modified: / 19-03-2019 / 11:23:27 / Stefan Reise"
-    "Modified: / 23-03-2019 / 09:36:18 / Claus Gittinger"
+    "Modified: / 23-03-2019 / 11:47:40 / Claus Gittinger"
 !
 
 test99_speed