diff options
| author | Gordon Sim <gsim@apache.org> | 2008-03-05 19:56:43 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-03-05 19:56:43 +0000 |
| commit | 4b9b00c9318bdd0338e1d3053e5c5665518bcc7a (patch) | |
| tree | db1389afe954712715887d41cb23d44282aa6829 /qpid/cpp/xml | |
| parent | e8966c3c7752bfeb7eb37573c641fe7d10bdd38e (diff) | |
| download | qpid-python-4b9b00c9318bdd0338e1d3053e5c5665518bcc7a.tar.gz | |
forked python tests for 0-10 preview and 0-10 final
fixed result handling in c++ broker
modified testlib in python to allow new 0-10 client to be run as well
converted query tests for final 0-10
added python tests for 0-10 final to automated set for c++ broker (most unconverted still)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@634003 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/extra.xml | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/qpid/cpp/xml/extra.xml b/qpid/cpp/xml/extra.xml index 789887ae81..b838a466c4 100644 --- a/qpid/cpp/xml/extra.xml +++ b/qpid/cpp/xml/extra.xml @@ -582,6 +582,33 @@ </class> +<class name="execution010" index="3"> + <method name = "sync" index="1"> + <doc>blah, blah</doc> + <chassis name="server" implement="MUST" /> + <chassis name="client" implement="MUST" /> + </method> + <method name = "result" index="2"> + <doc>blah, blah</doc> + <chassis name="server" implement="MUST" /> + <chassis name="client" implement="MUST" /> + <field name="command-id" domain="command-id"/> + <field name="value" domain="long-struct"/> + </method> + <method name = "exception" index="3"> + <doc>blah, blah</doc> + <chassis name="server" implement="MUST" /> + <chassis name="client" implement="MUST" /> + <field name="error-code" domain="short"/> + <field name="command-id" domain="long"/> + <field name="class-code" domain="octet"/> + <field name="command-code" domain="octet"/> + <field name="field-index" domain="octet"/> + <field name="description" domain="mediumstr"/> + <field name="error-info" domain="table"/> + </method> +</class> + <class name="message010" index="4"> <doc>blah, blah</doc> <method name = "transfer" index="1"> @@ -708,7 +735,7 @@ <field name="binding-key" domain="shortstr"/> <field name="arguments" domain="table"/> <result> - <struct size="long" type="1"> + <struct size="long" type="2"> <field name="exchange-not-found" domain="bit"/> <field name="queue-not-found" domain="bit"/> <field name="queue-not-matched" domain="bit"/> |
