[hibernate-commits] Hibernate SVN: r15036 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 12 06:15:33 EDT 2008


Author: hardy.ferentschik
Date: 2008-08-12 06:15:33 -0400 (Tue, 12 Aug 2008)
New Revision: 15036

Modified:
   search/trunk/build.xml
Log:
Removed the exclusion of UnresolvedBridgeTest. With the new version of Core this test is passing again.

Modified: search/trunk/build.xml
===================================================================
--- search/trunk/build.xml	2008-08-12 10:07:46 UTC (rev 15035)
+++ search/trunk/build.xml	2008-08-12 10:15:33 UTC (rev 15036)
@@ -196,8 +196,6 @@
 						<fileset dir="${testclasses.dir}">
 							<include name="**/*Test.class"/>
 							<exclude name="**/JMSSlaveTest.class"/>
-							<!-- Only temporary excluded here until the next release of core. Test should then pass again -->
-							<exclude name="**/UnresolvedBridgeTest.class"/>
 						</fileset>
 					</batchtest>
 					<test fork="yes" todir="${testreports.dir}/@{db}" haltonfailure="no" name="org.hibernate.search.test.jms.slave.JMSSlaveTest"/>	




More information about the hibernate-commits mailing list