Re-enabled test case, increasing its priority for jOOQ 3.0

This commit is contained in:
Lukas Eder 2013-01-04 13:41:07 +01:00
parent 993843ccd6
commit e83254fed9
2 changed files with 3 additions and 1 deletions

View File

@ -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 =

View File

@ -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();
}