Remove print statements used for testing

This commit is contained in:
Vladimir Diaz 2017-08-24 11:53:37 -04:00
parent d1132b377f
commit 52e2cd4e03
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -1469,15 +1469,12 @@ def test_10__visit_child_role(self):
'/file3.txt', targets_role['delegations']), child_role['name'])
# Test path hash prefixes.
print('attempting test for path hash prefix')
child_role['path_hash_prefixes'] = ['8baf', '0000']
self.assertEqual(self.repository_updater._visit_child_role(child_role,
'/file3.txt', targets_role['delegations']), child_role['name'])
'''
# Test for forbidden target.
print('attempting test for forbidden target')
print('child role: ' + repr(child_role))
self.repository_updater._visit_child_role(child_role,
'/target.exe', targets_role['delegations'])