summaryrefslogtreecommitdiff
path: root/PerlMagick/t/fpx
diff options
context:
space:
mode:
authorJiyong <jiyong.min@samsung.com>2023-12-06 10:30:38 +0900
committerJiyong <jiyong.min@samsung.com>2023-12-06 10:31:10 +0900
commit2c17c6b7ecf6d96c9b4004cd7b79d860b66e6ae3 (patch)
treec2510f971c95cb79f5a4bd55c841d294bf5197fd /PerlMagick/t/fpx
parent043c171f3b5935329641967057ae5f45bc1a5631 (diff)
downloadGraphicsMagick-upstream.tar.gz
GraphicsMagick-upstream.tar.bz2
GraphicsMagick-upstream.zip
Imported Upstream version 1.3.42upstream/1.3.42upstream
Change-Id: I4f2a12cbf50e1a459e7bac7c5a8e374071620eea
Diffstat (limited to 'PerlMagick/t/fpx')
-rw-r--r--PerlMagick/t/fpx/read.t10
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' );