Skip to content

Commit

Permalink
Merge branch 'hotfix/1.11.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Jun 7, 2024
2 parents c076f13 + 3d4b1b5 commit 18bfa57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.13
1.11.14
2 changes: 0 additions & 2 deletions tests/test_codes_decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ CASE("test codessplitter unstr_latlot.tmpl Native") {
MD_EXPECT_LONG(md, "topLevel", 0);
MD_EXPECT_STRING(md, "tempPressureUnits", "hPa");
MD_EXPECT_STRING(md, "levtype", "o3d");
MD_EXPECT_STRING(md, "modelName", "unknown");
MD_EXPECT_LONG(md, "PVPresent", 0);
MD_EXPECT_STRING(md, "deletePV", "1");
MD_EXPECT_LONG(md, "lengthOfHeaders", 107);
Expand Down Expand Up @@ -421,7 +420,6 @@ CASE("test codessplitter unstr_latlot.tmpl String") {
MD_EXPECT_STRING(md, "topLevel", "0");
MD_EXPECT_STRING(md, "tempPressureUnits", "hPa");
MD_EXPECT_STRING(md, "levtype", "o3d");
MD_EXPECT_STRING(md, "modelName", "unknown");
MD_EXPECT_STRING(md, "PVPresent", "0");
MD_EXPECT_STRING(md, "deletePV", "1");
MD_EXPECT_STRING(md, "lengthOfHeaders", "107");
Expand Down

0 comments on commit 18bfa57

Please sign in to comment.