Author: jcosta(a)redhat.com
Date: 2009-04-23 12:01:18 -0400 (Thu, 23 Apr 2009)
New Revision: 16426
Modified:
annotations/branches/v3_4_0_GA_CP/src/test/org/hibernate/test/annotations/immutable/ImmutableTest.java
Log:
ANN-790 - Backporting fix
Modified:
annotations/branches/v3_4_0_GA_CP/src/test/org/hibernate/test/annotations/immutable/ImmutableTest.java
===================================================================
---
annotations/branches/v3_4_0_GA_CP/src/test/org/hibernate/test/annotations/immutable/ImmutableTest.java 2009-04-23
15:27:36 UTC (rev 16425)
+++
annotations/branches/v3_4_0_GA_CP/src/test/org/hibernate/test/annotations/immutable/ImmutableTest.java 2009-04-23
16:01:18 UTC (rev 16426)
@@ -60,6 +60,7 @@
germany = (Country) s.get(Country.class, country.getId());
assertNotNull(germany);
assertEquals("Name should not have changed", "Germany",
germany.getName());
+ tx.commit();
s.close();
// // try deletion
Show replies by date