You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/02/13 18:28:35 UTC

svn commit: r744187 - /qpid/trunk/qpid/java/management/client/build.xml

Author: ritchiem
Date: Fri Feb 13 17:28:35 2009
New Revision: 744187

URL: http://svn.apache.org/viewvc?rev=744187&view=rev
Log:
QPID-1663 Disable WsDmAdapterTest until we can resolve problems

Modified:
    qpid/trunk/qpid/java/management/client/build.xml

Modified: qpid/trunk/qpid/java/management/client/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/management/client/build.xml?rev=744187&r1=744186&r2=744187&view=diff
==============================================================================
--- qpid/trunk/qpid/java/management/client/build.xml (original)
+++ qpid/trunk/qpid/java/management/client/build.xml Fri Feb 13 17:28:35 2009
@@ -22,6 +22,7 @@
 
     <property name="module.depends" value="client common"/>
     <property name="module.test.depends" value="client common"/>
+<property name="module.test.excludes" value="**/WsDmAdapterTest.java"/>
 	
 	<import file="../../module.xml"/>
 
@@ -208,4 +209,4 @@
 		</condition>
 		<fail if="failed" message="TEST SUITE FAILED"/>
 	</target>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org