/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/blackbox/test_export.py

merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
    def test_tbz2_export(self):
195
195
        self.run_tar_export_disk_and_stdout('tbz2', 'bz2')
196
196
 
197
 
    # TODO: test_xz_export, I don't have pylzma working here to test it.
198
 
 
199
197
    def test_zip_export_unicode(self):
200
198
        self.requireFeature(features.UnicodeFilenameFeature)
201
199
        tree = self.make_branch_and_tree('zip')