[jbossws-commits] JBossWS SVN: r15906 - shared-testsuite/trunk/testsuite/src/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 9 01:59:22 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-09 01:59:21 -0500 (Fri, 09 Mar 2012)
New Revision: 15906

Modified:
   shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
[JBWS-3454] Fixing syntax error


Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-03-08 16:53:27 UTC (rev 15905)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-03-09 06:59:21 UTC (rev 15906)
@@ -596,7 +596,7 @@
       <sysproperty key="test.classes.directory" value="${tests.output.dir}/test-classes"/>
       <sysproperty key="test.resources.directory" value="${tests.output.dir}/test-resources"/>
       <sysproperty key="test.username" value="${test.username}"/>
-      <sysproperty key="test.password" value="${test.password"/>
+      <sysproperty key="test.password" value="${test.password}"/>
       <sysproperty key="binary.distribution" value="true"/>
       <classpath>
         <path refid="tests.client.classpath"/>



More information about the jbossws-commits mailing list