~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-20 03:50:35 UTC
  • mfrom: (1740.5.9 bzr.mbp.traceback)
  • Revision ID: pqm@pqm.ubuntu.com-20060620035035-a9a7dc096fed5060
(mbp) show traceback on stderr on unexpected errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        # written. Note that this is an exact equality so that when the number
73
73
        # drops, it is not given a buffer but rather this test updated
74
74
        # immediately.
75
 
        self.assertEqual(4, occurences)
 
75
        self.assertEqual(3, occurences)