Changeset daf2b83 in trunk


Ignore:
Timestamp:
2010-10-23T03:58:10Z (14 years ago)
Author:
david-sarah <david-sarah@…>
Branches:
master
Children:
59e80b2
Parents:
679983b
Message:

test_encodingutil.py: test_argv_to_unicode modified the wrong encoding variable. fixes #1214

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_encodingutil.py

    r679983b rdaf2b83  
    120120
    121121    def test_argv_to_unicode(self):
    122         encodingutil.output_encoding = 'utf-8'
     122        encodingutil.argv_encoding = 'utf-8'
    123123        self.failUnlessRaises(usage.UsageError,
    124124                              argv_to_unicode,
Note: See TracChangeset for help on using the changeset viewer.