@Test
public void testConvertMicrosoftAutoRouteToGarminMapSource5() throws IOException {
// Garmin file contains only 41 instead of expected 45 positions
assertTestFails(new NavigationTestCaseThrowsException() {
public void run() throws Exception {
convertRoundtrip(TEST_PATH + "from.axe", new MicrosoftAutoRouteFormat(), new GarminMapSource5Format());
}
});
}