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