summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-14 16:56:35 +0000
committerGordon Sim <gsim@apache.org>2008-04-14 16:56:35 +0000
commitc886f05e4a84202803090adb0312450f3ea5a354 (patch)
treebfdad9c7313bf4759518b9ffe455f085b23ba758 /qpid/cpp/src/tests
parente9172bcdf62db1ed07d64ab10d8850cbaad9046b (diff)
downloadqpid-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/cpp/src/tests')
-rwxr-xr-xqpid/cpp/src/tests/python_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/python_tests b/qpid/cpp/src/tests/python_tests
index f35cb16480..4360992a2e 100755
--- a/qpid/cpp/src/tests/python_tests
+++ b/qpid/cpp/src/tests/python_tests
@@ -12,7 +12,7 @@ run() {
if test -d ../../../python ; then
cd ../../../python
- run 0-10 cpp_failing_0-10.txt
+ run 0-10-errata cpp_failing_0-10.txt
test -z "$QPID_NO_PREVIEW" && run ../specs/amqp.0-10-preview.xml cpp_failing_0-10_preview.txt
else
echo Warning: python tests not found.