[trunk] fixes test NR-DEC-file409752.jp2-40-decode, use proper naming convention (need to keep file extension)
This commit is contained in:
parent
5e77c4e936
commit
9f3687f917
|
@ -15,9 +15,9 @@ b8f473c07ba5ebfc195bdd53c3b3b97f buxR.j2k_0.pgx
|
||||||
05c062aca83d13b8095460f38a690a08 Cannotreaddatawithnosizeknown.j2k_0.pgx
|
05c062aca83d13b8095460f38a690a08 Cannotreaddatawithnosizeknown.j2k_0.pgx
|
||||||
6276da0ec5fac44d683d3468b290331d cthead1.j2k_0.pgx
|
6276da0ec5fac44d683d3468b290331d cthead1.j2k_0.pgx
|
||||||
8afcac9a696cc8d753b0eb9f4ae692ff CT_Phillips_JPEG2K_Decompr_Problem.j2k_0.pgx
|
8afcac9a696cc8d753b0eb9f4ae692ff CT_Phillips_JPEG2K_Decompr_Problem.j2k_0.pgx
|
||||||
04d35ab6160c9029549f72358df984da file409752_0.pgx
|
04d35ab6160c9029549f72358df984da file409752.jp2_0.pgx
|
||||||
2813bd6fdc2c306b91b3da3688b8bf49 file409752_1.pgx
|
2813bd6fdc2c306b91b3da3688b8bf49 file409752.jp2_1.pgx
|
||||||
e273e2aaea4a4fc1b2cf7c09c53c3cc6 file409752_2.pgx
|
e273e2aaea4a4fc1b2cf7c09c53c3cc6 file409752.jp2_2.pgx
|
||||||
05c062aca83d13b8095460f38a690a08 illegalcolortransform.j2k_0.pgx
|
05c062aca83d13b8095460f38a690a08 illegalcolortransform.j2k_0.pgx
|
||||||
cb28787aa7c223f03e6acad71e244108 issue104_jpxstream.jp2_0.pgx
|
cb28787aa7c223f03e6acad71e244108 issue104_jpxstream.jp2_0.pgx
|
||||||
cb28787aa7c223f03e6acad71e244108 issue104_jpxstream.jp2_1.pgx
|
cb28787aa7c223f03e6acad71e244108 issue104_jpxstream.jp2_1.pgx
|
||||||
|
|
|
@ -92,7 +92,7 @@ opj_decompress -i @INPUT_NR_PATH@/mem-b2b86b74-2753.jp2 -o @TEMP_PATH@/mem-b2b8
|
||||||
# issue 194 raised by the gdal fuzzer test (should nicely failed)
|
# issue 194 raised by the gdal fuzzer test (should nicely failed)
|
||||||
! opj_decompress -i @INPUT_NR_PATH@/gdal_fuzzer_check_comp_dx_dy.jp2 -o @TEMP_PATH@/gdal_fuzzer_check_comp_dx_dy.pgx
|
! opj_decompress -i @INPUT_NR_PATH@/gdal_fuzzer_check_comp_dx_dy.jp2 -o @TEMP_PATH@/gdal_fuzzer_check_comp_dx_dy.pgx
|
||||||
# issue 202
|
# issue 202
|
||||||
opj_decompress -i @INPUT_NR_PATH@/file409752.jp2 -o @TEMP_PATH@/file409752.pgx
|
opj_decompress -i @INPUT_NR_PATH@/file409752.jp2 -o @TEMP_PATH@/file409752.jp2.pgx
|
||||||
# issue 188
|
# issue 188
|
||||||
opj_decompress -i @INPUT_NR_PATH@/issue188_beach_64bitsbox.jp2 -o @TEMP_PATH@/issue188_beach_64bitsbox.jp2.pgx
|
opj_decompress -i @INPUT_NR_PATH@/issue188_beach_64bitsbox.jp2 -o @TEMP_PATH@/issue188_beach_64bitsbox.jp2.pgx
|
||||||
# issue 206
|
# issue 206
|
||||||
|
|
Loading…
Reference in New Issue