remove left-over test

This commit is contained in:
Eyck Jentzsch 2021-01-09 23:27:36 +01:00
parent 1ebc6eb03a
commit f1178157c8
1 changed files with 0 additions and 10 deletions

View File

@ -100,16 +100,6 @@ public class DatabaseServicesTest {
}
}
@Test
public void testTxTextLargeFile() throws Exception {
File f = new File("inputs/hw_cfg7.txlog").getAbsoluteFile();
assertTrue(f.exists());
waveformDb.load(f);
assertNotNull(waveformDb);
// hw_cfg_2_gen.txlog: 7.5s (2G)
// hw_cfg7.txlog: 48s(2G)
}
@Test
public void testTxTextTruncated() throws Exception {
File f = new File("inputs/my_db_truncated.txlog").getAbsoluteFile();