diff options
Diffstat (limited to 'PerlMagick/t/fpx/read.t')
-rw-r--r-- | PerlMagick/t/fpx/read.t | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PerlMagick/t/fpx/read.t b/PerlMagick/t/fpx/read.t index eac1624..bc108c4 100644 --- a/PerlMagick/t/fpx/read.t +++ b/PerlMagick/t/fpx/read.t @@ -26,7 +26,7 @@ chdir 't/fpx' || die 'Cd failed'; # 1) Test Black-and-white, bit_depth=1 FPX # print( "1-bit grayscale FPX ...\n" ); -testRead( 'input_bw.fpx', +testRead( 'input_bw.fpx', q//, '7267c8145131668953243274f49ea42706fd8227479f2daf8567515a4f7e9ee2' ); # @@ -34,7 +34,7 @@ testRead( 'input_bw.fpx', # ++$test; print( "8-bit grayscale FPX ...\n" ); -testRead( 'input_grayscale.fpx', +testRead( 'input_grayscale.fpx', q//, '7194ec7209e3cf8bd5eaa10f03a59f7de2bfbc58c027a33fd9e9293b9819669c' ); # @@ -42,7 +42,7 @@ testRead( 'input_grayscale.fpx', # ++$test; print( "8-bit indexed-color FPX ...\n" ); -testRead( 'input_256.fpx', +testRead( 'input_256.fpx', q//, '3afebff726f7e0b3479ba548cf587b288d370f377c493c32d3b8e73d5545acd8' ); # @@ -50,7 +50,7 @@ testRead( 'input_256.fpx', # ++$test; print( "24-bit Truecolor FPX ...\n" ); -testRead( 'input_truecolor.fpx', +testRead( 'input_truecolor.fpx', q//, '8b19185a62241bd7b79ecf3f619711f4ebbedd73eaeca0366f05778762b6614f' ); # @@ -58,6 +58,6 @@ testRead( 'input_truecolor.fpx', # ++$test; print( "24-bit JPEG FPX ...\n" ); -testRead( 'input_jpeg.fpx', +testRead( 'input_jpeg.fpx', q//, '45a41e0ef7ad4b2ab890978457f1c51919139d6036bbf27f3e0adfb7732c0b48' ); |