diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-14 16:56:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-14 16:56:35 +0000 |
| commit | c886f05e4a84202803090adb0312450f3ea5a354 (patch) | |
| tree | bfdad9c7313bf4759518b9ffe455f085b23ba758 /qpid/python | |
| parent | e9172bcdf62db1ed07d64ab10d8850cbaad9046b (diff) | |
| download | qpid-python-c886f05e4a84202803090adb0312450f3ea5a354.tar.gz | |
Use the errata file for final 0-10 that has a type code for xids without which dtx.recover can't work.
Return the indoubt xids as an array of struct32s each of which contains an encoded xid.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@647903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qpid/testlib.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/python/qpid/testlib.py b/qpid/python/qpid/testlib.py index 931face3a4..a0018c671f 100644 --- a/qpid/python/qpid/testlib.py +++ b/qpid/python/qpid/testlib.py @@ -132,6 +132,8 @@ Options: # Abbreviations for default settings. if (self.specfile == "0-10"): self.spec = load(self.get_spec_file("amqp.0-10.xml")) + elif (self.specfile == "0-10-errata"): + self.spec = load(self.get_spec_file("amqp.0-10-qpid-errata.xml")) else: if (self.specfile == "0-8"): self.specfile = self.get_spec_file("amqp.0-8.xml") |
