]> gitweb.factorcode.org Git - factor.git/commitdiff
magic: fix image path
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Jul 2015 15:15:19 +0000 (08:15 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Jul 2015 15:15:19 +0000 (08:15 -0700)
extra/magic/magic-tests.factor

index cb057e9ad7d6fe60e2753189d203310f077fec84..8935bfdc3ca8063b0323e7298cbce0aedd1f69d2 100644 (file)
@@ -1,6 +1,6 @@
 USING: system tools.test ;
 IN: magic
 
-{ "data" } [ image guess-file ] unit-test
-{ "application/octet-stream" } [ image guess-mime-type ] unit-test
-{ "binary" } [ image guess-mime-encoding ] unit-test
+{ "data" } [ image-path guess-file ] unit-test
+{ "application/octet-stream" } [ image-path guess-mime-type ] unit-test
+{ "binary" } [ image-path guess-mime-encoding ] unit-test