mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
failure no longer expected for test
This commit is contained in:
parent
37c071fa20
commit
3af493a344
@ -53,7 +53,7 @@ public void testNoLoss() {
|
||||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected( jiraKey = "HHH-15125")
|
||||
// @FailureExpected( jiraKey = "HHH-15125")
|
||||
public void testProblematic() {
|
||||
assertNoLoss( "select * from ((select e.id from Entity e union all select e.id from Entity e) union select e.id from Entity e) grp" );
|
||||
}
|
||||
@ -65,6 +65,7 @@ private void assertNoLoss(String query) {
|
||||
|
||||
log.debugf( "Original: {}", query );
|
||||
log.debugf( "Formatted: {}", formattedQuery );
|
||||
System.out.println( formattedQuery );
|
||||
|
||||
while ( formatted.hasMoreTokens() && plain.hasMoreTokens() ) {
|
||||
String plainToken = plain.nextToken();
|
||||
|
Loading…
x
Reference in New Issue
Block a user