48
44
self.assertContainsRe(err, r'Bazaar has encountered an internal error')
51
59
class TestDeprecationWarning(tests.TestCaseWithTransport):
52
60
"""The deprecation warning is controlled via a global variable:
53
61
repository._deprecation_warning_done. As such, it can be emitted only once