Commit ef636729 authored by Ivan Tyagov's avatar Ivan Tyagov

Since r42341 erp5_web depends on erp5_jquery.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42343 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9288342
......@@ -62,6 +62,7 @@ class TestERP5Web(ERP5TypeTestCase):
Return the list of required business templates.
"""
return ('erp5_base',
'erp5_jquery',
'erp5_web',
)
......
......@@ -42,6 +42,7 @@ class CodingStyle(CodingStyleTestCase):
Return the list of required business templates.
"""
return ('erp5_base',
'erp5_jquery',
'erp5_web',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_ingestion',
......
......@@ -49,6 +49,7 @@ class TestERP5WebWithCRM(ERP5TypeTestCase):
'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_crm',
'erp5_jquery',
'erp5_web',
)
......
......@@ -75,6 +75,7 @@ class TestERP5WebWithDms(ERP5TypeTestCase, ZopeTestCase.Functional):
Return the list of required business templates.
"""
return ('erp5_base',
'erp5_jquery',
'erp5_web',
'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog',
......
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