[hibernate-commits] Hibernate SVN: r18901 - core/branches/Branch_3_2_4_SP1_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Feb 28 08:52:40 EST 2010


Author: stliu
Date: 2010-02-28 08:52:39 -0500 (Sun, 28 Feb 2010)
New Revision: 18901

Modified:
   core/branches/Branch_3_2_4_SP1_CP/build.xml
Log:
change the expect failure property to true

Modified: core/branches/Branch_3_2_4_SP1_CP/build.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/build.xml	2010-02-26 14:24:54 UTC (rev 18900)
+++ core/branches/Branch_3_2_4_SP1_CP/build.xml	2010-02-28 13:52:39 UTC (rev 18901)
@@ -67,7 +67,7 @@
     <property name="jar.name" value="${name2}"/>
     <property name="testjar.name" value="${name2}-test"/>
 
-    <property name="hibernate.test.validatefailureexpected" value="false"/>
+    <property name="hibernate.test.validatefailureexpected" value="true"/>
 
     <!-- fileset definition for the lib directory -->
     <fileset id="fs.lib" dir="${dir.lib}">



More information about the hibernate-commits mailing list