~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_serializer.py

  • Committer: Ian Clatworthy
  • Date: 2009-07-23 00:24:30 UTC
  • mfrom: (4371.6.5 bzr.mv_after)
  • mto: This revision was merged to the branch mainline in revision 4561.
  • Revision ID: ian.clatworthy@canonical.com-20090723002430-70me272jpp3uss7i
(igc) Allow rename of items already removed from the inventory (Marius Kruger)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from bzrlib import (
22
22
    chk_serializer,
23
23
    serializer,
 
24
    xml4,
24
25
    xml5,
25
26
    xml6,
26
27
    xml7,
33
34
    """Test serializer"""
34
35
 
35
36
    def test_registry(self):
 
37
        self.assertIs(xml4.serializer_v4,
 
38
                      serializer.format_registry.get('4'))
36
39
        self.assertIs(xml5.serializer_v5,
37
40
                      serializer.format_registry.get('5'))
38
41
        self.assertIs(xml6.serializer_v6,