[jboss-svn-commits] JBoss Portal SVN: r5145 - branches/JBoss_Portal_Branch_2_4/core
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 4 19:49:26 EDT 2006
Author: julien at jboss.com
Date: 2006-09-04 19:49:24 -0400 (Mon, 04 Sep 2006)
New Revision: 5145
Modified:
branches/JBoss_Portal_Branch_2_4/core/build.xml
Log:
remove test JBossApplicationMetaDataFactoryTestCase from core as it only exists in 2.6 and has been backported by error during a merge with trunk.
Modified: branches/JBoss_Portal_Branch_2_4/core/build.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_4/core/build.xml 2006-09-04 23:48:49 UTC (rev 5144)
+++ branches/JBoss_Portal_Branch_2_4/core/build.xml 2006-09-04 23:49:24 UTC (rev 5145)
@@ -534,8 +534,6 @@
<x-test>
<test todir="${test.reports}" name="org.jboss.portal.test.core.model.instance.InstanceContainerTestCase"/>
<test todir="${test.reports}" name="org.jboss.portal.test.core.state.StatefulPortletInvokerTestCase"/>
- <test todir="${test.reports}"
- name="org.jboss.portal.test.core.deployment.JBossApplicationMetaDataFactoryTestCase"/>
</x-test>
<x-classpath>
<pathelement location="${build.lib}/portal-core-lib.jar"/>
More information about the jboss-svn-commits
mailing list