~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_locale.py

  • Committer: Martin von Gagern
  • Date: 2008-06-26 17:18:55 UTC
  • mto: (3517.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 3518.
  • Revision ID: martin.vgagern@gmx.net-20080626171855-qqok6tbgkouo409t
Hand-selected minimalistic set of changes from my setlocale branch.
This introduces a call to setlocale without changing the behaviour of bzr.
Day of the week formatting is handled in Python to avoid locale dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        # as the first part of the string. It may be a little tempermental
66
66
        self.assertEqualDiff("""\
67
67
bzr: warning: unsupported locale setting
 
68
  bzr could not set the application locale.
 
69
  Although this should be no problem for bzr itself,
 
70
  it might cause problems with some plugins.
 
71
  To investigate the issue, look at the output
 
72
  of the locale(1p) tool available on POSIX systems.
 
73
bzr: warning: unsupported locale setting
68
74
  Could not determine what text encoding to use.
69
75
  This error usually means your Python interpreter
70
76
  doesn't support the locale set by $LANG (BOGUS)