~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_foreign_vcs/test_repository.py

(vila) Forbid more operations on ReadonlyTransportDecorator (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        repo = self.make_repository()
86
86
        stats = repo.gather_stats()
87
87
        self.assertIsInstance(stats, dict)
88
 
        self.assertTrue(stats.has_key("revisions"))