Commit 8b8413d0 authored by Jérome Perrin's avatar Jérome Perrin

It's not good to test that exactly "1000000000000.000000" is displayed by a...

It's not good to test that exactly "1000000000000.000000" is displayed by a float field when no precision is defined on the field. What we can test is to test that if precision is set to 1, we have  "1000000000000.0"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34752 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb2ca46f
......@@ -43,12 +43,12 @@
xmlns:metal="http://xml.zope.org/namespaces/metal">\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\n
<title>Test Float Value with Integer Fields</title>\n
<title>Test Float Value with Float Fields</title>\n
</head>\n
<body>\n
<table cellpadding="1" cellspacing="1" border="1">\n
<thead>\n
<tr><td rowspan="1" colspan="3">Test Float Value with Integer Fields</td></tr>\n
<tr><td rowspan="1" colspan="3">Test Float Value with Float Fields</td></tr>\n
</thead><tbody>\n
<tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
<tr>\n
......@@ -114,7 +114,7 @@
<tr>\n
<td>verifyValue</td>\n
<td>field_my_quantity</td>\n
<td>1000000000000.000000</td>\n
<td>1000000000000.0</td>\n
</tr>\n
<tr>\n
<td>verifyText</td>\n
......
......@@ -228,7 +228,7 @@
</item>
<item>
<key> <string>precision</string> </key>
<value> <string></string> </value>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>required</string> </key>
......
558
\ No newline at end of file
561
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment