~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testbasicio.py

  • Committer: Martin Pool
  • Date: 2005-10-30 06:36:17 UTC
  • mto: (1185.33.49 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: mbp@sourcefrog.net-20051030063617-309bc4b4179e0ceb
Add len(Stanza)

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                 ('timestamp', 1130653962),
113
113
                 ('timezone', 36000),
114
114
                 ('committer', "Martin Pool <mbp@test.sourcefrog.net>")])
 
115
        self.assertEquals(len(s), 4)