/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/blackbox/test_locale.py

  • Committer: Martin Pool
  • Date: 2007-09-05 04:46:24 UTC
  • mfrom: (2795 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2798.
  • Revision ID: mbp@sourcefrog.net-20070905044624-vaf6cxrjbvu6nh7t
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
    def test_log_C(self):
44
44
        out, err = self.run_bzr_subprocess(
45
 
            '--no-aliases --no-plugins -q log --log-format=long tree',
 
45
            '--no-aliases --no-plugins log -q --log-format=long tree',
46
46
               env_changes={'LANG':'C', 'BZR_PROGRESS_BAR':'none',
47
47
                            'LC_ALL':None, 'LC_CTYPE':None, 'LANGUAGE':None})
48
48
        self.assertEqual('', err)
58
58
 
59
59
    def test_log_BOGUS(self):
60
60
        out, err = self.run_bzr_subprocess(
61
 
            '--no-aliases --no-plugins -q log --log-format=long tree',
 
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
64
        # XXX: This depends on the exact formatting of a locale.Error