~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-06-28 04:57:44 UTC
  • mto: (2553.2.13 integration)
  • mto: This revision was merged to the branch mainline in revision 2568.
  • Revision ID: robertc@robertcollins.net-20070628045744-v8b44ng9lmh5azyj
And overhaul TransportTestProviderAdapter too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
  LIBRARY API BREAKS:
50
50
 
51
 
    * ``bzrlib.repository.RepositoryTestProviderAdapter`` has been moved
52
 
      to ``bzrlib.tests.repository_implementations``. 
 
51
    * Testing cleanups - 
 
52
     ``bzrlib.repository.RepositoryTestProviderAdapter`` has been moved
 
53
      to ``bzrlib.tests.repository_implementations``;
53
54
      ``bzrlib.repository.InterRepositoryTestProviderAdapter`` has been moved
54
 
      to ``bzrlib.tests.interrepository_implementations``.
 
55
      to ``bzrlib.tests.interrepository_implementations``;
 
56
      ``bzrlib.transport.TransportTestProviderAdapter`` has moved to 
 
57
      ``bzrlib.tests.test_transport_implementations``.
55
58
      These changes are an API break in the testing infrastructure only.
 
59
      (Robert Collins)
56
60
 
57
61
  INTERNALS:
58
62