@Test
public void testResultDataRoundtrip(){
testCardDataImport();
ResultDataIO resultDataIO = new ResultDataIO(factory, null, null, registry);
String[] record = new String[]{"66", "NOS", "0:59:25"};
assertArrayEquals(record, resultDataIO.exportTData(resultDataIO.importTData(record)));
}
}