1
0
Fork 0

Mark time test as passing, with updated TZ data

Requires FGData commit  844c24a085b6f065a1d6c
This commit is contained in:
James Turner 2022-12-01 09:30:47 +00:00
parent bc3e80b2cb
commit ff5752d1dd

View file

@ -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"));
}