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-subscr...@qpid.apache.org