Author: julien(a)jboss.com
Date: 2007-06-17 15:40:50 -0400 (Sun, 17 Jun 2007)
New Revision: 7453
Modified:
trunk/common/build.xml
Log:
- improved a bit the implementation of JavaBeanModelMBeanBuilder by removing unnecessary
creation of HashMap objects
- fixed bug when an overriden getter produces 2 getter operations in the model mbean
operation infos metadata
Modified: trunk/common/build.xml
===================================================================
--- trunk/common/build.xml 2007-06-17 19:40:31 UTC (rev 7452)
+++ trunk/common/build.xml 2007-06-17 19:40:50 UTC (rev 7453)
@@ -211,7 +211,6 @@
</x-sysproperty>
<x-test>
-<!--
<test todir="${test.reports}"
name="org.jboss.portal.test.common.net.URLNavigatorTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.net.URLToolsTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.io.IOToolsTestCase"/>
@@ -240,9 +239,7 @@
<test todir="${test.reports}"
name="org.jboss.portal.test.common.StringTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.JarTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.PathTestCase"/>
--->
<test todir="${test.reports}"
name="org.jboss.portal.test.common.JavaBeanModelMBeanBuilderTestCase"/>
-<!--
<test todir="${test.reports}"
name="org.jboss.portal.test.common.ParameterMapTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.LocalizedStringTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.ImplodeTestCase"/>
@@ -252,7 +249,6 @@
<test todir="${test.reports}"
name="org.jboss.portal.test.common.ToolsTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.IteratorStatusTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.PathMapperTestCase"/>
--->
</x-test>
<x-classpath>
<pathelement location="${build.classes}"/>
Show replies by date