/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_non_ascii.py

  • Committer: Vincent Ladeuil
  • Date: 2009-07-06 07:49:05 UTC
  • mto: (4510.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4511.
  • Revision ID: v.ladeuil+lp@free.fr-20090706074905-sxrmz01tzqfvr23k
Fix comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        path whose NFD decomposition is different than the NFC one), this is
84
84
        the best way to keep test active (as opposed to disabling them
85
85
        completely). This is a stop gap. The tests should at least be rewritten
86
 
        so that the failing ones are clearly separated from the passing ones
87
 
        and use ExpectedFailure instead of TestSkipped.
 
86
        so that the failing ones are clearly separated from the passing ones.
88
87
        """
89
88
        if fs_enc is None:
90
89
            fs_enc = osutils._fs_enc