~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

More NEWS, move sibling sftp tests into new framework, nuke legacy local transport tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
      paths for the transport tests. Introduce blackbox remote sftp tests that
195
195
      test the same permutations. (Robert Collins, Robey Pointer)
196
196
 
 
197
    * Transport implementation tests are now independent of the local file
 
198
      system, which allows tests for esoteric transports, and for features
 
199
      not available in the local file system. They also repeat for variations
 
200
      on the URL scheme that can introduce issues in the transport code,
 
201
      see bzrlib.transport.TransportTestProviderAdapter() for this.
 
202
      (Robert Collins).
 
203
 
 
204
    * TestCase.build_tree uses the transport interface to build trees, pass
 
205
      in a transport parameter to give it an existing connection.
 
206
      (Robert Collins).
 
207
 
197
208
  INTERNALS:
198
209
 
199
210
    * WorkingTree.pull has been split across Branch and WorkingTree,