~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-02-28 10:06:39 UTC
  • mfrom: (6437.40.2 rmbranch-colo)
  • mto: This revision was merged to the branch mainline in revision 6482.
  • Revision ID: jelmer@samba.org-20120228100639-p5gndu91wuqwugti
Merge rmbranch-colo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2006-2010 Canonical Ltd
 
1
# Copyright (C) 2006-2012 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
1561
1561
        # being too low. If rpc_count increases, more network roundtrips have
1562
1562
        # become necessary for this use case. Please do not adjust this number
1563
1563
        # upwards without agreement from bzr's network support maintainers.
1564
 
        self.assertLength(12, self.hpss_calls)
 
1564
        self.assertLength(10, self.hpss_calls)
1565
1565
        self.assertLength(1, self.hpss_connections)
1566
1566
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
1567
1567
 
1578
1578
        # being too low. If rpc_count increases, more network roundtrips have
1579
1579
        # become necessary for this use case. Please do not adjust this number
1580
1580
        # upwards without agreement from bzr's network support maintainers.
1581
 
        self.assertLength(16, self.hpss_calls)
 
1581
        self.assertLength(14, self.hpss_calls)
1582
1582
        self.assertLength(1, self.hpss_connections)
1583
1583
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)