Fixed test that doesn't enforce resetting of data
This commit is contained in:
parent
3c09edf60a
commit
3a22a9ee51
@ -533,6 +533,8 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T7
|
||||
|
||||
@Test
|
||||
public void testRenderFormattedAndInlinedWithNewlines() throws Exception {
|
||||
jOOQAbstractTest.reset = false;
|
||||
|
||||
// [#2528] When inlining bind values, formatting SQL might change the
|
||||
// values, in case values contain newlines
|
||||
DSLContext create = create(new Settings()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user