[jboss-cvs] JBossAS SVN: r75637 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 10 16:40:20 EDT 2008


Author: dimitris at jboss.org
Date: 2008-07-10 16:40:19 -0400 (Thu, 10 Jul 2008)
New Revision: 75637

Modified:
   trunk/testsuite/build.xml
Log:
tidy up tests-scout-jaxr

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-07-10 20:35:42 UTC (rev 75636)
+++ trunk/testsuite/build.xml	2008-07-10 20:40:19 UTC (rev 75637)
@@ -2341,77 +2341,72 @@
    <!--
     | Standard jaxr tests that should run successfully against a
     | JBoss server distribution build that contains jaxr.
-	-->
-	<!-- Test for JAXR under the Web Services Umbrella -->
-	<target name="tests-scout-jaxr" >
-	    <mkdir dir="${build.reports}"/>
-	    <mkdir dir="${build.testlog}"/>
-	    <junit dir="${module.output}"
-	      printsummary="${junit.printsummary}"
-	      haltonerror="${junit.haltonerror}"
-	      haltonfailure="${junit.haltonfailure}"
-	      fork="${junit.fork}"
-	      timeout="${junit.timeout}"
-	      jvm="${junit.jvm}"
-	      failureProperty="tests.failure">
+   -->
+   <!-- Test for JAXR under the Web Services Umbrella -->
+   <target name="tests-scout-jaxr" >
+      <mkdir dir="${build.reports}"/>
+      <mkdir dir="${build.testlog}"/>
+      <junit dir="${module.output}"
+            printsummary="${junit.printsummary}"
+            haltonerror="${junit.haltonerror}"
+            haltonfailure="${junit.haltonfailure}"
+            fork="${junit.fork}"
+            timeout="${junit.timeout}"
+            jvm="${junit.jvm}"
+            failureProperty="tests.failure">
 
-	 <!-- JPDA Debugging begin-->
-	<!--
-	      <jvmarg value="-Xdebug"/>
-	      <jvmarg value="-Xnoagent"/>
-	      <jvmarg value="-Djava.compiler=NONE"/>
-	      <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8686"/>
-	-->
-	      <!-- End JPDA Debuuging begin-->
+         <!-- JPDA Debugging begin-->
+         <!--
+            <jvmarg value="-Xdebug"/>
+            <jvmarg value="-Xnoagent"/>
+            <jvmarg value="-Djava.compiler=NONE"/>
+            <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8686"/>
+         -->
+         <!-- End JPDA Debuuging begin-->
 
-	      <jvmarg value="-Djava.endorsed.dirs=${jboss.server.lib}/endorsed"/>
-              <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
-	      <sysproperty key="jbosstest.server.host" value="${node0}"/>
-	      <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
-	      <sysproperty key="build.testlog" value="${build.testlog}"/>
-	      <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
-	      <sysproperty key="javax.xml.registry.ConnectionFactoryClass"
-	        value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/>
-	      <sysproperty key="jaxr.query.url"
-	        value="http://${node0}:8080/juddi/inquiry"/>
-	      <sysproperty key="jaxr.publish.url"
-	        value="http://${node0}:8080/juddi/publish"/>
-	      <sysproperty key="juddi.proxy.transportClass"
-	        value="org.jboss.jaxr.juddi.transport.SaajTransport"/>
-	       <sysproperty key="host.name" value="${node0}"/>
-	       <sysproperty key="jndi.bind.name" value="JAXR"/>
-	       <sysproperty key="jaxr.debug" value="true"/>
-               <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
-	      <!-- Pass along any jbosstest.* system properties -->
-	      <syspropertyset>
-	        <propertyref prefix="jbosstest."/>
-	      </syspropertyset>
+         <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
+         <sysproperty key="jbosstest.server.host" value="${node0}"/>
+         <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
+         <sysproperty key="build.testlog" value="${build.testlog}"/>
+         <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
+         <sysproperty key="javax.xml.registry.ConnectionFactoryClass" value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/>
+         <sysproperty key="jaxr.query.url" value="http://${node0}:8080/juddi/inquiry"/>
+         <sysproperty key="jaxr.publish.url" value="http://${node0}:8080/juddi/publish"/>
+         <sysproperty key="juddi.proxy.transportClass" value="org.jboss.jaxr.juddi.transport.SaajTransport"/>
+         <sysproperty key="host.name" value="${node0}"/>
+         <sysproperty key="jndi.bind.name" value="JAXR"/>
+         <sysproperty key="jaxr.debug" value="true"/>
+         <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
+         <!-- Pass along any jbosstest.* system properties -->
+         <syspropertyset>
+            <propertyref prefix="jbosstest."/>
+         </syspropertyset>
 
-	      <classpath>
-	        <pathelement location="${build.classes}"/>
-	        <path refid="tests.classpath"/>
-	      </classpath>
+         <classpath>
+           <pathelement location="${build.classes}"/>
+	   <path refid="tests.classpath"/>
+         </classpath>
 
-	      <!-- formatter type="xml" usefile="${junit.formatter.usefile}"/ -->
-              <sysproperty key="jboss-junit-configuration" value="tests-scout-jaxr"/>
-              <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
-                         usefile="${junit.formatter.usefile}"
-                         extension="-tests-scout-jaxr.xml"/>
-	      <formatter type="plain" usefile="${junit.formatter.usefile}"/>
+         <!-- formatter type="xml" usefile="${junit.formatter.usefile}"/ -->
+         <sysproperty key="jboss-junit-configuration" value="tests-scout-jaxr"/>
+         <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
+                    usefile="${junit.formatter.usefile}"
+                    extension="-tests-scout-jaxr.xml"/>
+	 <formatter type="plain" usefile="${junit.formatter.usefile}"/>
 
-	      <batchtest todir="${build.reports}"
-	        haltonerror="${junit.batchtest.haltonerror}"
-	        haltonfailure="${junit.batchtest.haltonfailure}"
-	        fork="${junit.batchtest.fork}">
+	 <batchtest todir="${build.reports}"
+	    haltonerror="${junit.batchtest.haltonerror}"
+	    haltonfailure="${junit.batchtest.haltonfailure}"
+	    fork="${junit.batchtest.fork}">
 
-	        <fileset dir="${build.classes}">
-	          <patternset refid="jaxr.includes"/>
-	        </fileset>
-	      </batchtest>
-	    </junit>
-  </target>
+	    <fileset dir="${build.classes}">
+	       <patternset refid="jaxr.includes"/>
+            </fileset>
+         </batchtest>
+      </junit>
+   </target>
 
-
+   
    <!-- The scoped AOP tests need a classloader hook -->
    <target name="tests-aop-scoped"
       description="AOP tests requiring a native classloader hook">




More information about the jboss-cvs-commits mailing list