Removed print in test

bzr revid: nicolas.vanhoren@openerp.com-20120814071457-hw8d5yp6xzporiuo
This commit is contained in:
niv-openerp 2012-08-14 09:14:57 +02:00
parent 2522955ef5
commit cfaeed1581
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ class TestSanitizer(unittest.TestCase):
self.assertEqual(x, html_sanitize(x))
def test_test_case(self):
res = html_sanitize(test_case)
print res
html_sanitize(test_case)
if __name__ == '__main__':
unittest.main()