/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: Aaron Bentley
  • Date: 2008-10-12 16:11:17 UTC
  • mfrom: (3774 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3775.
  • Revision ID: aaron@aaronbentley.com-20081012161117-et0n1u2221zzwc8z
Merge with trunk

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]