Changeset 747:3469bb236ef4 in hatta-dev for tests/test_repo.py
- Timestamp:
- 01/24/10 15:36:26 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
tests/test_repo.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/test_repo.py
r746 r747 80 80 81 81 def test_title_to_file(self, subdir_repo): 82 """ 83 Test the modified filename escpaing. 84 """ 85 82 86 for title, filename in self.title_encodings.iteritems(): 83 87 escaped = subdir_repo._title_to_file(title) … … 97 101 98 102 def test_subdirectory_delete(self, subdir_repo): 103 """ 104 Check if empty subdirectories are removed on page delete. 105 """ 106 99 107 title = u'foo/bar' 100 108 filepath = os.path.join(subdir_repo.path, 'foo/bar')
Note: See TracChangeset
for help on using the changeset viewer.
