[Erp5-report] r19132 - in /erp5/trunk/bt5/erp5_accounting_ui_test: PathTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 7 16:09:30 CET 2008


Author: yusei
Date: Thu Feb  7 16:09:30 2008
New Revision: 19132

URL: http://svn.erp5.org?rev=19132&view=rev
Log:
Added source and destination check for third party and operation accounting date sorting check.

Modified:
    erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_search_columns.html.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_search_columns.html.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_search_columns.html.xml?rev=19132&r1=19131&r2=19132&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_search_columns.html.xml (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/PathTemplateItem/portal_tests/accounting_zuite/test_accounting_module/test_accounting_transaction_module_search_columns.html.xml Thu Feb  7 16:09:30 2008
@@ -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>
@@ -121,6 +118,27 @@
 </td>\n
   <td>2200.00</td>\n
 </tr>\n
+<!-- check source and destination section -->\n
+<tr>\n
+  <td>clickAndWait</td>\n
+  <td>link=Client 1 Sale Invoice</td>\n
+  <td></td>\n
+</tr>\n
+<tr>\n
+  <td>verifyValue</td>\n
+  <td>field_my_title</td>\n
+  <td>Client 1 Sale Invoice</td>\n
+</tr>\n
+<tr>\n
+  <td>verifyValue</td>\n
+  <td>field_my_destination_section_title</td>\n
+  <td>Client 1</td>\n
+</tr>\n
+<tr>\n
+  <td>selectAndWait</td>\n
+  <td>select_module</td>\n
+  <td>Accounting</td>\n
+</tr>\n
 <!-- }}} -->\n
 \n
 <!-- filter on title, matching is "fuzzy", {{{\n
@@ -349,6 +367,27 @@
 </td>\n
   <td>7700.00</td>\n
 </tr>\n
+<!-- check source and destination section -->\n
+<tr>\n
+  <td>clickAndWait</td>\n
+  <td>link=First Purchase Invoice</td>\n
+  <td></td>\n
+</tr>\n
+<tr>\n
+  <td>verifyValue</td>\n
+  <td>field_my_title</td>\n
+  <td>First Purchase Invoice</td>\n
+</tr>\n
+<tr>\n
+  <td>verifyValue</td>\n
+  <td>field_my_source_section_title</td>\n
+  <td>Supplier</td>\n
+</tr>\n
+<tr>\n
+  <td>selectAndWait</td>\n
+  <td>select_module</td>\n
+  <td>Accounting</td>\n
+</tr>\n
 <!-- }}} --> \n
 \n
 <!-- filter on Transaction Type {{{ -->\n
@@ -412,6 +451,66 @@
 <!-- }}} --> \n
 \n
 <!-- filter on Date {{{ -->\n
+<!-- try equal -->\n
+<tr>\n
+  <td>clickAndWait</td>\n
+  <td>Folder_show:method</td>\n
+  <td></td>\n
+</tr>\n
+<tr>\n
+  <td>type</td>\n
+  <td>//tr[@id=\'listbox_search_line\']/td[5]/span/input</td>\n
+  <td>2005/01/02</td>\n
+</tr>\n
+<tr>\n
+  <td>clickAndWait</td>\n
+  <td>Base_doSelect:method</td>\n
+  <td></td>\n
+</tr>\n
+<tr>\n
+  <td>verifyText</td>\n
+  <td>listbox_record_number</td>\n
+  <td>1 record(s)</td>\n
+</tr>\n
+<tr>\n
+  <td>verifyText</td>\n
+  <td>\n
+//tr[@id=\'listbox_data_line_0\']/td[2]/a\n
+</td>\n
+  <td>Client 1 Sale Invoice</td>\n
+</tr>\n
+<!-- check amounts for lines -->\n
+<tr>\n
+  <td>verifyFloat</td>\n
+  <td>\n
+//tr[@id=\'listbox_data_line_0\']/td[9]/a\n
+</td>\n
+  <td>2200.0</td>\n
+</tr>\n
+<tr>\n
+  <td>verifyFloat</td>\n
+  <td>\n
+//tr[@id=\'listbox_data_line_0\']/td[10]/a\n
+</td>\n
+  <td>2200.0</td>\n
+</tr>\n
+<!-- check amounts for stats -->\n
+<tr>\n
+  <td>verifyFloat</td>\n
+  <td>\n
+//tr[@id=\'listbox_stat_line\']/td[9]\n
+</td>\n
+  <td>2200.00</td>\n
+</tr>\n
+<tr>\n
+  <td>verifyFloat</td>\n
+  <td>\n
+//tr[@id=\'listbox_stat_line\']/td[10]\n
+</td>\n
+  <td>2200.00</td>\n
+</tr>\n
+\n
+<!-- try less than -->\n
 <tr>\n
   <td>clickAndWait</td>\n
   <td>Folder_show:method</td>\n

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision?rev=19132&r1=19131&r2=19132&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision Thu Feb  7 16:09:30 2008
@@ -1,1 +1,1 @@
-66
+67




More information about the Erp5-report mailing list