HHH-5592 org.hibernate.test.hql.ASTParserLoadingOrderByTest hangs on postgresql

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20695 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-09-25 02:47:05 +00:00
parent bc8fee2624
commit f518b84b1b
1 changed files with 2 additions and 0 deletions

View File

@ -694,6 +694,8 @@ public class ASTParserLoadingOrderByTest extends FunctionalTestCase {
assertEquals( Long.valueOf( 1 ), ( ( Object[] ) list.get( 1 ) )[ 1 ] );
assertEquals( zoo4.getName(), ( ( Object[] ) list.get( 2 ) )[ 0 ] );
assertEquals( Long.valueOf( 1 ), ( ( Object[] ) list.get( 2 ) )[ 1 ] );
t.commit();
s.close();
cleanupData();
}