/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

  • Committer: Jelmer Vernooij
  • Date: 2011-11-18 11:49:47 UTC
  • mfrom: (6278 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6279.
  • Revision ID: jelmer@samba.org-20111118114947-y0run8g5xlwa6h8i
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')