X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=tests%2Fconformance%2FCMakeLists.txt;h=548a93d215acb76fa59a5d615d01f7d3ebf0e5cd;hb=5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd;hp=3a07dbc494e02f09a4a5fd9adafc2bf809c22140;hpb=dc43ebf96c079fb2a91a0e18f4d8f180855dd9ac;p=openjpeg.git diff --git a/tests/conformance/CMakeLists.txt b/tests/conformance/CMakeLists.txt index 3a07dbc4..548a93d2 100644 --- a/tests/conformance/CMakeLists.txt +++ b/tests/conformance/CMakeLists.txt @@ -8,7 +8,7 @@ set(BASELINE_NR ${OPJ_DATA_ROOT}/baseline/nonregression) set(INPUT_CONF ${OPJ_DATA_ROOT}/input/conformance) -# List of components by file (normaly p0_13.j2k have 257 components but for this +# List of components by file (normally p0_13.j2k have 257 components but for this #set of test we consider only 4) set( CP0_nbC_list "not_used;1;1;1;3;4;4;3;3;1;3;1;1;4;3;1;1") set( CP1_nbC_list "not_used;1;3;4;1;3;3;2") @@ -617,7 +617,7 @@ endforeach() #-------------------------------------------------------------------------- # Tests about dump of profile 0 file -# try to dump image and codestream informations into a file +# try to dump image and codestream information into a file # non regression comparison this file to the baseline foreach(numFileP0 RANGE 1 16) @@ -651,7 +651,7 @@ endforeach() #-------------------------------------------------------------------------- # Tests about dump of profile 1 file -# try to dump image and codestream informations into a file +# try to dump image and codestream information into a file # non regression comparison this file to the baseline foreach(numFileP1 RANGE 1 7) @@ -680,7 +680,7 @@ endforeach() #-------------------------------------------------------------------------- # Tests about dump of JP2 file -# try to dump image and codestream informations into a file +# try to dump image and codestream information into a file # non regression comparison this file to the baseline foreach(numFileJP2 RANGE 1 9)