projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56781d3
)
Clean up test
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 27 Nov 2012 11:46:27 +0000
(12:46 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 27 Nov 2012 11:46:27 +0000
(12:46 +0100)
test/test_utils.py
patch
|
blob
|
history
diff --git
a/test/test_utils.py
b/test/test_utils.py
index 0b57e016c22a6a7b2ef53b307cb5c53c8d4bcfef..4208ee653243562b53fc011329907d471e76b712 100644
(file)
--- a/
test/test_utils.py
+++ b/
test/test_utils.py
@@
-58,7
+58,6
@@
class TestUtil(unittest.TestCase):
forbidden = u'"\0\\/&: \'\t\n'
for fc in forbidden:
- print('input: ' + fc + ', result: ' + repr(sanitize_filename(fc, restricted=True)))
for fbc in forbidden:
self.assertTrue(fbc not in sanitize_filename(fc, restricted=True))