From 00f1a5ebe328238e4bffcbebaf6fa19809f11aef Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Wed, 11 Dec 2024 09:23:17 +0000 Subject: [PATCH] Drop FIXME no longer relevant --- core/test/ConfigOutput_test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/test/ConfigOutput_test.cpp b/core/test/ConfigOutput_test.cpp index 6a0c46e10..b06282205 100644 --- a/core/test/ConfigOutput_test.cpp +++ b/core/test/ConfigOutput_test.cpp @@ -1,7 +1,7 @@ /*! * @file ConfigOutput_test.cpp * - * @date 10 Dec 2024 + * @date 11 Dec 2024 * @author Tim Spain */ @@ -106,6 +106,7 @@ TEST_CASE("Test periodic output") xiosHandler.close_context_definition(); #endif meta.setTime(TimePoint("2020-01-01T00:00:00Z")); + #ifdef USE_MPI meta.setMpiMetadata(test_comm); #endif @@ -152,7 +153,7 @@ TEST_CASE("Test periodic output") ModelState state; ido.outputState(meta); - meta.incrementTime(Duration(3600.)); // FIXME: Context undefined? + meta.incrementTime(Duration(3600.)); } }