~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

MergeĀ lp:bzr.

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)