@Test
public void testConvertOziExplorerTrackToTop50() throws IOException {
// differences in conversion: Target longitude 0 does not exist
assertTestFails(new NavigationTestCaseThrowsException() {
public void run() throws Exception {
convertRoundtrip(TEST_PATH + "from-ozi.plt", new OziExplorerTrackFormat(), new OvlFormat());
}
});
}