Commit 903f7c4a authored by Romain Courteaud's avatar Romain Courteaud

Revert previous modification from revision 12925.

DateTime field has to keep the value entered by the user when the validation failed.
Currently, the test will fail, as it is not the current behaviour of the Field. This bug has to be fixed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70a59823
......@@ -117,27 +117,27 @@
</tr>\n
\n
<tr>\n
<td>verifyNotValue</td>\n
<td>verifyValue</td>\n
<td>subfield_field_my_start_date_year</td>\n
<td>9999</td>\n
</tr>\n
<tr>\n
<td>verifyNotValue</td>\n
<td>verifyValue</td>\n
<td>subfield_field_my_start_date_month</td>\n
<td>88</td>\n
</tr>\n
<tr>\n
<td>verifyNotValue</td>\n
<td>verifyValue</td>\n
<td>subfield_field_my_start_date_day</td>\n
<td>77</td>\n
</tr>\n
<tr>\n
<td>verifyNotValue</td>\n
<td>verifyValue</td>\n
<td>subfield_field_my_start_date_hour</td>\n
<td>66</td>\n
</tr>\n
<tr>\n
<td>verifyNotValue</td>\n
<td>verifyValue</td>\n
<td>subfield_field_my_start_date_minute</td>\n
<td>99</td>\n
</tr>\n
......
183
\ No newline at end of file
184
\ 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