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