@Test
public void testConvertMagellanMapSendToMagellanMapSendFails() throws IOException {
// roundtrip fails since name and description are mangled
assertTestFails(new NavigationTestCaseThrowsException() {
public void run() throws Exception {
convertRoundtrip(TEST_PATH + "from-mapsend.wpt", new MagellanMapSendFormat(), new MagellanMapSendFormat());
}
});
}