Changeset 638a3b2 in trunk


Ignore:
Timestamp:
2010-07-18T15:14:20Z (15 years ago)
Author:
david-sarah <david-sarah@…>
Branches:
master
Children:
6d2c216b
Parents:
d329759
Message:

test_encodingutil: correct an error in the previous patch to StdlibUnicode?.test_open_representable.

File:
1 edited

Legend:

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

    rd329759 r638a3b2  
    274274        self.failUnless(expanded.endswith(lumiere_nfc), expanded)
    275275
    276     def test_open_unrepresentable(self, mock):
     276    def test_open_unrepresentable(self):
    277277        if unicode_platform():
    278278            raise unittest.SkipTest("This test is not applicable to platforms that represent filenames as Unicode.")
Note: See TracChangeset for help on using the changeset viewer.