diff options
author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-05-03 22:04:51 +0000 |
---|---|---|
committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2011-05-03 22:04:51 +0000 |
commit | 8655945af14cea757f558bea2ea92496265aa7ca (patch) | |
tree | 5439d9b85015d88069aa9ab917a3bd4f8554ad19 /cpp/src/tests/QueuePolicyTest.cpp | |
parent | 2f65c978d5eeb96c016ca776b25eb1d3c8b1fa52 (diff) | |
download | qpid-python-8655945af14cea757f558bea2ea92496265aa7ca.tar.gz |
QPID-3243: correctly use --max-queue-count value to compute flow limit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1099278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/QueuePolicyTest.cpp')
-rw-r--r-- | cpp/src/tests/QueuePolicyTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/QueuePolicyTest.cpp b/cpp/src/tests/QueuePolicyTest.cpp index f9c058c771..5455105078 100644 --- a/cpp/src/tests/QueuePolicyTest.cpp +++ b/cpp/src/tests/QueuePolicyTest.cpp @@ -386,6 +386,7 @@ QPID_AUTO_TEST_CASE(testCapacityConversion) { FieldTable args; args.setString("qpid.max_count", "5"); + args.setString("qpid.flow_stop_count", "0"); ProxySessionFixture f; std::string q("q"); |