Hi,

I have just downloaded and compiled qpidc and qpidpython and installed qpidd
via yum.

However i get 4 errors when i try to validate by installation though i tried
to preclude known errors.

Can anyone tell me whether these errors are ignorable / not?

Thanks
gs

./run-tests -s 0-10-errata -I ./cpp_failing_0-10.txt

======================================================================

FAIL: test_example
(tests_0-10.example.ExampleTest)

----------------------------------------------------------------------

Traceback (most recent call
last):

  File
"/home/remya/Documents/download/qpid-M4/python/tests_0-10/example.py", line
91, in test_example
    self.assertEqual(sent.body,
msg.body)

AssertionError: 'Hello World!' != 'Immediate
Delivery'


======================================================================
FAIL: test_simple_delivery_queued (tests_0-10.broker.BrokerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/remya/Documents/download/qpid-M4/python/tests_0-10/broker.py",
line 93, in test_simple_delivery_queued
    self.assert_(msg.body ==
body)

AssertionError

======================================================================
FAIL: test_purge (tests_0-10.queue.QueueTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/remya/Documents/download/qpid-M4/python/tests_0-10/queue.py",
line 42, in test_purge
    self.assertEqual(3,
reply.message_count)
AssertionError: 3 !=
22


======================================================================
FAIL: test_no_local_awkward (tests_0-10.message.MessageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/remya/Documents/download/qpid-M4/python/tests_0-10/message.py", line
103, in test_no_local_awkward
    self.assertEqual("foreign",
msg.body)

AssertionError: 'foreign' != 'Immediate
Delivery'

----------------------------------------------------------------------
Ran 191 tests in 109.996s

FAILED (failures=4)

Reply via email to