133
133
def test_checkout_in_branch_with_r(self):
134
134
branch = _mod_branch.Branch.open('branch')
135
135
branch.bzrdir.destroy_workingtree()
139
138
self.assertEqual('1', tree.last_revision())
140
139
branch.bzrdir.destroy_workingtree()
142
141
self.assertEqual('null:', tree.last_revision())
144
143
def test_checkout_files_from(self):