Changeset b36903d in trunk
- Timestamp:
- 2015-03-31T18:06:14Z (10 years ago)
- Branches:
- master
- Children:
- cc68a813
- Parents:
- 26c8aba
- git-author:
- Brian Warner <warner@…> (2015-03-31 16:30:17)
- git-committer:
- Brian Warner <warner@…> (2015-03-31 18:06:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_ftp.py ¶
r26c8aba rb36903d 80 80 for (a, b) in zip(actual_list, expected_list): 81 81 (name, meta) = a 82 # convert meta.permissions to int for comparison. When we run 83 # against many (but not all) versions of Twisted, this is a 84 # filepath.Permissions object, not an int 85 meta = list(meta) 86 meta[2] = meta[2] & 0xffffffff 82 87 (expected_name, expected_meta) = b 83 88 self.failUnlessReallyEqual(name, expected_name)
Note: See TracChangeset
for help on using the changeset viewer.