diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-25 10:30:40 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-25 10:30:40 +0000 |
| commit | 1378475573b2fd61c54f2fe295e40f183762f435 (patch) | |
| tree | 79ef9bd93d9bfbfcb15b80b4ccdee5ba457b9734 /tests | |
| parent | 00b049866bd33355462ca161764c2fa4493b4ab7 (diff) | |
[trunk] Run test case for issue 228. Output has been validated.
Fixes issue 228
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nonregression/md5refs.txt | 1 | ||||
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/nonregression/md5refs.txt b/tests/nonregression/md5refs.txt index 94cec750..8d98c567 100644 --- a/tests/nonregression/md5refs.txt +++ b/tests/nonregression/md5refs.txt @@ -28,6 +28,7 @@ de992d54d59032eb07d21983dbe8155b issue205.jp2_3.pgx 8fae7a39e459409f64e4529d2214087a issue206_image-000.jp2_0.pgx 555a504a93c9a14f61c894da3b393e87 issue206_image-000.jp2_1.pgx 5f06b7c45446ae20c22cada46478a9dc issue206_image-000.jp2_2.pgx +e1807db57b5f5192c4b77b83e8b5c477 issue228.j2k_0.pgx 4093cc34d838780b35a8be410247fa7f j2k32.j2k_0.pgx ce4e556aaa0844b92a92c35c200fc43e j2k32.j2k_1.pgx ea926520f990640862f3fe6616097613 j2k32.j2k_2.pgx diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index dde8a58f..b4a66629 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -114,6 +114,8 @@ opj_decompress -i @INPUT_NR_PATH@/3635.pdf.asan.77.2930.jp2 -o @TEMP_PATH@/3 opj_decompress -i @INPUT_NR_PATH@/1802.pdf.SIGSEGV.36e.894.jp2 -o @TEMP_PATH@/1802.pdf.SIGSEGV.36e.894.jp2.pgx opj_decompress -i @INPUT_NR_PATH@/451.pdf.SIGSEGV.f4c.3723.jp2 -o @TEMP_PATH@/451.pdf.SIGSEGV.f4c.3723.jp2.pgx opj_decompress -i @INPUT_NR_PATH@/2.pdf.SIGFPE.706.1112.jp2 -o @TEMP_PATH@/2.pdf.SIGFPE.706.1112.jp2.pgx +# issue 228 (16bits/lossy) +opj_decompress -i @INPUT_NR_PATH@/issue228.j2k -o @TEMP_PATH@/issue228.j2k.pgx # decode with specific area # prec=12; nb_c=1 |
