~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transform.py

  • Committer: Aaron Bentley
  • Date: 2009-10-14 18:37:13 UTC
  • mto: (4634.77.5 2.0)
  • mto: This revision was merged to the branch mainline in revision 4770.
  • Revision ID: aaron@aaronbentley.com-20091014183713-y411ji6k2qy2fabh
Avoid runing test on non-unicode filesystems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2728
2728
        self.assertEqual('contents', rev2_tree.get_file_text('file_id'))
2729
2729
 
2730
2730
    def test_ascii_limbo_paths(self):
 
2731
        self.requireFeature(tests.UnicodeFilenameFeature)
2731
2732
        branch = self.make_branch('any')
2732
2733
        tree = branch.repository.revision_tree(_mod_revision.NULL_REVISION)
2733
2734
        tt = TransformPreview(tree)