Skip to content

Commit

Permalink
Merge branch 'hotfix/1.11.21' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Nov 8, 2024
2 parents d94db61 + 6d2236a commit 919cf2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.19
1.11.21
4 changes: 2 additions & 2 deletions tests/test_expand.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ CASE( "test_metkit_expand_2" ) {
const std::vector< std::string >& dates = r.values("date");
EXPECT(dates.size() == 1);

eckit::Date today(0);
eckit::Date yesterday(-1);
std::ostringstream oss;

oss << today.yyyymmdd();
oss << yesterday.yyyymmdd();
EXPECT(dates[0] == oss.str());


Expand Down

0 comments on commit 919cf2e

Please sign in to comment.