/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 tests/test_dir.py

Reoncile InterGitRepository objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        tests.run_git('init')
30
30
 
31
31
        gd = bzrdir.BzrDir.open('.')
32
 
        self.assertIsInstance(gd, dir.LocalGitDir)
 
32
        self.assertIsInstance(gd, dir.GitDir)
33
33
 
34
34
    def test_open_workingtree(self):
35
35
        tests.run_git('init')