~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_export.py

  • Committer: Patch Queue Manager
  • Date: 2011-11-18 05:41:48 UTC
  • mfrom: (6257.4.2 remove-pylzma)
  • Revision ID: pqm@pqm.ubuntu.com-20111118054148-blm76siz9s4y51dw
(mbp) remove dead code for lzma compression (Martin Pool)

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')