[hibernate-commits] Hibernate SVN: r18893 - entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/callbacks.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 25 11:11:00 EST 2010


Author: stliu
Date: 2010-02-25 11:10:59 -0500 (Thu, 25 Feb 2010)
New Revision: 18893

Modified:
   entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
Log:
JBPAPP-3314 org.hibernate.ejb.test.callbacks.CallbackAndDirtyTest.testDirtyButNotDirty fails on PostgreSQL

Modified: entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
===================================================================
--- entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java	2010-02-25 15:57:25 UTC (rev 18892)
+++ entitymanager/branches/v3_3_2_GA_CP/src/test/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java	2010-02-25 16:10:59 UTC (rev 18893)
@@ -30,6 +30,7 @@
 		joe.setCountry( "USA" );
 		joe.setComments( "Very demanding" );
 		joe.setSalesperson( mark );
+		joe.setSex( 'F' );
 
 		Person yomomma = new Person();
 		yomomma.setName( "mum" );



More information about the hibernate-commits mailing list