()
| 63 | } |
| 64 | |
| 65 | @Test public void testEmptyToOne() |
| 66 | throws IOException, DbException, TransactionAbortedException { |
| 67 | validateInsert(8, 0, 1); |
| 68 | } |
| 69 | |
| 70 | @Test public void testOneToEmpty() |
| 71 | throws IOException, DbException, TransactionAbortedException { |
nothing calls this directly
no test coverage detected