168
168
repo = bzrdir.BzrDir.create_repository('.', shared=True)
169
169
self.assertTrue(repo.is_shared())
171
176
def test_create_repository_under_shared(self):
172
177
# an explicit create_repository always does so.
173
178
# we trust the format is right from the 'create_repository test'