Changeset 638a3b2 in trunk
- Timestamp:
- 2010-07-18T15:14:20Z (15 years ago)
- Branches:
- master
- Children:
- 6d2c216b
- Parents:
- d329759
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_encodingutil.py ¶
rd329759 r638a3b2 274 274 self.failUnless(expanded.endswith(lumiere_nfc), expanded) 275 275 276 def test_open_unrepresentable(self , mock):276 def test_open_unrepresentable(self): 277 277 if unicode_platform(): 278 278 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.