Commit 6ddf879e authored by Xiaowu Zhang's avatar Xiaowu Zhang

Add XHTML test only configure

Do not merge in Master
parent 6904db23
......@@ -158,3 +158,9 @@ class ERP5_scalability(_ERP5):
def getTestRepetition(self, test_number):
return 3
class ERP5_XHTML_Only(_ERP5):
def _getAllTestList(self):
path = sys.path[0]
return ['%s/product/ERP5/tests/testXHTML.py' % path]
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