~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-04 03:41:15 UTC
  • mfrom: (1986.2.7 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20061004034115-7728b1aad33e6433
(Robert Collins) Add TestCaseWithMemoryTransport, a test class specifically for doing tests with memory transports and no disk resources.

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.11  2006-10-02
33
40
 
34
41
    * Smart server transport test failures on windows fixed. (Lukáš Lalinský).