Re-enabled test case, increasing its priority for jOOQ 3.0
This commit is contained in:
parent
993843ccd6
commit
e83254fed9
@ -252,6 +252,8 @@ extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, I, IPK, T725,
|
||||
|
||||
@Test
|
||||
public void testUnaliasedSubqueryProjections() throws Exception {
|
||||
// TODO [#579] re-enable this test when fixing this bug
|
||||
|
||||
// Test whether unaliased literals in subquery projections are correctly
|
||||
// handled
|
||||
Result<Record> result =
|
||||
|
||||
@ -1569,7 +1569,7 @@ public abstract class jOOQAbstractTest<
|
||||
new ExoticTests(this).testAliasingPivot();
|
||||
}
|
||||
|
||||
// @Test // TODO [#579] re-enable this test when fixing this bug
|
||||
@Test
|
||||
public void testUnaliasedSubqueryProjections() throws Exception {
|
||||
new SelectTests(this).testUnaliasedSubqueryProjections();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user