diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-24 16:09:42 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-02-24 16:09:42 +0000 |
| commit | 531cd5dd1428a126515d7376899abed0913deef5 (patch) | |
| tree | 0e189d28bf408fdf7f41dbdb8bbc59c870e088a4 /tests | |
| parent | ff0a9f763e98242cc6517e4a2aa80a3b4d9ee9e2 (diff) | |
[trunk] add test demonstrating a regression in 1.5.0 and up. Update issue 205
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nonregression/test_suite.ctest.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nonregression/test_suite.ctest.in b/tests/nonregression/test_suite.ctest.in index 9a1ccfb2..d551cbb0 100644 --- a/tests/nonregression/test_suite.ctest.in +++ b/tests/nonregression/test_suite.ctest.in @@ -97,6 +97,8 @@ opj_decompress -i @INPUT_NR_PATH@/file409752.jp2 -o @TEMP_PATH@/file409752.png opj_decompress -i @INPUT_NR_PATH@/issue188_beach_64bitsbox.jp2 -o @TEMP_PATH@/issue188_beach_64bitsbox.jp2.tif # issue 206 opj_decompress -i @INPUT_NR_PATH@/issue206_image-000.jp2 -o @TEMP_PATH@/issue206_image-000.jp2.png +# issue 205 +opj_decompress -i @INPUT_NR_PATH@/issue205.jp2 -o @TEMP_PATH@/issue205.jp2.png # decode with specific area # prec=12; nb_c=1 |
