/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_fetch.py

remove unused function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
        ret, child_modes = import_git_tree(self._texts, self._mapping, "bla", "bla",
369
369
                (None, tree.id), base_inv, None, "somerevid", [],
370
370
            objects.__getitem__, (None, stat.S_IFDIR), DummyStoreUpdater())
371
 
        self.assertEquals(child_modes, { "bla": stat.S_IFREG | 0664 })
 
371
        self.assertEquals(child_modes, { "bla/foo": stat.S_IFREG | 0664 })
372
372
 
373
373
    def test_import_tree_with_file_exe(self):
374
374
        base_inv = Inventory(root_id=None)