Release 3.0.0-RC3: Fixed broken test
This commit is contained in:
parent
c9b43b2ade
commit
dc7bd7b56f
@ -158,7 +158,12 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
|
||||
|
||||
@Override
|
||||
public void executeStart(ExecuteContext ctx) {
|
||||
assertThings(ctx, "bindEnd", "executeStart");
|
||||
if (SettingsTools.executePreparedStatements(ctx.configuration().settings())) {
|
||||
assertThings(ctx, "bindEnd", "executeStart");
|
||||
}
|
||||
else {
|
||||
assertThings(ctx, "prepareEnd", "executeStart");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user