[trunk] WIP: update output filename of conformance dump test to be compatible with new baseline
This commit is contained in:
parent
35e13cf5e8
commit
cc0ff6b0bf
1
CHANGES
1
CHANGES
@ -6,6 +6,7 @@ What's New for OpenJPEG
|
||||
+ : added
|
||||
|
||||
October 07, 2011
|
||||
+ [mickael] WIP: update output filename of conformance dump test to be compatible with new baseline
|
||||
* [mickael] WIP: correct wrong input in dump_codec function and add missing return value
|
||||
* [mickael] WIP: correct mistake inside set_decoded_area function (credit to Francois De Vieilleville)
|
||||
+ [mickael] WIP: backport rev 967-969 from opj-1.5 to trunk about test suite enhancement and rename of opj_configh.cmake.in
|
||||
|
@ -493,7 +493,7 @@ FOREACH(numFileP0 RANGE 1 16)
|
||||
|
||||
ADD_TEST(NR-${filenameInput}-compare_dump2base
|
||||
${EXECUTABLE_OUTPUT_PATH}/compare_dump_files
|
||||
-b ${BASELINE_NR}/opj_${filenameRefSub}.txt
|
||||
-b ${BASELINE_NR}/opj_v2_${filenameRefSub}.txt
|
||||
-t ${TEMP}/${filenameInput}.txt
|
||||
)
|
||||
|
||||
@ -522,7 +522,7 @@ FOREACH(numFileP1 RANGE 1 7)
|
||||
|
||||
ADD_TEST(NR-${filenameInput}-compare_dump2base
|
||||
${EXECUTABLE_OUTPUT_PATH}/compare_dump_files
|
||||
-b ${BASELINE_NR}/opj_${filenameInputSub}.txt
|
||||
-b ${BASELINE_NR}/opj_v2_${filenameInputSub}.txt
|
||||
-t ${TEMP}/${filenameInput}.txt
|
||||
)
|
||||
|
||||
@ -551,7 +551,7 @@ FOREACH(numFileJP2 RANGE 1 9)
|
||||
|
||||
ADD_TEST(NR-${filenameInput}-compare_dump2base
|
||||
${EXECUTABLE_OUTPUT_PATH}/compare_dump_files
|
||||
-b ${BASELINE_NR}/opj_${filenameInputSub}.txt
|
||||
-b ${BASELINE_NR}/opj_v2_${filenameInputSub}.txt
|
||||
-t ${TEMP}/${filenameInput}.txt
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user