diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-03-07 16:57:43 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-03-07 16:57:43 +0000 |
| commit | b61f65b395e220c76ee207d1ce42ed474571d5e5 (patch) | |
| tree | aecaf1611d3bb3b1c7c6a0d5ac4cf72cdab46498 /qpid/python/tests/connection010.py | |
| parent | 791cd5a65e193ad4a1645065256a244ee238e9e4 (diff) | |
| download | qpid-python-b61f65b395e220c76ee207d1ce42ed474571d5e5.tar.gz | |
added session.sync(); session.auto_sync; made transfers not auto-complete; fixed bug in RangedSet
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@634744 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests/connection010.py')
| -rw-r--r-- | qpid/python/tests/connection010.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/tests/connection010.py b/qpid/python/tests/connection010.py index 8adf20fd78..e966ede377 100644 --- a/qpid/python/tests/connection010.py +++ b/qpid/python/tests/connection010.py @@ -39,6 +39,7 @@ class TestServer: return Server(connection, delegate=self.session) def session(self, session): + session.auto_sync = False return TestSession(session, self.queue) class TestSession(Delegate): |
