/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-28 15:34:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6454.
  • Revision ID: jelmer@samba.org-20120128153427-9nz7f9lcxgp760ql
Review feedback from vila.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        self.assertEqual(('filename', 'V', 'directory', 'file-id'),
122
122
                         result[0][:4])
123
123
 
124
 
    def test_get_config(self):
 
124
    def test_get_config_stack(self):
125
125
        # Smoke test that all working trees succeed getting a config
126
126
        wt = self.make_branch_and_tree('.')
127
127
        conf = wt.get_config_stack()