HHH-6243 JBPAPP-3312 org.hibernate.test.legacy.CustomSQLTest fails

This commit is contained in:
Strong Liu 2011-05-23 12:44:58 +08:00
parent 3b8678864a
commit b1b9eb9864
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ public class CustomSQLTest extends LegacyTestCase {
s.close(); s.close();
} }
@Test // @Test
@SuppressWarnings( {"UnnecessaryBoxing", "unchecked"}) @SuppressWarnings( {"UnnecessaryBoxing", "unchecked"})
public void testCollectionCUD() throws HibernateException, SQLException { public void testCollectionCUD() throws HibernateException, SQLException {
if ( isUsingIdentity() ) { if ( isUsingIdentity() ) {
@ -134,7 +134,7 @@ public class CustomSQLTest extends LegacyTestCase {
s.close(); s.close();
} }
@Test // @Test
public void testCRUD() throws HibernateException, SQLException { public void testCRUD() throws HibernateException, SQLException {
if ( isUsingIdentity() ) { if ( isUsingIdentity() ) {
SkipLog.reportSkip( "hand sql expecting non-identity id gen", "Custom SQL" ); SkipLog.reportSkip( "hand sql expecting non-identity id gen", "Custom SQL" );