test stuff
authorClaus Gittinger <cg@exept.de>
Mon, 09 Jan 2012 22:30:11 +0100
changeset 2703 00e8619a241b
parent 2702 bbfd7a7031a6
child 2704 9027649ca910
test stuff
CRC32Stream.st
--- a/CRC32Stream.st	Mon Jan 09 16:52:45 2012 +0100
+++ b/CRC32Stream.st	Mon Jan 09 22:30:11 2012 +0100
@@ -184,8 +184,7 @@
 !CRC32Stream class methodsFor:'testing'!
 
 testVector
-    "define a testvector to test the implementation"
-
+    "/ obsolete - moved to TestHashAlgorithms unit test.
     ^ #(
           ('' 0)
 
@@ -211,6 +210,8 @@
     "
      self test
     "
+
+    "Modified (comment): / 09-01-2012 / 21:49:57 / cg"
 ! !
 
 !CRC32Stream methodsFor:'accessing'!
@@ -351,11 +352,11 @@
 !CRC32Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.18 2012-01-09 15:52:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.19 2012-01-09 21:30:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.18 2012-01-09 15:52:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/CRC32Stream.st,v 1.19 2012-01-09 21:30:11 cg Exp $'
 ! !
 
 CRC32Stream initialize!