diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-28 15:12:31 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-28 15:12:31 +0000 |
| commit | a01cfe5a6ad7fdd519e88d2dd3d3ebc1e96d2445 (patch) | |
| tree | 86e8b83abdee5c2eda188a6dbb5ad77e34d31b10 /java/010ExcludeList | |
| parent | ebbe86029e0648e6f27242a6320c472ea6a86e8f (diff) | |
| download | qpid-python-a01cfe5a6ad7fdd519e88d2dd3d3ebc1e96d2445.tar.gz | |
QPID-1094 and QPID-1095: Updated XaResource for handling wrong flag value, updated xa tests for using correct flag values, excluded forget test as the current 0.10 broker does not implement forget.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/010ExcludeList')
| -rw-r--r-- | java/010ExcludeList | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/010ExcludeList b/java/010ExcludeList index ca0ad31412..59a4a0097c 100644 --- a/java/010ExcludeList +++ b/java/010ExcludeList @@ -45,5 +45,5 @@ org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFails org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxP2P org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteNoTxPubSub org.apache.qpid.test.testcases.MandatoryMessageTest#test_QPID_508_MandatoryFailsNoRouteTxPubSub -// Those tests are failing, they must be removed from this list once QPID-1095 is fixed. -org.apache.qpid.test.unit.xa.FaultTest#*
\ No newline at end of file +// the 0.10 c++ broker does not implement forget +org.apache.qpid.test.unit.xa.FaultTest#testForget
\ No newline at end of file |
