Commit d9debd7a authored by Julien Muchembled's avatar Julien Muchembled

erp5.tests: fix SyntaxError in testERP5TestNode

This fixes commit 63b3ccda
parent 4a46ea56
......@@ -272,7 +272,7 @@ develop = false
self.assertEquals(expected_profile, profile.read())
profile.close()
def getAndUpdateFullRevisionList(self, test_node, node_test_suite)
def getAndUpdateFullRevisionList(self, test_node, node_test_suite):
if test_node.updateRevisionList(node_test_suite):
return node_test_suite.revision.split(',')
......
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