]> gitweb.factorcode.org Git - factor.git/commitdiff
fix bitmap tests path
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 2 Oct 2009 20:54:39 +0000 (15:54 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 2 Oct 2009 20:54:39 +0000 (15:54 -0500)
basis/images/bitmap/bitmap-tests.factor

index 950fd0b3a6e370de7ab386f75ead08c60f137dff..3373a46c2e27b34948626cecf14c4281a9c40ee0 100644 (file)
@@ -3,18 +3,18 @@ io.files io.files.unique kernel tools.test images.loader
 literals sequences checksums.md5 checksums ;
 IN: images.bitmap.tests
 
-CONSTANT: test-bitmap24 "vocab:images/test-images/thiswayup24.bmp"
+CONSTANT: test-bitmap24 "vocab:images/testing/bmp/thiswayup24.bmp"
 
-CONSTANT: test-bitmap8 "vocab:images/test-images/rgb8bit.bmp"
+CONSTANT: test-bitmap8 "vocab:images/testing/bmp/rgb8bit.bmp"
 
-CONSTANT: test-bitmap4 "vocab:images/test-images/rgb4bit.bmp"
+CONSTANT: test-bitmap4 "vocab:images/testing/bmp/rgb4bit.bmp"
 
-CONSTANT: test-bitmap1 "vocab:images/test-images/1bit.bmp"
+CONSTANT: test-bitmap1 "vocab:images/testing/bmp/1bit.bmp"
 
-CONSTANT: test-40 "vocab:images/test-images/40red24bit.bmp"
-CONSTANT: test-41 "vocab:images/test-images/41red24bit.bmp"
-CONSTANT: test-42 "vocab:images/test-images/42red24bit.bmp"
-CONSTANT: test-43 "vocab:images/test-images/43red24bit.bmp"
+CONSTANT: test-40 "vocab:images/testing/bmp/40red24bit.bmp"
+CONSTANT: test-41 "vocab:images/testing/bmp/41red24bit.bmp"
+CONSTANT: test-42 "vocab:images/testing/bmp/42red24bit.bmp"
+CONSTANT: test-43 "vocab:images/testing/bmp/43red24bit.bmp"
 
 ${
     test-bitmap8