~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-01-12 06:37:23 UTC
  • mfrom: (1534.1.6 integration)
  • Revision ID: mbp@sourcefrog.net-20060112063723-4ec91b5ff30f0830
[merge] robertc-integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
196
196
      (Martin Pool) (NB: TestSkipped should only be raised for correctable
197
197
      reasons - see the wiki spec ImprovingBzrTestSuite).
198
198
 
 
199
    * Test sftp with relative, absolute-in-homedir and absolute-not-in-homedir
 
200
      paths for the transport tests. Introduce blackbox remote sftp tests that
 
201
      test the same permutations. (Robert Collins, Robey Pointer)
 
202
 
 
203
    * Transport implementation tests are now independent of the local file
 
204
      system, which allows tests for esoteric transports, and for features
 
205
      not available in the local file system. They also repeat for variations
 
206
      on the URL scheme that can introduce issues in the transport code,
 
207
      see bzrlib.transport.TransportTestProviderAdapter() for this.
 
208
      (Robert Collins).
 
209
 
 
210
    * TestCase.build_tree uses the transport interface to build trees, pass
 
211
      in a transport parameter to give it an existing connection.
 
212
      (Robert Collins).
 
213
 
199
214
  INTERNALS:
200
215
 
201
216
    * WorkingTree.pull has been split across Branch and WorkingTree,