Merge lp:~allenap/txlongpollfixture/configurable-prefix into lp:txlongpollfixture

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: 29
Merged at revision: 29
Proposed branch: lp:~allenap/txlongpollfixture/configurable-prefix
Merge into: lp:txlongpollfixture
Diff against target: 22 lines (+3/-1)
2 files modified
.bzrignore (+2/-0)
txlongpollfixture/server.py (+1/-1)
To merge this branch: bzr merge lp:~allenap/txlongpollfixture/configurable-prefix
Reviewer Review Type Date Requested Status
Gavin Panella Approve
Review via email: mp+77543@code.launchpad.net

Commit message

Default to no queue prefix.

Description of the change

Default to no queue prefix.

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.bzrignore'
--- .bzrignore 2011-09-27 15:08:52 +0000
+++ .bzrignore 2011-09-29 14:44:23 +0000
@@ -6,3 +6,5 @@
6./download-cache6./download-cache
7./eggs7./eggs
8./parts8./parts
9./TAGS
10./tags
911
=== modified file 'txlongpollfixture/server.py'
--- txlongpollfixture/server.py 2011-09-29 14:32:20 +0000
+++ txlongpollfixture/server.py 2011-09-29 14:44:23 +0000
@@ -78,7 +78,7 @@
78 def __init__(self, broker_user, broker_password, broker_vhost,78 def __init__(self, broker_user, broker_password, broker_vhost,
79 frontend_port=None, broker_host="localhost",79 frontend_port=None, broker_host="localhost",
80 broker_port=5672, txlongpoll_bin='txlongpoll',80 broker_port=5672, txlongpoll_bin='txlongpoll',
81 logfile=None, queue_prefix="TEST"):81 logfile=None, queue_prefix=""):
82 super(TxLongPollFixture, self).__init__()82 super(TxLongPollFixture, self).__init__()
83 self.config = TxLongPollFixtureConfig(83 self.config = TxLongPollFixtureConfig(
84 broker_user=broker_user,84 broker_user=broker_user,

Subscribers

People subscribed via source and target branches

to all changes: