Author: julien(a)jboss.com
Date: 2007-02-10 19:33:46 -0500 (Sat, 10 Feb 2007)
New Revision: 6206
Modified:
trunk/common/build.xml
Log:
- moved markup classes to common
- test case for markup classes
- removed obsolete x-www-url-formencoded encoder because it is duplicated by
FastURLEncoder
- added UndeclaredIOException to prevent classes to have to throw IOException in their
signature
Modified: trunk/common/build.xml
===================================================================
--- trunk/common/build.xml 2007-02-11 00:32:15 UTC (rev 6205)
+++ trunk/common/build.xml 2007-02-11 00:33:46 UTC (rev 6206)
@@ -202,7 +202,6 @@
<x-test>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.MarkupTestCase"/>
-<!--
<test todir="${test.reports}"
name="org.jboss.portal.test.common.TypedMapTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.test.InfoTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.test.TestParameterValueTestCase"/>
@@ -227,7 +226,6 @@
<test todir="${test.reports}"
name="org.jboss.portal.test.common.BufferedStreamTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.CharBufferTestCase"/>
<test todir="${test.reports}"
name="org.jboss.portal.test.common.CopyOnWriteRegistryTestCase"/>
--->
</x-test>
<x-classpath>
<pathelement location="${build.classes}"/>
Show replies by date