On 29 March 2016 at 09:13, Gordon Sim <[email protected]> wrote:
> On 28/03/16 08:57, Keith W wrote:
>>
>> Hi all,
>>
>> I am trying to automate the running of the existing Python AMQP 1.0
>> broker tests against the Java Broker with the proton-c/cpp binary
>> dependencies built from their respective trunks.
>>
>> I am installing the Python modules to a private site-package
>> directory, but I notice the tests/setup.py does not seem to install
>> the broker_1_0 module.  Is this an oversight? Or is the running of the
>> broker_1_0 tests different to the others?
>
>
> The qpid.messaging python client does not support AMQP 1.0. The
> qpid::messaging c++ client has been swigged though (mainly only for ease of
> testing), and provides _almost_ the same api.
>
>

I am trying to use the python swigged qpid::messaging c++ client API
from the tests.  My question simply is about
https://svn.apache.org/repos/asf/qpid/trunk/qpid/tests/setup.py.  Why
does it omit broker_1_0 on line 26?  Is it that we run these tests in
a different way to the others?




> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to