~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-15 10:03:58 UTC
  • mfrom: (6138.2.5 i18n-gettext-strings)
  • mto: This revision was merged to the branch mainline in revision 6143.
  • Revision ID: jriddell@canonical.com-20110915100358-cz5jujhsnb0tac9s
mergeĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1007
1007
        if 'config_stats' in selftest_debug_flags:
1008
1008
            self._install_config_stats_hooks()
1009
1009
        # Do not use i18n for tests (unless the test reverses this)
1010
 
        self.overrideAttr(i18n, 'installed', lambda: True)
 
1010
        i18n.disable_i18n()
1011
1011
 
1012
1012
    def debug(self):
1013
1013
        # debug a frame up.