/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_symbol_versioning.py

  • Committer: Andrew Bennetts
  • Date: 2009-03-17 03:02:33 UTC
  • mto: This revision was merged to the branch mainline in revision 4155.
  • Revision ID: andrew.bennetts@canonical.com-20090317030233-u30v9qyztu11cjh5
Add missing TestCase.setUp upcalls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
class TestSuppressAndActivate(TestCase):
215
215
 
216
216
    def setUp(self):
 
217
        TestCase.setUp(self)
217
218
        existing_filters = list(warnings.filters)
218
219
        def restore():
219
220
            warnings.filters[:] = existing_filters