Skip to content

Commit

Permalink
Update test_munge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mbellotti committed Aug 25, 2015
1 parent 752302b commit d9ac627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/lib/test_munge.py
Expand Up @@ -14,7 +14,7 @@ class TestMungeFilenameLegacy(object):
('random:other%character&', 'randomothercharacter'),
(u'u with umlaut \xfc', 'u-with-umlaut-u'),
('2014-11-10 12:24:05.340603my_image.jpeg',
'2014-11-10-122405.340603my_image.jpeg'),
'2014-11-10-122405.340603myimage.jpeg'),
('file.csv', 'file.csv'),
('f' * 100 + '.csv', 'f' * 100),
('path/to/file.csv', 'pathtofile.csv'),
Expand Down

0 comments on commit d9ac627

Please sign in to comment.