()
| 73 | } |
| 74 | |
| 75 | @Test public void testOneToOne() |
| 76 | throws IOException, DbException, TransactionAbortedException { |
| 77 | validateInsert(1, 1, 1); |
| 78 | } |
| 79 | |
| 80 | /** Make test compatible with older version of ant. */ |
| 81 | public static junit.framework.Test suite() { |
nothing calls this directly
no test coverage detected