Revert "extra.images: call register-image-class before testing, otherwise the wrong backend might be ran"
This reverts commit 775ca10e1e7330a2a56a10b972a2605a39d1f6e1.db4
parent
cf40218d13
commit
c24e15c0d0
|
@ -1,8 +1,6 @@
|
||||||
USING: images.bitmap images.loader images.testing kernel ;
|
USING: images.bitmap images.testing kernel ;
|
||||||
IN: images.bitmap.tests
|
IN: images.bitmap.tests
|
||||||
|
|
||||||
"bmp" bmp-image register-image-class
|
|
||||||
|
|
||||||
! "vocab:images/testing/bmp/1bit.bmp" decode-test
|
! "vocab:images/testing/bmp/1bit.bmp" decode-test
|
||||||
! "vocab:images/testing/bmp/rgb_4bit.bmp" decode-test
|
! "vocab:images/testing/bmp/rgb_4bit.bmp" decode-test
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
! Copyright (C) 2009 Doug Coleman, Keith Lazuka
|
! Copyright (C) 2009 Doug Coleman, Keith Lazuka
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: images.loader images.png images.testing io.directories ;
|
USING: images.testing io.directories ;
|
||||||
IN: images.png.tests
|
IN: images.png.tests
|
||||||
|
|
||||||
"png" png-image register-image-class
|
|
||||||
|
|
||||||
! Test files from PngSuite (http://www.libpng.org/pub/png/pngsuite.html)
|
! Test files from PngSuite (http://www.libpng.org/pub/png/pngsuite.html)
|
||||||
|
|
||||||
! The subset of the suite that should work given the current implementation.
|
! The subset of the suite that should work given the current implementation.
|
||||||
|
|
Loading…
Reference in New Issue