From beb41c86b92a6dd40d4dc25b6f03fcedafce63e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 9 Jun 2010 08:37:01 +0000
Subject: [PATCH] Update tests. - test_account_transaction_list_at_date: now
 this listbox uses preferred line number, so only 20 lines are displayed per
 page. - test_account_transaction_list_jump_accounting_module: clicking on a
 view mode listbox title should display the same listbox in view mode, not
 jump to accounting module, there is a jump menu for this.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36131 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../test_account_transaction_list_at_date.html.xml          | 5 -----
 ...account_transaction_list_jump_accounting_module.html.xml | 6 +++---
 bt5/erp5_accounting_ui_test/bt/revision                     | 2 +-
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_at_date.html.xml b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_at_date.html.xml
index 66e09117d5..f741d44d56 100644
--- a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_at_date.html.xml
+++ b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_at_date.html.xml
@@ -122,11 +122,6 @@ Test Transactions related to an account, with at date parameter\n
   <td>//tr[@id=\'listbox_data_line_1\']/td[11]</td>\n
   <td>3300.0</td>\n
 </tr>\n
-<tr>\n
-  <td>verifyFloat</td>\n
-  <td>//tr[@id=\'listbox_data_line_23\']/td[11]</td>\n
-  <td>214500.0</td>\n
-</tr>\n
 <!-- }}} -->\n
 \n
 <!-- {{{ stat line -->\n
diff --git a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_jump_accounting_module.html.xml b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_jump_accounting_module.html.xml
index addcf79807..4bfdc876cb 100644
--- a/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_jump_accounting_module.html.xml
+++ b/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounts/test_account_transaction_list_jump_accounting_module.html.xml
@@ -100,9 +100,9 @@ Test Account Transaction List then jump to accounting module.\n
 \n
 <!-- Jump to Accounting Module {{{ -->\n
 <tr>\n
-  <td>clickAndWait</td>\n
-  <td>link=Transactions Related to This Account:</td>\n
-  <td></td>\n
+  <td>selectAndWait</td>\n
+  <td>select_jump</td>\n
+  <td>label=Accounting</td>\n
 </tr>\n
 <tr>\n
   <td>verifyText</td>\n
diff --git a/bt5/erp5_accounting_ui_test/bt/revision b/bt5/erp5_accounting_ui_test/bt/revision
index 59f3135037..09df927592 100644
--- a/bt5/erp5_accounting_ui_test/bt/revision
+++ b/bt5/erp5_accounting_ui_test/bt/revision
@@ -1 +1 @@
-165
\ No newline at end of file
+166
\ No newline at end of file
-- 
2.30.9