Repository: qpid-proton
Updated Branches:
  refs/heads/master 7e3557c81 -> c021ecfa6


PROTON-1226: restore flow_control CI test


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c021ecfa
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c021ecfa
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c021ecfa

Branch: refs/heads/master
Commit: c021ecfa63ac6c676040bfb44bd2863bccc0d753
Parents: 7e3557c
Author: Clifford Jansen <[email protected]>
Authored: Mon Jun 6 08:24:56 2016 -0700
Committer: Clifford Jansen <[email protected]>
Committed: Mon Jun 6 08:24:56 2016 -0700

----------------------------------------------------------------------
 examples/cpp/example_test.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c021ecfa/examples/cpp/example_test.py
----------------------------------------------------------------------
diff --git a/examples/cpp/example_test.py b/examples/cpp/example_test.py
index 71cc09a..5d927ea 100644
--- a/examples/cpp/example_test.py
+++ b/examples/cpp/example_test.py
@@ -259,13 +259,12 @@ class ContainerExampleTest(BrokerTestCase):
                          self.proc(["client", "-a", 
addr+"/examples"]).wait_exit())
 
     def test_flow_control(self):
-        return
         want="""success: Example 1: simple credit
 success: Example 2: basic drain
 success: Example 3: drain without credit
 success: Exmaple 4: high/low watermark
 """
-        self.assertEqual(want, self.proc(["flow_control", pick_addr(), 
"-quiet"]).wait_exit())
+        self.assertEqual(want, self.proc(["flow_control", "--address", 
pick_addr(), "--quiet"]).wait_exit())
 
     def test_encode_decode(self):
         want="""


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

Reply via email to