~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

merge 2.0 branch rev 4647

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
            '--no-aliases --no-plugins log -q --log-format=long tree',
62
62
               env_changes={'LANG':'BOGUS', 'BZR_PROGRESS_BAR':'none',
63
63
                            'LC_ALL':None, 'LC_CTYPE':None, 'LANGUAGE':None})
64
 
        # XXX: This depends on the exact formatting of a locale.Error
65
 
        # as the first part of the string. It may be a little tempermental
66
 
        self.assertEqualDiff("""\
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
74
 
  Could not determine what text encoding to use.
75
 
  This error usually means your Python interpreter
76
 
  doesn't support the locale set by $LANG (BOGUS)
77
 
  Continuing with ascii encoding.
78
 
""", err)
 
64
        self.assertStartsWith(err, 'bzr: warning: unsupported locale setting')
79
65
        self.assertEqualDiff("""\
80
66
------------------------------------------------------------
81
67
revno: 1