~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_nonascii.py

  • Committer: John Arbash Meinel
  • Date: 2006-04-25 18:09:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060425180944-3613e1ecea197067
Changing LocalTransport to use urlunescape instead of urllib.unquote allows build_tree to work again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
            self.assertEqual((a_circle_d, False), unicode_filename(a_circle_d))
62
62
 
63
63
    def test_platform(self):
64
 
        raise TestSkipped('This test is skipped until unicode filenames are worked out')
65
 
        # FIXME: jam 20060425 Right now build_tree does not accept unicode filenames
66
64
        self.build_tree([a_circle_c, a_dots_c, z_umlat_c])
67
65
 
68
66
        if sys.platform == 'darwin':