~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-09-17 11:54:41 UTC
  • mto: This revision was merged to the branch mainline in revision 4700.
  • Revision ID: robertc@robertcollins.net-20090917115441-2ug57z6eyrnb6zim
Add stronger test isolation by interception BzrDir.open and checking the thing being opened is known to the test suite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
  to be parameterised. This is not expected to break external use of test
123
123
  parameterisation, and is substantially faster. (Robert Collins)
124
124
 
 
125
* Test's that try to open a bzr dir on an arbitrary transport will now
 
126
  fail unless they have explicitly permitted the transport via
 
127
  ``self.permit_url``. The standard test factories such as ``self.get_url``
 
128
  will permit the urls they provide automatically, so only exceptional
 
129
 tests should need to do this. (Robert Collins)
125
130
 
126
131
bzr 2.0rc2
127
132
##########