// in routes positions with the same name have the same coordinates
// in waypoint lists positions with the same coordinates are eliminated
// Garmin file contains only 37 instead of expected 46 positions
assertTestFails(new NavigationTestCaseThrowsException() {
public void run() throws Exception {
convertRoundtrip(TEST_PATH + "from.wpr", new AlanWaypointsAndRoutesFormat(), new GarminMapSource5Format());
}
});
}