Clean up test
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 11:46:27 +0000 (12:46 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 11:46:27 +0000 (12:46 +0100)
test/test_utils.py

index 0b57e016c22a6a7b2ef53b307cb5c53c8d4bcfef..4208ee653243562b53fc011329907d471e76b712 100644 (file)
@@ -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))