[Erp5-report] r31461 jp - in /erp5/trunk/bt5/erp5_ui_test: PathTemplateItem/portal_tests/ma...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 24 15:18:11 CET 2009


Author: jp
Date: Thu Dec 24 15:18:09 2009
New Revision: 31461

URL: http://svn.erp5.org?rev=31461&view=rev
Log:
Whenever there are no validation errors, the user input should be rendered by a float field as a float, not as the user input. (this behaviour is consistent with the form framework, although it should not be considered as a specification and could evolve)

Modified:
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testValidationOnEditableCell.xml
    erp5/trunk/bt5/erp5_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testValidationOnEditableCell.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testValidationOnEditableCell.xml?rev=31461&r1=31460&r2=31461&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testValidationOnEditableCell.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testValidationOnEditableCell.xml [utf8] Thu Dec 24 15:18:09 2009
@@ -106,7 +106,7 @@
 <tr>\n
   <td>verifyValue</td>\n
   <td>field_matrixbox_quantity_cell_0_1_0</td>\n
-  <td>2</td>\n
+  <td>2.0</td>\n
 </tr>\n
 <tr>\n
   <td>verifyValue</td>\n
@@ -170,7 +170,7 @@
 <tr>\n
   <td>verifyValue</td>\n
   <td>field_matrixbox_quantity_cell_0_1_0</td>\n
-  <td>3</td>\n
+  <td>3.0</td>\n
 </tr>\n
 <tr>\n
   <td>verifyValue</td>\n

Modified: erp5/trunk/bt5/erp5_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/revision?rev=31461&r1=31460&r2=31461&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] Thu Dec 24 15:18:09 2009
@@ -1,1 +1,1 @@
-513
+514




More information about the Erp5-report mailing list