Commit 63ecfaf7 authored by Jérome Perrin's avatar Jérome Perrin

TestNode: do not fail when an invalidated test suite has no distributor set

parent e822cb72
......@@ -70,7 +70,8 @@ for test_node in list_node:\n
if ping_date <= old_date:\n
test_node.invalidate()\n
elif validation_state == \'invalidated\':\n
test_node.getSpecialiseValue().cleanupInvalidatedTestNode(test_node)\n
if test_node.getSpecialise():\n
test_node.getSpecialiseValue().cleanupInvalidatedTestNode(test_node)\n
\n
portal = context.getPortalObject()\n
\n
......
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