~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-18 02:51:19 UTC
  • mfrom: (4691.2.5 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090918025119-eqkrmtj09t2hqs2t
(robertc) Add test suite enforcement of BzrDir objects outside the
        test area. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
  to be parameterised. This is not expected to break external use of test
136
136
  parameterisation, and is substantially faster. (Robert Collins)
137
137
 
 
138
* Tests that try to open a bzr dir on an arbitrary transport will now
 
139
  fail unless they have explicitly permitted the transport via
 
140
  ``self.permit_url``. The standard test factories such as ``self.get_url``
 
141
  will permit the urls they provide automatically, so only exceptional
 
142
  tests should need to do this. (Robert Collins)
 
143
 
138
144
* The full test suite is expected to pass when the C extensions are not
139
145
  present. (Vincent Ladeuil, #430749)
140
146