~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2005-12-09 02:36:48 UTC
  • mto: (1530.1.2 test-providers)
  • mto: This revision was merged to the branch mainline in revision 1543.
  • Revision ID: robertc@robertcollins.net-20051209023648-84dd2e94fc376358
Test sftp with relative, absolute-in-homedir and absolute-not-in-homedir
paths for the transport tests. Introduce blackbox remote sftp tests that
test the same permutations. (Robert Collins, Robey Pointer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
    * Much better error message if one of the test suites can't be 
161
161
      imported.  (Martin Pool)
162
162
 
 
163
    * Test sftp with relative, absolute-in-homedir and absolute-not-in-homedir
 
164
      paths for the transport tests. Introduce blackbox remote sftp tests that
 
165
      test the same permutations. (Robert Collins, Robey Pointer)
 
166
 
163
167
  INTERNALS:
164
168
 
165
169
    * WorkingTree.pull has been split across Branch and WorkingTree,