summaryrefslogtreecommitdiff
path: root/PerlMagick/t/png/read.t
diff options
context:
space:
mode:
Diffstat (limited to 'PerlMagick/t/png/read.t')
-rw-r--r--PerlMagick/t/png/read.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/PerlMagick/t/png/read.t b/PerlMagick/t/png/read.t
index f776d36..1a6e140 100644
--- a/PerlMagick/t/png/read.t
+++ b/PerlMagick/t/png/read.t
@@ -26,7 +26,7 @@ chdir 't/png' || die 'Cd failed';
# 1) Test Black-and-white, bit_depth=1 PNG
#
print( "1-bit grayscale PNG ...\n" );
-testRead( 'input_bw.png',
+testRead( 'input_bw.png', q//,
'552ee0b3b9159ceedc4ce30125e9db38d2045d53b941844a72ac5f5f38335454' );
#
@@ -34,7 +34,7 @@ testRead( 'input_bw.png',
#
++$test;
print( "8-bit grayscale PNG ...\n" );
-testRead( 'input_mono.png',
+testRead( 'input_mono.png', q//,
'19da3123692c66d023074dd1e272119ab2357b9a34855a393ad18c88af01ae86' );
#
@@ -42,7 +42,7 @@ testRead( 'input_mono.png',
#
++$test;
print( "16-bit grayscale PNG ...\n" );
-testRead( 'input_16.png',
+testRead( 'input_16.png', q//,
'a6c3f3ce8772cd6aa973ae1f3ebd94ee65292112d3f1e8e86171bf4d931bd181',
'c87cc12715f3e0619d6fe871bd8132f88facffb3d38dd8869cb262ec6b9c4cef' );
#
@@ -50,7 +50,7 @@ testRead( 'input_16.png',
#
++$test;
print( "8-bit indexed-color PNG ...\n" );
-testRead( 'input_256.png',
+testRead( 'input_256.png', q//,
'd1340caccc7351834f1ca9693489ee780ac326a0d6bb660cd550c5c28711b2fe' );
#
@@ -58,7 +58,7 @@ testRead( 'input_256.png',
#
++$test;
print( "24-bit Truecolor PNG ...\n" );
-testRead( 'input_truecolor.png',
+testRead( 'input_truecolor.png', q//,
'b84c31bbe78d84d0432c7414b25c58599484aa2c7174af8332509966d07f265b' );
#
@@ -66,6 +66,6 @@ testRead( 'input_truecolor.png',
#
++$test;
print( "MNG with 24-bit Truecolor PNGs...\n" );
-testRead( 'input.mng',
+testRead( 'input.mng', q//,
'eb089161ebc5ab3964cdec1b72628c4d1c29ebd78f333a3d4a0d47c614fb3897' );