~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-27 22:09:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6463.
  • Revision ID: jelmer@samba.org-20120127220919-tk0fdybtfwi177c6
Use config stacks in a few more places in the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
            looked_up_format = registry.get(network_name)
524
524
            self.assertEqual(format.__class__, looked_up_format.__class__)
525
525
 
526
 
    def get_get_config_calls(self):
 
526
    def test_get_config_calls(self):
527
527
        # Smoke test that all branch succeed getting a config
528
528
        br = self.make_branch('.')
529
529
        br.get_config()