mirror of https://github.com/ecmwf/eccodes.git
Testing: cosmetics
This commit is contained in:
parent
a1e2751267
commit
b26ad13104
|
@ -1475,7 +1475,6 @@ static void test_concept_condition_strings()
|
|||
|
||||
err = get_concept_condition_string(h, "gridType", NULL, result);
|
||||
Assert(!err);
|
||||
/*printf("%s\n", result);*/
|
||||
Assert(strcmp(result, "gridDefinitionTemplateNumber=0,PLPresent=0") == 0);
|
||||
|
||||
err = get_concept_condition_string(h, "stepType", NULL, result);
|
||||
|
|
Loading…
Reference in New Issue