diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite.xml b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite.xml new file mode 100644 index 0000000000000000000000000000000000000000..865552cabc0a8f347102e5880312546e81ce37e5 --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite.xml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Zuite" module="Products.Zelenium.zuite"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>erp5_km_zuite</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Functional test suites for erp5_km</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testAdvancedSearch.xml b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testAdvancedSearch.xml new file mode 100644 index 0000000000000000000000000000000000000000..cb47238deb75bb3f701ed5b031d32ccd8e48d475 --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testAdvancedSearch.xml @@ -0,0 +1,152 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Search Top Box hitting Enter</title>\n +</head>\n +<body>\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test a search on the top box hitting enter</td></tr>\n +</thead><tbody>\n +\n +\n +<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n +\n +<tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/km_test_web_site/view</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/Zuite_waitForActivities</td>\n + <td></td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextPresent</td>\n + <td>Done.</td>\n + <td></td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>link=Advanced Search</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_your_searchabletext_any</td>\n + <td>Pouet</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>hidden_button</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//div[@class=\'searchResultHeader\']/span[@class=\'right\']/em[2]</td>\n + <td>1</td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//tr[@id=\'listbox_data_line_0\']//span[@class=\'search_result_title\']</td>\n + <td>test_km_web_site_page</td>\n +</tr>\n +<!-- Table mode -->\n +<tr>\n + <td>clickAndWait</td>\n + <td>style_toggle_icon</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyElementPresent</td>\n + <td>link=Web Page</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyElementPresent</td>\n + <td>link=km.web.site.test.page</td>\n + <td></td>\n +</tr>\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n +\n +</tbody></table>\n +</body>\n +</html>\n +\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testAdvancedSearch</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewFile.xml b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewFile.xml new file mode 100644 index 0000000000000000000000000000000000000000..b6f49732231cebe0da021524fb7d531dea52ad95 --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewFile.xml @@ -0,0 +1,145 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Search Top Box Clicking</title>\n +</head>\n +<body tal:define="file_name string:tiolive-ERP5.DMS.TioLive-001-en.odp;\n + full_filename_location python: here.ExpressZuite_getFilenameLocation(file_name)">\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test a search on the top box clicking on the search button</td></tr>\n +</thead><tbody>\n +\n +<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n +\n +<tr>\n + <td>openAndWait</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>link=New File</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_your_file</td>\n + <td tal:content="full_filename_location"></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>dialog_submit_button</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>Presentation created successfully</td>\n + <td></td>\n +</tr>\n +<span metal:use-macro="container/ExpressZuite_viewTestMacroLibrary/macros/wait_for_activities">\n +Wait for activities</span>\n +<tr>\n + <td>openAndWait</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>link=My Documents</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>reference</td>\n + <td>%tiolive-ERP5.DMS.TioLive%</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>hidden_button</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>TioLive, ERP5, Freedom</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>tiolive-ERP5.DMS.TioLive</td>\n + <td></td>\n +</tr>\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n +\n +</tbody></table>\n +</body>\n +</html>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testCreateNewFile</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml new file mode 100644 index 0000000000000000000000000000000000000000..067db3241a4a011116d4745309129bb0bba61bc4 --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewLink.xml @@ -0,0 +1,138 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Search Top Box Clicking</title>\n +</head>\n +<body>\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test a search on the top box clicking on the search button</td></tr>\n +</thead><tbody>\n +\n +<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n +\n +<tr>\n + <td>openAndWait</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>link=New Link</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_your_url</td>\n + <td>http://www.erp5.org</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>dialog_submit_button</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>URL contributed successfully</td>\n + <td></td>\n +</tr>\n +<span metal:use-macro="container/ExpressZuite_viewTestMacroLibrary/macros/wait_for_activities">\n +Wait for activities</span>\n +<tr>\n + <td>openAndWait</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_your_search_text</td>\n + <td>www.erp5.org</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//input[@name=\'ERP5Site_viewQuickSearchResultList:method\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>ERP5</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>FrontPage </td>\n + <td></td>\n +</tr>\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n +\n +</tbody></table>\n +</body>\n +</html>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testCreateNewLink</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewWebPage.xml b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewWebPage.xml new file mode 100644 index 0000000000000000000000000000000000000000..4e95974db309b27d52da610cd8f9f9b998374f17 --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testCreateNewWebPage.xml @@ -0,0 +1,122 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Search Top Box Clicking</title>\n +</head>\n +<body>\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test a search on the top box clicking on the search button</td></tr>\n +</thead><tbody>\n +\n +<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n +\n +<tr>\n + <td>openAndWait</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>link=New Page</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>New Web Page</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_my_title</td>\n + <td>web page title</td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_my_short_title</td>\n + <td>title</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>input-save-edit</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyTextPresent</td>\n + <td>Data updated</td>\n + <td></td>\n +</tr>\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n +\n +</tbody></table>\n +</body>\n +</html>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testCreateNewWebPage</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testTopSearchBoxClicking.xml b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testTopSearchBoxClicking.xml new file mode 100644 index 0000000000000000000000000000000000000000..0f53b67a75c170dc4671b815222e8ebf405798de --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testTopSearchBoxClicking.xml @@ -0,0 +1,122 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Search Top Box Clicking</title>\n +</head>\n +<body>\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test a search on the top box clicking on the search button</td></tr>\n +</thead><tbody>\n +\n +<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n +\n +<tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_your_search_text</td>\n + <td>Pouet</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//input[@name=\'ERP5Site_viewQuickSearchResultList:method\']</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//div[@class=\'searchResultHeader\']/span[@class=\'right\']/em[2]</td>\n + <td>1</td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//tr[@id=\'listbox_data_line_0\']//span[@class=\'search_result_title\']</td>\n + <td>test_km_web_site_page</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//tr[@id=\'listbox_data_line_0\']//a</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//ul[@class=\'breadcrumb\']</td>\n + <td>Home Web Pages test page</td>\n +</tr>\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n +\n +</tbody></table>\n +</body>\n +</html>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testTopSearchBoxClicking</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testTopSearchBoxHittingEnter.xml b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testTopSearchBoxHittingEnter.xml new file mode 100644 index 0000000000000000000000000000000000000000..189c8fbd8c730ecd16f7d4cde932fc6065ff8d7e --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/portal_tests/erp5_km_zuite/testTopSearchBoxHittingEnter.xml @@ -0,0 +1,140 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +<head>\n +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n +<title>Search Top Box hitting Enter</title>\n +</head>\n +<body>\n +<table cellpadding="1" cellspacing="1" border="1">\n +<thead>\n +<tr><td rowspan="1" colspan="3">Test a search on the top box hitting enter</td></tr>\n +</thead><tbody>\n +\n +\n +<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />\n +\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/createKMWebSite" />\n +\n +<tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/km_test_web_site/view</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/Zuite_waitForActivities</td>\n + <td></td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>assertTextPresent</td>\n + <td>Done.</td>\n + <td></td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/km_test_web_site/en</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>type</td>\n + <td>field_your_search_text</td>\n + <td>Pouet</td>\n +</tr>\n +<tr>\n + <td>keyPressAndWait</td>\n + <td>field_your_search_text</td>\n + <td>\\13</td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//div[@class=\'searchResultHeader\']/span[@class=\'right\']/em[2]</td>\n + <td>1</td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//tr[@id=\'listbox_data_line_0\']//span[@class=\'search_result_title\']</td>\n + <td>test_km_web_site_page</td>\n +</tr>\n +<tr>\n + <td>clickAndWait</td>\n + <td>//tr[@id=\'listbox_data_line_0\']//a</td>\n + <td></td>\n +</tr>\n +<tr>\n + <td>verifyText</td>\n + <td>//ul[@class=\'breadcrumb\']</td>\n + <td>Home Web Pages test page</td>\n +</tr>\n +<tal:block metal:use-macro="here/KMZuite_CommonTemplate/macros/deleteKMWebSite" />\n +\n +</tbody></table>\n +</body>\n +</html>\n +\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>testTopSearchBoxHittingEnter</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/PathTemplateItem/web_page_module/test_km_web_site_page.xml b/bt5/erp5_km_ui_test/PathTemplateItem/web_page_module/test_km_web_site_page.xml new file mode 100644 index 0000000000000000000000000000000000000000..568d2be2adbff40d5268f9932132456cc97fdd0e --- /dev/null +++ b/bt5/erp5_km_ui_test/PathTemplateItem/web_page_module/test_km_web_site_page.xml @@ -0,0 +1,121 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="TextDocument" module="Products.ERP5Type.Document.TextDocument"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_Access_contents_information_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Add_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Change_local_roles_Permission</string> </key> + <value> + <tuple> + <string>Assignor</string> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>_Modify_portal_content_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>_View_Permission</string> </key> + <value> + <tuple> + <string>Assignee</string> + <string>Assignor</string> + <string>Manager</string> + <string>Owner</string> + </tuple> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>classification/collaborative/team</string> + </tuple> + </value> + </item> + <item> + <key> <string>default_reference</string> </key> + <value> <string>km.web.site.test.page</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>Foo Bar Pouet</string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>test_km_web_site_page</string> </value> + </item> + <item> + <key> <string>language</string> </key> + <value> <string>en</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Web Page</string> </value> + </item> + <item> + <key> <string>short_title</string> </key> + <value> <string>test page</string> </value> + </item> + <item> + <key> <string>text_content</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<p>Content of the web page test_km_web_site_page :</p>\r\n +<p>Pouet</p> + +]]></string> </value> + </item> + <item> + <key> <string>text_format</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>test_km_web_site_page</string> </value> + </item> + <item> + <key> <string>version</string> </key> + <value> <string>001</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test.xml b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test.xml new file mode 100644 index 0000000000000000000000000000000000000000..683c6e5ad61987a7bed2d5f9ba96f0351b848d0e --- /dev/null +++ b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test.xml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Folder" module="OFS.Folder"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>erp5_km_ui_test</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ERP5 KM UI Tests</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/KMZuite_CommonTemplate.xml b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/KMZuite_CommonTemplate.xml new file mode 100644 index 0000000000000000000000000000000000000000..964eb620a8060aba122e62d4f2e34b113340cbeb --- /dev/null +++ b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/KMZuite_CommonTemplate.xml @@ -0,0 +1,106 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<tal:block xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n +\n +\n + <tal:block metal:define-macro="createKMWebSite">\n + <!-- create the web_site -->\n + <tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/WebSiteModule_createKMSite?site_id=km_test_web_site&title=KM Test Web Site</td>\n + <td></td>\n + <td>Create a new site</td>\n + </tr>\n + <tr>\n + <td>assertTextPresent</td>\n + <td>Created Successfully.</td>\n + <td></td>\n + <td></td>\n + </tr>\n + <span metal:use-macro="container/ExpressZuite_viewTestMacroLibrary/macros/wait_for_activities">\n +Wait for activities</span>\n +\n + </tal:block>\n +</tal:block>\n +\n +\n +<tal:block metal:define-macro="deleteKMWebSite">\n + <!-- delete the web_site -->\n + <tr>\n + <td>open</td>\n + <td>${base_url}/web_site_module/WebSiteModule_deleteKMSite?site_id=km_test_web_site</td>\n + <td></td>\n + <td>Delete KM site</td>\n + </tr>\n + <tr>\n + <td>assertTextPresent</td>\n + <td>Deleted Successfully.</td>\n + <td></td>\n + </tr>\n +</tal:block>\n +\n +\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>KMZuite_CommonTemplate</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/WebSiteModule_createKMSite.xml b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/WebSiteModule_createKMSite.xml new file mode 100644 index 0000000000000000000000000000000000000000..192098e7cfc5b5cbf51abeff3d48a7a407f71b09 --- /dev/null +++ b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/WebSiteModule_createKMSite.xml @@ -0,0 +1,178 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="PythonScript" module="Products.PythonScripts.PythonScript"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>Script_magic</string> </key> + <value> <int>3</int> </value> + </item> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_container</string> </key> + <value> <string>container</string> </value> + </item> + <item> + <key> <string>name_context</string> </key> + <value> <string>context</string> </value> + </item> + <item> + <key> <string>name_m_self</string> </key> + <value> <string>script</string> </value> + </item> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_body</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +"""\n + Initialize a KM site.\n +"""\n +if site_id in context.objectIds():\n + context.manage_delObjects([site_id])\n +km_website = context.newContent(id = site_id, \\\n + title = title, \n + portal_type = \'Web Site\')\n +km_website.edit(skin_selection_name = \'KM\',\n + container_layout = \'erp5_km_minimal_layout\',\n + content_layout = \'erp5_km_minimal_content_layout\',\n + custom_render_method_id = \'WebSite_viewKnowledgePad\',\n + layout_configuration_form_id = \'WebSection_viewKMMinimalThemeConfiguration\',\n + static_language_selection = True,\n + visible = True,\n + site_map_section_parent = True)\n +\n +km_preference_id = \'km_site_test\'\n +portal_preferences = context.portal_preferences\n +if km_preference_id in portal_preferences.objectIds():\n + portal_preferences.manage_delObjects([km_preference_id])\n +km_preference = portal_preferences.newContent(\n + id = km_preference_id,\n + portal_type = \'System Preference\',\n + priority = 1,\n + preferred_document_reference_regular_expression = \'(?P<reference>[a-zA-Z0-9-_.]+-[a-zA-Z0-9-_.]+)(|-(?P<version>[0-9a-zA-Z.]+))(|-(?P<language>[a-z]{2})[^-]*)?\',\n + preferred_document_file_name_regular_expression = \'(?P<node_reference>[a-zA-Z0-9_-]+)-(?P<local_reference>[a-zA-Z0-9_.]+)-(?P<version>[0-9a-zA-Z.]+)-(?P<language>[a-z]{2})[^-]*?\',\n + preferred_synchronous_metadata_discovery = False,\n + preferred_redirect_to_document = False,\n + preferred_ooodoc_server_address = \'localhost\',\n + preferred_ooodoc_server_port_number = 8008)\n +km_preference.enable()\n +\n +return "Created Successfully."\n + + +]]></string> </value> + </item> + <item> + <key> <string>_code</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_params</string> </key> + <value> <string>site_id=None, title=None</string> </value> + </item> + <item> + <key> <string>_proxy_roles</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>errors</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>func_code</string> </key> + <value> + <object> + <klass> + <global name="FuncCode" module="Shared.DC.Scripts.Signature"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>co_argcount</string> </key> + <value> <int>2</int> </value> + </item> + <item> + <key> <string>co_varnames</string> </key> + <value> + <tuple> + <string>site_id</string> + <string>title</string> + <string>_getattr_</string> + <string>context</string> + <string>km_website</string> + <string>True</string> + <string>km_preference_id</string> + <string>portal_preferences</string> + <string>False</string> + <string>km_preference</string> + </tuple> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>func_defaults</string> </key> + <value> + <tuple> + <none/> + <none/> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>WebSiteModule_createKMSite</string> </value> + </item> + <item> + <key> <string>warnings</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/WebSiteModule_deleteKMSite.xml b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/WebSiteModule_deleteKMSite.xml new file mode 100644 index 0000000000000000000000000000000000000000..f6cd7a832df1c7b8e5d45843f15e063886857f9a --- /dev/null +++ b/bt5/erp5_km_ui_test/SkinTemplateItem/portal_skins/erp5_km_ui_test/WebSiteModule_deleteKMSite.xml @@ -0,0 +1,140 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="PythonScript" module="Products.PythonScripts.PythonScript"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>Script_magic</string> </key> + <value> <int>3</int> </value> + </item> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_container</string> </key> + <value> <string>container</string> </value> + </item> + <item> + <key> <string>name_context</string> </key> + <value> <string>context</string> </value> + </item> + <item> + <key> <string>name_m_self</string> </key> + <value> <string>script</string> </value> + </item> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_body</string> </key> + <value> <string>context.manage_delObjects([site_id])\n +km_preference_id = \'km_site_test\'\n +portal_preferences = context.portal_preferences\n +if km_preference_id in portal_preferences.objectIds():\n + portal_preferences.manage_delObjects([km_preference_id])\n +return "Deleted Successfully."\n +</string> </value> + </item> + <item> + <key> <string>_code</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_params</string> </key> + <value> <string>site_id=None</string> </value> + </item> + <item> + <key> <string>_proxy_roles</string> </key> + <value> + <tuple> + <string>Manager</string> + </tuple> + </value> + </item> + <item> + <key> <string>errors</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>func_code</string> </key> + <value> + <object> + <klass> + <global name="FuncCode" module="Shared.DC.Scripts.Signature"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>co_argcount</string> </key> + <value> <int>1</int> </value> + </item> + <item> + <key> <string>co_varnames</string> </key> + <value> + <tuple> + <string>site_id</string> + <string>_getattr_</string> + <string>context</string> + <string>km_preference_id</string> + <string>portal_preferences</string> + </tuple> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>func_defaults</string> </key> + <value> + <tuple> + <none/> + </tuple> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>WebSiteModule_deleteKMSite</string> </value> + </item> + <item> + <key> <string>warnings</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_km_ui_test/bt/categories_list b/bt5/erp5_km_ui_test/bt/categories_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/change_log b/bt5/erp5_km_ui_test/bt/change_log new file mode 100644 index 0000000000000000000000000000000000000000..06ec44a87b8209ee52efb4e0d690ee23a305944e --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/change_log @@ -0,0 +1,2 @@ +2009-09-11 fabien +* Initial version \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/comment b/bt5/erp5_km_ui_test/bt/comment new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/copyright_list b/bt5/erp5_km_ui_test/bt/copyright_list new file mode 100644 index 0000000000000000000000000000000000000000..ad4b36be4fa43dbbea279f72f0ab9c57210bfd0a --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/copyright_list @@ -0,0 +1 @@ +Copyright (c) Nexedi SA 2009 \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/dependency_list b/bt5/erp5_km_ui_test/bt/dependency_list new file mode 100644 index 0000000000000000000000000000000000000000..b588a0f192b8f2c913c91d24436bf28816b3d883 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/dependency_list @@ -0,0 +1,2 @@ +erp5_km +erp5_express_ui_test \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/description b/bt5/erp5_km_ui_test/bt/description new file mode 100644 index 0000000000000000000000000000000000000000..2dc396302912ec50d9b1e580e7f1031918989803 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/description @@ -0,0 +1 @@ +Functional test suites for erp5_km. This test is destructive in the sense that it uses real modules. It can not be run on a production system. \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/license b/bt5/erp5_km_ui_test/bt/license new file mode 100644 index 0000000000000000000000000000000000000000..3a3e12bcad97e4b3bdd6a8bb499fd23a4bcb0819 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/license @@ -0,0 +1 @@ +GPL \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/maintainer_list b/bt5/erp5_km_ui_test/bt/maintainer_list new file mode 100644 index 0000000000000000000000000000000000000000..5fa27abd2580e6a50aefff67810db7b2635246d4 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/maintainer_list @@ -0,0 +1 @@ +fabien \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/provision_list b/bt5/erp5_km_ui_test/bt/provision_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/publication_url b/bt5/erp5_km_ui_test/bt/publication_url new file mode 100644 index 0000000000000000000000000000000000000000..4af18322e32f3dd19579c80e26e4a306ad11e049 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/publication_url @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/revision b/bt5/erp5_km_ui_test/bt/revision new file mode 100644 index 0000000000000000000000000000000000000000..7c091989d018956d085a80a955a265ebbb0d0a49 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/revision @@ -0,0 +1 @@ +37 \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/short_title b/bt5/erp5_km_ui_test/bt/short_title new file mode 100644 index 0000000000000000000000000000000000000000..4af18322e32f3dd19579c80e26e4a306ad11e049 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/short_title @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/template_action_path_list b/bt5/erp5_km_ui_test/bt/template_action_path_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_base_category_list b/bt5/erp5_km_ui_test/bt/template_base_category_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_datetime_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_datetime_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_full_text_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_full_text_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_keyword_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_keyword_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_local_role_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_local_role_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_method_id_list b/bt5/erp5_km_ui_test/bt/template_catalog_method_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_multivalue_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_multivalue_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_related_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_related_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_request_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_request_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_result_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_result_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_result_table_list b/bt5/erp5_km_ui_test/bt/template_catalog_result_table_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_role_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_role_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_scriptable_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_scriptable_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_catalog_topic_key_list b/bt5/erp5_km_ui_test/bt/template_catalog_topic_key_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_constraint_id_list b/bt5/erp5_km_ui_test/bt/template_constraint_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_document_id_list b/bt5/erp5_km_ui_test/bt/template_document_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_extension_id_list b/bt5/erp5_km_ui_test/bt/template_extension_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_format_version b/bt5/erp5_km_ui_test/bt/template_format_version new file mode 100644 index 0000000000000000000000000000000000000000..56a6051ca2b02b04ef92d5150c9ef600403cb1de --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/template_format_version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/template_local_role_list b/bt5/erp5_km_ui_test/bt/template_local_role_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_local_roles_list b/bt5/erp5_km_ui_test/bt/template_local_roles_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_message_translation_list b/bt5/erp5_km_ui_test/bt/template_message_translation_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_module_id_list b/bt5/erp5_km_ui_test/bt/template_module_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_path_list b/bt5/erp5_km_ui_test/bt/template_path_list new file mode 100644 index 0000000000000000000000000000000000000000..27d69833325b2df0b1f69ac765a628862b51a2f7 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/template_path_list @@ -0,0 +1,3 @@ +portal_tests/erp5_km_zuite +portal_tests/erp5_km_zuite/** +web_page_module/test_km_web_site_page \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_km_ui_test/bt/template_portal_type_allowed_content_type_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_base_category_list b/bt5/erp5_km_ui_test/bt/template_portal_type_base_category_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_hidden_content_type_list b/bt5/erp5_km_ui_test/bt/template_portal_type_hidden_content_type_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_id_list b/bt5/erp5_km_ui_test/bt/template_portal_type_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_property_sheet_list b/bt5/erp5_km_ui_test/bt/template_portal_type_property_sheet_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_role_list b/bt5/erp5_km_ui_test/bt/template_portal_type_role_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_roles_list b/bt5/erp5_km_ui_test/bt/template_portal_type_roles_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_portal_type_workflow_chain_list b/bt5/erp5_km_ui_test/bt/template_portal_type_workflow_chain_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_preference_list b/bt5/erp5_km_ui_test/bt/template_preference_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_product_id_list b/bt5/erp5_km_ui_test/bt/template_product_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_property_sheet_id_list b/bt5/erp5_km_ui_test/bt/template_property_sheet_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_registered_skin_selection_list b/bt5/erp5_km_ui_test/bt/template_registered_skin_selection_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_role_list b/bt5/erp5_km_ui_test/bt/template_role_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_site_property_id_list b/bt5/erp5_km_ui_test/bt/template_site_property_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_skin_id_list b/bt5/erp5_km_ui_test/bt/template_skin_id_list new file mode 100644 index 0000000000000000000000000000000000000000..a3028b5ca1d54a729d9fc10b12c34e052e1ce43c --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/template_skin_id_list @@ -0,0 +1 @@ +erp5_km_ui_test \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/template_test_id_list b/bt5/erp5_km_ui_test/bt/template_test_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_tool_id_list b/bt5/erp5_km_ui_test/bt/template_tool_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/template_update_business_template_workflow b/bt5/erp5_km_ui_test/bt/template_update_business_template_workflow new file mode 100644 index 0000000000000000000000000000000000000000..c227083464fb9af8955c90d2924774ee50abb547 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/template_update_business_template_workflow @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/template_update_tool b/bt5/erp5_km_ui_test/bt/template_update_tool new file mode 100644 index 0000000000000000000000000000000000000000..c227083464fb9af8955c90d2924774ee50abb547 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/template_update_tool @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/template_workflow_id_list b/bt5/erp5_km_ui_test/bt/template_workflow_id_list new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/bt5/erp5_km_ui_test/bt/title b/bt5/erp5_km_ui_test/bt/title new file mode 100644 index 0000000000000000000000000000000000000000..a3028b5ca1d54a729d9fc10b12c34e052e1ce43c --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/title @@ -0,0 +1 @@ +erp5_km_ui_test \ No newline at end of file diff --git a/bt5/erp5_km_ui_test/bt/version b/bt5/erp5_km_ui_test/bt/version new file mode 100644 index 0000000000000000000000000000000000000000..cad6b7af839f31ba5d39eb403bc30bc5768d1285 --- /dev/null +++ b/bt5/erp5_km_ui_test/bt/version @@ -0,0 +1 @@ +5.4.6 \ No newline at end of file