summaryrefslogtreecommitdiff
path: root/tests/nonregression
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-06-01 07:53:44 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-06-01 07:53:44 +0000
commit79a0533c69c27932bece96b6c420d802530b083e (patch)
tree849bd32bc93fee243f9ecf5d11a6ae7cd520f9ba /tests/nonregression
parent64363995be531ea837ce9e52a5544e8707b17c69 (diff)
[trunk] use new names for baseline
Diffstat (limited to 'tests/nonregression')
-rw-r--r--tests/nonregression/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nonregression/CMakeLists.txt b/tests/nonregression/CMakeLists.txt
index 216d04a8..8a743e7d 100644
--- a/tests/nonregression/CMakeLists.txt
+++ b/tests/nonregression/CMakeLists.txt
@@ -244,7 +244,7 @@ FOREACH(OPJ_TEST_CMD_LINE ${OPJ_TEST_CMD_LINE_LIST})
# Compare the dump file with the baseline
ADD_TEST(NR-ENC-${INPUT_FILENAME_NAME}-${IT_TEST_ENC}-compare_dump2base
${EXECUTABLE_OUTPUT_PATH}/compare_dump_files
- -b ${BASELINE_NR}/opj_${OUTPUT_FILENAME_NAME_WE}-ENC-${IT_TEST_ENC}.txt
+ -b ${BASELINE_NR}/opj_v2_${OUTPUT_FILENAME_NAME_WE}-ENC-${IT_TEST_ENC}.txt
-t ${OUTPUT_FILENAME}-ENC-${IT_TEST_ENC}.txt
)