]> gitweb.factorcode.org Git - factor.git/commitdiff
remove bad lzw tests, real tests still to come..
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 13 Feb 2009 03:43:25 +0000 (21:43 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 13 Feb 2009 03:43:25 +0000 (21:43 -0600)
basis/compression/lzw/lzw-tests.factor

index 6cb41b97a0e1067d72150a5fe2dc7905bf2e79ae..698e35d87e4bee94b07adb6c65290e51b4121442 100644 (file)
@@ -2,9 +2,3 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors tools.test compression.lzw ;
 IN: compression.lzw.tests
-
-[ V{ 7 258 8 8 258 6 } ]
-[ B{ 7 7 7 8 8 7 7 6 6 } lzw-compress output>> ] unit-test
-
-[ B{ 7 7 7 8 8 7 7 6 6 } ]
-[ V{ 7 258 8 8 258 6 } lzw-uncompress output>> ] unit-test