}
public void testImportEntries() throws IOException {
RisImporter importer = new RisImporter();
List<BibtexEntry> entries = importer.importEntries(RISImporterTest.class
.getResourceAsStream("RisImporterTest1.ris"));
assertEquals(1, entries.size());
BibtexEntry entry = entries.get(0);
assertEquals("Editorial: Open Source and Empirical Software Engineering", entry
.getField("title"));