()
| 58 | } |
| 59 | |
| 60 | @Test public void testEmptyToEmpty() |
| 61 | throws IOException, DbException, TransactionAbortedException { |
| 62 | validateInsert(3, 0, 0); |
| 63 | } |
| 64 | |
| 65 | @Test public void testEmptyToOne() |
| 66 | throws IOException, DbException, TransactionAbortedException { |
nothing calls this directly
no test coverage detected