diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-02-06 01:04:07 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-02-06 01:04:07 +0000 |
| commit | b91e26ce1362d9026a3920c180a8bf664f2c4405 (patch) | |
| tree | 48576e43337a420c979235441fab53fc8f54feb7 /java/test-profiles | |
| parent | 70222e5a13929a8917c3437643936f0606916ea8 (diff) | |
| download | qpid-python-b91e26ce1362d9026a3920c180a8bf664f2c4405.tar.gz | |
I am disabling the WsDmAdapterTest by commenting out the code that adds the test cases to the test suite.
This test is failing due to classpath issues related to Sun shipping a fairly old version of Apache Xalan jars.
I also removed the entry from Excludes. I mistakenly added it there without realizing that this test doesn't extend from QpidTestCase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
| -rw-r--r-- | java/test-profiles/Excludes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/test-profiles/Excludes b/java/test-profiles/Excludes index b9626a4726..ccb907e597 100644 --- a/java/test-profiles/Excludes +++ b/java/test-profiles/Excludes @@ -29,5 +29,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#* org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* -// The WSDM adapter test is failing again. Sadly there is no maintaince in this area -org.apache.qpid.management.wsdm.WsDmAdapterTest#* |
