Commit 370c1476 authored by Benjamin Blanc's avatar Benjamin Blanc

Fix typo

parent b282e501
...@@ -348,12 +348,12 @@ branch = %(branch)s ...@@ -348,12 +348,12 @@ branch = %(branch)s
(test_suite_data,)) (test_suite_data,))
##/BLOCK OK ##/BLOCK OK
if my_test_type == None: if my_type_test == None:
# TODO : implement this method for each distributor # TODO : implement this method for each distributor
# into nexedi/master-erp5.. # into nexedi/master-erp5..
# (just UnitTestDistributor should be sufficient) # (just UnitTestDistributor should be sufficient)
try: try:
my_test_type = portal.getTestType() my_type_test = portal.getTestType()
except: except:
log("testnode, error during requesting getTestType() method \ log("testnode, error during requesting getTestType() method \
from the distributor.") from the distributor.")
......
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