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