diff --git a/test_suite/simgear_tests/timing/test_SGTime.cxx b/test_suite/simgear_tests/timing/test_SGTime.cxx index 8cd14d55a..a28b3e3c5 100644 --- a/test_suite/simgear_tests/timing/test_SGTime.cxx +++ b/test_suite/simgear_tests/timing/test_SGTime.cxx @@ -44,6 +44,8 @@ void SimgearTimingTests::testBadZoneDetectPosition() // can happen at sea level. // https://sourceforge.net/p/flightgear/codetickets/2780/ + // this was fixed by updating the timezone data from + // https://github.com/BertoldVdb/ZoneDetect into FGData/Timezone/timezone16.bin const auto pos = SGGeod::fromDeg(-69.0, 12.0); - CPPUNIT_ASSERT(t->updateLocal(pos, rootPath / "Timezone") == false); + CPPUNIT_ASSERT(t->updateLocal(pos, rootPath / "Timezone")); }