Merge lp:~theiw/txstatsd/txstatsd-fix-831968 into lp:txstatsd

Proposed by Ian Wilkinson
Status: Merged
Merged at revision: 23
Proposed branch: lp:~theiw/txstatsd/txstatsd-fix-831968
Merge into: lp:txstatsd
Diff against target: 19 lines (+2/-2)
2 files modified
txstatsd/tests/test_client.py (+1/-1)
txstatsd/version.py (+1/-1)
To merge this branch: bzr merge lp:~theiw/txstatsd/txstatsd-fix-831968
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Review via email: mp+72612@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

+1, tests pass on lucid.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'txstatsd/tests/test_client.py'
2--- txstatsd/tests/test_client.py 2011-08-17 16:02:39 +0000
3+++ txstatsd/tests/test_client.py 2011-08-23 18:28:27 +0000
4@@ -17,7 +17,7 @@
5 self.assertEqual(client.write('message'), len('message'))
6
7 def test_twistedstatsd_write_with_malformed_address(self):
8- client = TwistedStatsDClient('localhost', -1)
9+ client = TwistedStatsDClient('256.0.0.0', 1)
10 protocol = StatsDClientProtocol(client)
11 reactor = self.buildReactor()
12 reactor.listenUDP(0, protocol)
13
14=== modified file 'txstatsd/version.py'
15--- txstatsd/version.py 2011-08-17 16:02:39 +0000
16+++ txstatsd/version.py 2011-08-23 18:28:27 +0000
17@@ -1,1 +1,1 @@
18-txstatsd = "0.1.2"
19+txstatsd = "0.1.3"

Subscribers

People subscribed via source and target branches