[hibernate-commits] Hibernate SVN: r11219 - branches/Branch_3_2/HibernateExt/entitymanager/src/test/org/hibernate/ejb/test/ejb3configuration.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Feb 19 14:43:25 EST 2007


Author: epbernard
Date: 2007-02-19 14:43:25 -0500 (Mon, 19 Feb 2007)
New Revision: 11219

Modified:
   branches/Branch_3_2/HibernateExt/entitymanager/src/test/org/hibernate/ejb/test/ejb3configuration/ProgrammaticConfTest.java
Log:
clean up after me...

Modified: branches/Branch_3_2/HibernateExt/entitymanager/src/test/org/hibernate/ejb/test/ejb3configuration/ProgrammaticConfTest.java
===================================================================
--- branches/Branch_3_2/HibernateExt/entitymanager/src/test/org/hibernate/ejb/test/ejb3configuration/ProgrammaticConfTest.java	2007-02-19 19:36:40 UTC (rev 11218)
+++ branches/Branch_3_2/HibernateExt/entitymanager/src/test/org/hibernate/ejb/test/ejb3configuration/ProgrammaticConfTest.java	2007-02-19 19:43:25 UTC (rev 11219)
@@ -33,6 +33,7 @@
 		em.flush();
 		assertNotNull( em.find(Cat.class, cat.getId() ) );
 		em.getTransaction().rollback();
+		emf.close();
 	}
 
 	protected Properties getProperties() throws IOException {




More information about the hibernate-commits mailing list