~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge bzr.dev to resolve news conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
class TestWorkingTree(TestCaseWithWorkingTree):
47
47
 
 
48
    def test_branch_builder(self):
 
49
        # Just a smoke test that we get a branch at the specified relpath
 
50
        builder = self.make_branch_builder('foobar')
 
51
        br = branch.Branch.open('foobar')
 
52
 
48
53
    def test_list_files(self):
49
54
        tree = self.make_branch_and_tree('.')
50
55
        self.build_tree(['dir/', 'file'])