~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

  • Committer: Martin Pool
  • Date: 2006-05-17 04:01:38 UTC
  • mto: (1704.2.17 bzr.mbp.integration)
  • mto: This revision was merged to the branch mainline in revision 1710.
  • Revision ID: mbp@sourcefrog.net-20060517040138-2cdf4e74bbc40afc
Fix setup.py to install launchpad plugin

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