Commit 8c5810ce authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add erp5_jquery and erp5_jquery_ui that are required by erp5_knowledge_pad.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43452 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9bc7fc95
...@@ -39,6 +39,8 @@ class TestKM(ERP5TypeTestCase): ...@@ -39,6 +39,8 @@ class TestKM(ERP5TypeTestCase):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', return ('erp5_base',
'erp5_jquery',
'erp5_jquery_ui',
'erp5_knowledge_pad', 'erp5_knowledge_pad',
'erp5_web', 'erp5_web',
'erp5_trade', 'erp5_trade',
......
...@@ -51,6 +51,8 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -51,6 +51,8 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional):
return ('erp5_core_proxy_field_legacy', return ('erp5_core_proxy_field_legacy',
'erp5_full_text_myisam_catalog', 'erp5_full_text_myisam_catalog',
'erp5_base', 'erp5_base',
'erp5_jquery',
'erp5_jquery_ui',
'erp5_knowledge_pad', 'erp5_knowledge_pad',
'erp5_web', 'erp5_web',
'erp5_ingestion', 'erp5_ingestion',
...@@ -847,4 +849,4 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -847,4 +849,4 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional):
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestGadgets)) suite.addTest(unittest.makeSuite(TestGadgets))
return suite return suite
\ 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