diff --git a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_account_module/test_account_module_domain_tree.html.xml b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_account_module/test_account_module_domain_tree.html.xml index 854e5ae8c729ae490933b3db470380e44f868edd..1b5fd998737daf26399b2d5efb1dff9c37e8b75f 100644 --- a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_account_module/test_account_module_domain_tree.html.xml +++ b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_account_module/test_account_module_domain_tree.html.xml @@ -3,11 +3,8 @@ <record id="1" aka="AAAAAAAAAAE="> <pickle> <tuple> - <tuple> - <string>Products.PageTemplates.ZopePageTemplate</string> - <string>ZopePageTemplate</string> - </tuple> - <none/> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> </tuple> </pickle> <pickle> @@ -94,13 +91,13 @@ Test domain tree of Account Module\n <tr>\n <td>clickAndWait</td>\n <!-- XXX it should probably be the category `id`, not the title. -->\n - <td>link=+ My Country</td>\n + <td>//table[@id="listbox_domain_tree_table"]//tr[2]//a[@class="tree_closed"]</td>\n <td></td>\n </tr>\n <tr>\n <td>clickAndWait</td>\n <!-- XXX it should probably be the category `id`, not the title. -->\n - <td>link=+ My Accounting Standards</td>\n + <td>//table[@id="listbox_domain_tree_table"]//tr[3]//a[@class="tree_closed"]</td>\n <td></td>\n </tr>\n <tr>\n @@ -157,7 +154,7 @@ Test domain tree of Account Module\n -->\n <tr>\n <td>clickAndWait</td>\n - <td>link=+ 4</td>\n + <td>//table[@id="listbox_domain_tree_table"]//tr[7]//a[@class="tree_closed"]</td>\n <td></td>\n </tr>\n <tr>\n @@ -337,8 +334,7 @@ Test domain tree of Account Module\n </tbody></table>\n </body>\n </html> <!-- vim: syntax=html foldmethod=marker\n --->\n - +--> ]]></string> </value> </item> diff --git a/bt5/erp5_accounting_ui_test/bt/change_log b/bt5/erp5_accounting_ui_test/bt/change_log index 67139880a236d1fdb8d1056bc235964efcbc00d1..9351b20412b1f291e39fe196e0bccb4f1a41a05c 100644 --- a/bt5/erp5_accounting_ui_test/bt/change_log +++ b/bt5/erp5_accounting_ui_test/bt/change_log @@ -1,3 +1,7 @@ +2008-06-16 yusei +* Update accounting_zuite/test_account_module/test_account_module_domain_tree.html +for the recent changes of domain tree. + 2008-03-04 jerome * Define an "is_selenium_0_8" boolean variable in the common template and start using it for commands that requires selenium 0.8 or more. diff --git a/bt5/erp5_accounting_ui_test/bt/revision b/bt5/erp5_accounting_ui_test/bt/revision index bd753ccc4b9f3ab7d4f134e4994d77da191b3537..90be1cdd8eeee919ebb35a1efddcfa95776fb98a 100644 --- a/bt5/erp5_accounting_ui_test/bt/revision +++ b/bt5/erp5_accounting_ui_test/bt/revision @@ -1 +1 @@ -94 \ No newline at end of file +95 \ No newline at end of file