Commit ba90f363 authored by Benjamin Blanc's avatar Benjamin Blanc

tests: fix test name into ERP5_scalability

parent 24e2451c
...@@ -128,7 +128,7 @@ class ERP5_simulation(_ERP5): ...@@ -128,7 +128,7 @@ class ERP5_simulation(_ERP5):
class ERP5_scalability(_ERP5): class ERP5_scalability(_ERP5):
def getTestList(self): def getTestList(self):
return ['testCreatePerson'] return ['createPerson']
def getTestPath(self): def getTestPath(self):
return 'erp5/util/benchmark/examples/' return 'erp5/util/benchmark/examples/'
......
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