Commit 740f4dda authored by Sebastien Robin's avatar Sebastien Robin

erp5_test_result: follow naming conventions for skin folder ids

parent 3107d6a0
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>erp5_test_results</string> </value> <value> <string>erp5_test_result</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -8,7 +8,7 @@ class TestTaskDistribution(ERP5TypeTestCase): ...@@ -8,7 +8,7 @@ class TestTaskDistribution(ERP5TypeTestCase):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ("erp5_base", return ("erp5_base",
"erp5_test_results") "erp5_test_result")
def afterSetUp(self): def afterSetUp(self):
self.portal = portal = self.getPortalObject() self.portal = portal = self.getPortalObject()
...@@ -420,4 +420,4 @@ class TestTaskDistribution(ERP5TypeTestCase): ...@@ -420,4 +420,4 @@ class TestTaskDistribution(ERP5TypeTestCase):
self.assertEquals(2, len(config_list)) self.assertEquals(2, len(config_list))
self.assertEquals(set(['test suite 1-COMP32-Node1', self.assertEquals(set(['test suite 1-COMP32-Node1',
'test suite 2-COMP32-Node1']), 'test suite 2-COMP32-Node1']),
set([x['test_suite_title'] for x in config_list])) set([x['test_suite_title'] for x in config_list]))
\ No newline at end of file
235 237
\ No newline at end of file \ No newline at end of file
erp5_test_results erp5_test_result
\ No newline at end of file \ No newline at end of file
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