~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-03 02:53:10 UTC
  • mfrom: (5404.2.1 2.3-test-loader)
  • Revision ID: pqm@pqm.ubuntu.com-20100903025310-t8mj1bjq4fsyxk7p
(jameinel) Restore TestSuite and TestLoader as attributes of bzrlib.tests
 (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
  users to attach to their own processes by default.
155
155
  (Martin Pool, #626679)
156
156
 
 
157
* Test classes like ``TestCase``, ``TestLoader``, and ``TestSuite`` should
 
158
  be available from ``bzrlib.tests.*``. They used to be, but were
 
159
  accidentally removed. (John Arbash Meinel, #627438)
 
160
 
157
161
* ``Transport.stat`` on a symlink, including a transport pointing directly
158
162
  to a symlink, now returns information about the symlink.
159
163
  (Martin Pool)