@Test
public void testConvertTourExchangeToGarminMapSource5Fails() throws IOException {
// Garmin file contains only 47 instead of expected 49 positions
assertTestFails(new NavigationTestCaseThrowsException() {
public void run() throws Exception {
convertRoundtrip(TEST_PATH + "from.tef", new TourExchangeFormat(), new GarminMapSource5Format());
}
});
}