~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_ping.py

  • Committer: Vincent Ladeuil
  • Date: 2013-07-27 11:24:34 UTC
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: v.ladeuil+lp@free.fr-20130727112434-nlka3zj5j6bbl1iy
Tags: bzr-2.6.0
ReleaseĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""External tests of 'bzr ping'"""
18
18
 
 
19
import bzrlib
19
20
from bzrlib import tests
20
21
 
21
22
 
33
34
        self.assertLength(1, self.hpss_connections)
34
35
        self.assertEquals(out,
35
36
            "Response: ('ok', '2')\n"
36
 
            "Headers: {'Software version': '2.6.0dev3'}\n")
 
37
            "Headers: {'Software version': '%s'}\n" % (bzrlib.version_string,))
37
38
        self.assertEquals(err, "")