~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-09-28 23:10:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2059.
  • Revision ID: robertc@robertcollins.net-20060928231059-e8d068d63b81d3f1
Move NEWS section for TestCaseWithMemoryTransport to the right area.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    * Leave HttpTransportBase daughter classes decides how they
30
30
      implement cloning. (Vincent Ladeuil, #61606)
31
31
 
 
32
  TESTING:
 
33
 
 
34
    * New test base class TestCaseWithMemoryTransport offers memory-only
 
35
      testing facilities: its not suitable for tests that need to mutate disk
 
36
      state, but most tests should not need that and should be converted to
 
37
      TestCaseWithMemoryTransport. (Robert Collins)
 
38
 
32
39
bzr 0.11rc2  2006-09-27
33
40
 
34
41
  BUG FIXES:
214
221
 
215
222
  TESTING:
216
223
 
217
 
    * New test base class TestCaseWithMemoryTransport offers memory-only
218
 
      testing facilities: its not suitable for tests that need to mutate disk
219
 
      state, but most tests should not need that and should be converted to
220
 
      TestCaseWithMemoryTransport. (Robert Collins)
221
 
 
222
224
    * New test helper classs MemoryTree. This is typically accessed via
223
225
      ``self.make_branch_and_memory_tree()`` in test cases. (Robert Collins)
224
226