~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Vincent Ladeuil
  • Date: 2011-06-27 15:08:26 UTC
  • mto: (5993.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5994.
  • Revision ID: v.ladeuil+lp@free.fr-20110627150826-lfdrvg65lqzn33f9
Fix test failures and make sure we don't rely on a default translation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3721
3721
            randomize=None, exclude=None, strict=False,
3722
3722
            load_list=None, debugflag=None, starting_with=None, subunit=False,
3723
3723
            parallel=None, lsprof_tests=False):
3724
 
        from bzrlib import i18n
3725
3724
        from bzrlib import tests
3726
3725
 
3727
3726
        if testspecs_list is not None: