/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-09 08:45:56 UTC
  • mfrom: (4084.5.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090309084556-9i2m12qlud2qcrtw
(robertc) Bulk update all test adaptation into a single approach
        using multiply_tests rather than many varied test adapters.
        (Robert Collins

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
      to aid branch types that are not bzr branch objects (like
247
247
      RemoteBranch). (Robert Collins, Andrew Bennetts)
248
248
 
 
249
    * Test adaptation has been made consistent throughout the built in
 
250
      tests. ``TestScenarioApplier``, ``multiply_tests_from_modules``,
 
251
      ``adapt_tests``, ``adapt_modules`` have all been deleted. Please
 
252
      use ``multiply_tests``, or for lower level needs ``apply_scenarios``
 
253
      and ``apply_scenario``. (Robert Collins)
 
254
 
249
255
    * ``TestSkipped`` is now detected by TestCase and passed to the
250
256
      ``TestResult`` by calling ``addSkip``. For older TestResult objects,
251
257
      where ``addSkip`` is not available, ``addError`` is still called.