]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: fix tests that depended on LICENSE.txt never changing.
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 18 Dec 2017 03:45:10 +0000 (21:45 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 18 Dec 2017 03:45:10 +0000 (21:45 -0600)
core/checksums/checksums-docs.factor
extra/io/streams/peek/peek-tests.factor

index 1a0d82b3e2b0aedaea91d530f36ab22639eb71ea..ae12512a119e4396348eea75679e17cc3b7fe6f7 100644 (file)
@@ -41,7 +41,7 @@ HELP: checksum-file
     { $example
         "USING: checksums checksums.crc32 prettyprint ;"
         "\"resource:LICENSE.txt\" crc32 checksum-file ."
-        "B{ 100 139 199 92 }"
+        "B{ 47 65 106 90 }"
     }
 } ;
 
index 0d6ab019c7c2c0e80fc977c74f2df5fdf855d2ca..05376137ff4c585c5255f01ca9ac2cee4bd7ef36 100644 (file)
@@ -130,7 +130,7 @@ IN: io.streams.peek.tests
 ] unit-test
 
 ! Issue #1317
-{ "Red" } [
+{ "Cop" } [
     "resource:LICENSE.txt" binary [
         input-stream [ <peek-stream> ] change
         peek1 drop
@@ -138,7 +138,7 @@ IN: io.streams.peek.tests
     ] with-file-reader
 ] unit-test
 
-{ "ist" } [
+{ "yri" } [
     "resource:LICENSE.txt" binary [
         input-stream [ <peek-stream> ] change
         peek1 drop