~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Packman
  • Date: 2011-12-08 19:00:14 UTC
  • mto: This revision was merged to the branch mainline in revision 6359.
  • Revision ID: martin.packman@canonical.com-20111208190014-mi8jm6v7jygmhb0r
Use --include-duplicates for make update-pot which already combines multiple msgid strings prettily

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from bzrlib.tests import (
24
24
    TestCaseWithTransport,
25
25
    )
26
 
from bzrlib.tests.matchers import ContainsNoVfsCalls
27
26
 
28
27
 
29
28
class TestRemoveBranch(TestCaseWithTransport):
83
82
        # being too low. If rpc_count increases, more network roundtrips have
84
83
        # become necessary for this use case. Please do not adjust this number
85
84
        # upwards without agreement from bzr's network support maintainers.
86
 
        self.assertLength(2, self.hpss_calls)
87
 
        self.assertLength(1, self.hpss_connections)
88
 
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
 
85
        self.assertLength(5, self.hpss_calls)