Commit cba9ff8d authored by Benjamin Blanc's avatar Benjamin Blanc

testnode: remove old comment

parent fdea04e5
...@@ -336,8 +336,6 @@ branch = %(branch)s ...@@ -336,8 +336,6 @@ branch = %(branch)s
test_suite_data = Utils.deunicodeData(json.loads(test_suite_json)) test_suite_data = Utils.deunicodeData(json.loads(test_suite_json))
log("Got following test suite data from master : %r" % \ log("Got following test suite data from master : %r" % \
(test_suite_data,)) (test_suite_data,))
# TODO : implement this method for each distributor
# into nexedi/master-erp5..
try: try:
my_test_type = self.test_suite_portal.getTestType() my_test_type = self.test_suite_portal.getTestType()
except: except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment