~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.py

  • Committer: Vincent Ladeuil
  • Date: 2007-09-20 13:01:29 UTC
  • mto: (2851.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2852.
  • Revision ID: v.ladeuil+lp@free.fr-20070920130129-ke3z09tj0dzqy1oq
Rewrite expected failure message

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
    def test__remote_path(self):
111
111
        if sys.platform == 'darwin':
112
 
            self.knownFailure("Mac OSX use /private/tmp instead of /tmp,"
113
 
                              " testing self.test_dir is not pertinent")
 
112
            self.knownFailure('Mac OSX symlinks /tmp to /private/tmp,'
 
113
                              ' testing against self.test_dir'
 
114
                              ' is not appropriate')
114
115
        t = self.get_transport()
115
116
        # This test require unix-like absolute path
116
117
        test_dir = self.test_dir