[hibernate-commits] Hibernate SVN: r19743 - core/branches/Branch_3_5/annotations/src/test/java/org/hibernate/test/annotations/subselect.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 15 14:52:54 EDT 2010


Author: gbadner
Date: 2010-06-15 14:52:54 -0400 (Tue, 15 Jun 2010)
New Revision: 19743

Modified:
   core/branches/Branch_3_5/annotations/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java
Log:
HHH-5231 : Unit test locks up on postgresql on Branch_3_5

Modified: core/branches/Branch_3_5/annotations/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java
===================================================================
--- core/branches/Branch_3_5/annotations/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java	2010-06-15 17:24:12 UTC (rev 19742)
+++ core/branches/Branch_3_5/annotations/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java	2010-06-15 18:52:54 UTC (rev 19743)
@@ -71,7 +71,7 @@
 		HighestBid highestBid = (HighestBid) query.list().iterator().next();
 		
 		assertEquals(200.0, highestBid.getAmount());
-		
+		s.getTransaction().rollback();
 		s.close();	
 		
 		



More information about the hibernate-commits mailing list