~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-08 19:00:04 UTC
  • mfrom: (6468.5.3 expand-default-true)
  • Revision ID: pqm@pqm.ubuntu.com-20120308190004-lcbg2t0ksaydkot2
(vila) This turns config option expansion on by default. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1026
1026
        # between tests.  We should get rid of this altogether: bug 656694. --
1027
1027
        # mbp 20101008
1028
1028
        self.overrideAttr(bzrlib.trace, '_verbosity_level', 0)
1029
 
        # Isolate config option expansion until its default value for bzrlib is
1030
 
        # settled on or a the FIXME associated with _get_expand_default_value
1031
 
        # is addressed -- vila 20110219
1032
 
        self.overrideAttr(config, '_expand_default_value', None)
1033
1029
        self._log_files = set()
1034
1030
        # Each key in the ``_counters`` dict holds a value for a different
1035
1031
        # counter. When the test ends, addDetail() should be used to output the