From fb96645f7ccfc94bc533174c4dbb98359deb8fda Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Wed, 17 Mar 2010 08:05:27 +0000 Subject: [PATCH] Add erp5_knowledge_pad to the target list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33783 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testXHTML.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5/tests/testXHTML.py b/product/ERP5/tests/testXHTML.py index 995592a25e..8e8b1fc50a 100644 --- a/product/ERP5/tests/testXHTML.py +++ b/product/ERP5/tests/testXHTML.py @@ -113,6 +113,8 @@ class TestXHTML(ERP5TypeTestCase): 'erp5_documentation', 'erp5_administration', + + 'erp5_knowledge_pad', ) def afterSetUp(self): -- 2.30.9