Commit 4bb7818c authored by Yoshinori Okuji's avatar Yoshinori Okuji

Explain the Test Tool correctly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8217 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 06f0160a
......@@ -53,6 +53,6 @@ class TestTool (BaseTool):
security = ClassSecurityInfo()
security.declareProtected( Permissions.ManagePortal, 'manage_overview' )
manage_overview = DTMLFile( 'explainRuleTool', _dtmldir )
manage_overview = DTMLFile( 'explainTestTool', _dtmldir )
InitializeClass(TestTool)
<dtml-var manage_page_header>
<dtml-var manage_tabs>
<h3>Explain Test Tool</h3>
<p>
Test Tool is a store of functional test suites.
The purpose of this tool is to help running test suites automatically.
Typically, Zelenium is used, and Zuite objects are put inside this tool.
</p>
<dtml-var manage_page_footer>
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