/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/__init__.py

  • Committer: Patch Queue Manager
  • Date: 2011-09-12 17:09:13 UTC
  • mfrom: (6131.1.1 i18n-fix-tests)
  • Revision ID: pqm@pqm.ubuntu.com-20110912170913-29jhpfywq8q20qh4
(jr) Do not use i18n for tests (Jonathan Riddell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    chk_map,
62
62
    commands as _mod_commands,
63
63
    config,
 
64
    i18n,
64
65
    debug,
65
66
    errors,
66
67
    hooks,
1005
1006
        self._counters = {}
1006
1007
        if 'config_stats' in selftest_debug_flags:
1007
1008
            self._install_config_stats_hooks()
 
1009
        # Do not use i18n for tests (unless the test reverses this)
 
1010
        self.overrideAttr(i18n, 'installed', lambda: True)
1008
1011
 
1009
1012
    def debug(self):
1010
1013
        # debug a frame up.