~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-09-24 09:40:01 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-20070924094001-k8z6tlxnlcimvg5a
Fix 141382 by comparing real paths.

* bzrlib/tests/test_sftp_transport.py:
(SFTPTransportTestRelative.test__remote_path): Use
assertIsSameRealPath.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
   * Fix selftest semi-random noise during http related tests.
76
76
     (Vincent Ladeuil, #140614)
77
77
 
 
78
   * Fix failing test by comparing real paths to cover the case where the TMPDIR
 
79
     contains a symbolic link.
 
80
     (Vincent Ladeuil, #141382).
 
81
 
78
82
   * HttpServer and FtpServer need to be closed properly or a listening socket
79
83
     will remain opened.
80
84
     (Vincent Ladeuil, #140055)