Commit b35cdd2c authored by Romain Courteaud's avatar Romain Courteaud

MORE TESTS

parent 6a2e5e3c
...@@ -44,6 +44,7 @@ class _ERP5(ERP5TypeTestSuite): ...@@ -44,6 +44,7 @@ class _ERP5(ERP5TypeTestSuite):
# ['%s/product/ERP5/tests/testQueryModule.py' % path] + # ['%s/product/ERP5/tests/testQueryModule.py' % path] +
# ['%s/product/ERP5/tests/testBankReconciliation.py' % path] + # ['%s/product/ERP5/tests/testBankReconciliation.py' % path] +
# ['%s/product/ERP5Security/tests/testERP5Security.py' % path] + # ['%s/product/ERP5Security/tests/testERP5Security.py' % path] +
['%s/product/ERP5Type/tests/testUpgradeInstanceWithOldDataFs.py' % path] +
# ['%s/product/ERP5Type/tests/testFunctionalCore.py' % path] + # ['%s/product/ERP5Type/tests/testFunctionalCore.py' % path] +
# ['%s/product/ERP5Type/tests/testFunctionalKM.py' % path] + # ['%s/product/ERP5Type/tests/testFunctionalKM.py' % path] +
# ['%s/product/ERP5Type/tests/testFunctionalAnonymousSelection.py' % path] + # ['%s/product/ERP5Type/tests/testFunctionalAnonymousSelection.py' % path] +
...@@ -78,7 +79,7 @@ class _ERP5(ERP5TypeTestSuite): ...@@ -78,7 +79,7 @@ class _ERP5(ERP5TypeTestSuite):
# glob('%s/bt5/erp5_corporate_identity_test/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_corporate_identity_test/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_run_my_doc*/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_run_my_doc*/TestTemplateItem/portal_components/test.*.test*.py' % path) +
# glob('%s/bt5/erp5_oauth*/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_oauth*/TestTemplateItem/portal_components/test.*.test*.py' % path) +
glob('%s/bt5/erp5_web_js_style*/TestTemplateItem/portal_components/test.*.test*.py' % path) + # glob('%s/bt5/erp5_web_js_style*/TestTemplateItem/portal_components/test.*.test*.py' % path) +
[] []
): ):
component_re_match = component_re.match(test_path) component_re_match = component_re.match(test_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