()
| 68 | } |
| 69 | |
| 70 | @Test public void testOneToEmpty() |
| 71 | throws IOException, DbException, TransactionAbortedException { |
| 72 | validateInsert(3, 1, 0); |
| 73 | } |
| 74 | |
| 75 | @Test public void testOneToOne() |
| 76 | throws IOException, DbException, TransactionAbortedException { |
nothing calls this directly
no test coverage detected