assertEquals(value, bs.get(name));
}
@Test
public void testMotorradTourenplanerRoundtrip() throws IOException {
readWriteRoundtrip(TEST_PATH + "from-mtp0809.bcr", new ReadWriteTestCallback() {
public void test(ParserResult source, ParserResult target) {
BcrRoute sourceRoute = (BcrRoute) source.getAllRoutes().get(0);
checkUnprocessedValue(sourceRoute, CLIENT_TITLE, "EXTRA", "1");
checkUnprocessedValue(sourceRoute, COORDINATES_TITLE, "PLUS", "2");
checkUnprocessedValue(sourceRoute, DESCRIPTION_TITLE, "ENCORE", "3");