Anyone seen the following python failures against the C++ broker (on the
trunk) They look like the same tests that were failing due to a c++
broker bug (raising wrong error code) but that was fixed last week. It
looks like the wrong type of object is being tested.
======================================================================
ERROR: testTypeNotKnown (tests.exchange.MiscellaneousErrorsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/aconway/svn/qpid/python/tests/exchange.py", line 313, in
testTypeNotKnown
self.assertConnectionException(503, e.args[0])
File "/home/aconway/svn/qpid/python/qpid/testlib.py", line 234, in
assertConnectionException
self.assertEqual("connection", message.method.klass.name)
AttributeError: EOF instance has no attribute 'method'
======================================================================
ERROR: test_invalid_channel (tests.broker.BrokerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/aconway/svn/qpid/python/tests/broker.py", line 93, in
test_invalid_channel
self.assertConnectionException(504, e.args[0])
File "/home/aconway/svn/qpid/python/qpid/testlib.py", line 234, in
assertConnectionException
self.assertEqual("connection", message.method.klass.name)
AttributeError: EOF instance has no attribute 'method'
----------------------------------------------------------------------