/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_version.py

  • Committer: Andrew Bennetts
  • Date: 2008-10-27 06:14:45 UTC
  • mfrom: (3793 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3795.
  • Revision ID: andrew.bennetts@canonical.com-20081027061445-eqt9lz6uw1mbvq4g
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        uni_val, str_val = probe_unicode_in_user_encoding()
77
77
        if uni_val is None:
78
78
            raise TestSkipped('Cannot find a unicode character that works in'
79
 
                              ' encoding %s' % (bzrlib.user_encoding,))
 
79
                              ' encoding %s' % (osutils.get_user_encoding(),))
80
80
 
81
81
        osutils.set_or_unset_env('BZR_HOME', str_val)
82
82
        out = self.run_bzr("version")[0]