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