~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_source.py

 * Two new commands 'bzr checkout' and 'bzr update' allow for CVS/SVN-alike
   behaviour. They use the existing serverless-mode and store no data
   locally. As such they are not suitable for use except in high bandwidth
   low latency environments like LAN's or local disk. (Robert Collins)

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