~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: Robert Collins
  • Date: 2006-03-04 13:03:57 UTC
  • mfrom: (1505.1.30 bzr-bound-branch)
  • mto: This revision was merged to the branch mainline in revision 1590.
  • Revision ID: robertc@robertcollins.net-20060304130357-95990a95920f57bb
Update bound branch implementation to 0.8.

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(6, occurences)
 
75
        self.assertEqual(7, occurences)