Author: dan.j.allen
Date: 2008-11-17 01:37:27 -0500 (Mon, 17 Nov 2008)
New Revision: 9580
Modified:
trunk/build.xml
Log:
unit tests don't need the JDK 6 classloader setting fix (in fact they shouldn't
because they are unit tests)
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-11-17 06:34:00 UTC (rev 9579)
+++ trunk/build.xml 2008-11-17 06:37:27 UTC (rev 9580)
@@ -756,8 +756,6 @@
<testng outputdir="${test.dir}">
<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
<jvmarg line="-Djava.awt.headless=true" />
- <!--added for JDK6 compatibility with JBoss embedded-->
- <jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
<classpath>
<path path="${classes.test.core.dir}" />
<path path="${classes.test.dir}" />
Show replies by date