~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

(vila) Calling super() instead of mentioning the base class in setUp avoid
 mistakes. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3270
3270
    """
3271
3271
 
3272
3272
    def setUp(self):
3273
 
        TestRemoteRepository.setUp(self)
 
3273
        super(TestRepositoryInsertStream, self).setUp()
3274
3274
        self.disable_verb('Repository.insert_stream_1.19')
3275
3275
 
3276
3276
    def test_unlocked_repo(self):