diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2016-05-08 20:26:12 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2016-05-08 20:26:12 +0200 |
| commit | 6609719b409be038c2d41765b64e42f7b92f79cb (patch) | |
| tree | 291d1d8780373fe58f77e423d635a83ec25f560d | |
| parent | 1a8318f6c24623189ecb65e049267c6f2e005c0e (diff) | |
Correct expected result for test of issue 495
| -rw-r--r-- | tests/nonregression/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/nonregression/CMakeLists.txt b/tests/nonregression/CMakeLists.txt index 31af7c05..53cdc9f4 100644 --- a/tests/nonregression/CMakeLists.txt +++ b/tests/nonregression/CMakeLists.txt @@ -50,6 +50,7 @@ set(BLACKLIST_JPEG2000_TMP issue429.jp2 issue427-null-image-size.jp2 issue427-illegal-tile-offset.jp2 + issue495.jp2 ) # Define a list of file which should be gracefully rejected: diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index e1eb7027..d393e6c6 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -338,7 +338,7 @@ opj_decompress -i @INPUT_NR_PATH@/issue458.jp2 -o @TEMP_PATH@/issue458.jp2.pgx # issue 475 Invalid number of layers !opj_decompress -i @INPUT_NR_PATH@/issue475.jp2 -o @TEMP_PATH@/issue475.jp2.pgx # issue 495 Overflow op_image_comp_header_updat -opj_decompress -i @INPUT_NR_PATH@/issue495.jp2 -o @TEMP_PATH@/issue495.jp2.pgx +!opj_decompress -i @INPUT_NR_PATH@/issue495.jp2 -o @TEMP_PATH@/issue495.jp2.pgx # decode with specific area |
