Changes between Version 2 and Version 3 of Ticket #2444, comment 6
- Timestamp:
- 2015-06-08T12:33:17Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2444, comment 6
v2 v3 1 There are actually two bugs here, one in Tahoe-LAFS (we should not be attempting to test Unicode filenames that the filesystem encoding can't represent), and the one in Twisted. The first bug only causes a test failure on the branches of Tahoe-LAFS that have Windows inotify-emulation support enabled.1 There are actually two bugs here, one in Tahoe-LAFS (we should not be attempting to test Unicode filenames that the filesystem encoding can't represent), and the one in Twisted. The latter only causes a test failure on the branches of Tahoe-LAFS that have Windows inotify-emulation support enabled (because only those branches use Unicode-mode `FilePath`s).