Make test work for larger T_BOOK tables

This commit is contained in:
Lukas Eder 2012-07-06 15:37:17 +02:00
parent 39291b6d64
commit dead419c84

View File

@ -1311,7 +1311,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
}
catch (SQLException expected) {}
try {
rs.getObject(10);
rs.getObject(100);
fail();
}
catch (SQLException expected) {}
@ -1350,7 +1350,7 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T658,
}
catch (SQLException expected) {}
try {
rs.getObject(10);
rs.getObject(100);
fail();
}
catch (SQLException expected) {}