Adding test for DateTimeWithPrecision.

This commit is contained in:
bdc34 2010-11-11 19:12:08 +00:00
parent b8ec635ac0
commit 30e1269c3e
4 changed files with 333 additions and 63 deletions

View file

@ -8,9 +8,4 @@ day: <input name="${fieldName}.day" type="text" value="${day}"/> <br/>
hour: <input name="${fieldName}.hour" type="text" value="${hour}"/> <br/>
minute: <input name=${fieldName}.minute" type="text" value="${minute}"/> <br/>
second: <input name=${fieldName}.second" type="text" value="${second}"/> <br/>
<br/>
<select name="${fieldName}.precision" >
<#list possiblePrecisions as uri>
<option value="${uri}"<#if uri == precision>selected="selected"</#if>>${uri}</option>
</#list>
</select>
<br/>