diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2007-02-21 00:23:25 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2007-02-21 00:23:25 +0000 |
| commit | be9a95607d8e831e8f7c5802828afe677c798b93 (patch) | |
| tree | 1cbb1db9ad9532bb333079ba33753ac919bff383 /python/tests | |
| parent | 5059a83a83b4c7e16e374c539f8ced77811f7e51 (diff) | |
| download | qpid-python-be9a95607d8e831e8f7c5802828afe677c798b93.tar.gz | |
r1152@fuschia: andrew | 2007-02-17 21:14:42 +0000
More support for references (and transfers of reference content)
r1220@fuschia: andrew | 2007-02-21 00:22:53 +0000
Working version of delivering Message Transfers by reference
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@509834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests')
| -rw-r--r-- | python/tests/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/message.py b/python/tests/message.py index 93edc29bda..bab596974a 100644 --- a/python/tests/message.py +++ b/python/tests/message.py @@ -631,7 +631,7 @@ class MessageTests(TestBase): channel.channel_open() channel.message_consume(queue = "q", destination = "consumer") offset = channel.message_resume(reference="my-ref", identifier="my-checkpoint").value - self.assertEquals(offset, 16) + self.assertTrue(offset<=16) channel.message_append(reference="my-ref", bytes="qrstuvwxyz") channel.synchronous = False channel.message_transfer(routing_key="q-one", message_id="abcd", body=ReferenceId("my-ref")) |
