}
@Test
public void testConvertGoPalRouteToGoPalRoute() throws IOException {
convertRoundtrip(TEST_PATH + "from-gopal3.xml", new GoPal3RouteFormat(), new GoPal7RouteFormat());
convertRoundtrip(TEST_PATH + "from-gopal5.xml", new GoPal5RouteFormat(), new GoPal5RouteFormat());
convertRoundtrip(TEST_PATH + "from-gopal7.xml", new GoPal7RouteFormat(), new GoPal3RouteFormat());
}