Show
Ignore:
Timestamp:
03/06/07 20:24:40 (22 months ago)
Author:
ktiedt
Message:

Fixes #1694 Fixes #1692
Finally found and fixed these 2 bugs... Test case updated to remove the "known bug" test case text.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/widget/test_DropdownDatePicker.html

    r7138 r7542  
    6666                        <p>With initial date of 1969-04-25 and a custom format dd/MM/yyyy</p> 
    6767                                <input name="dddp5" dojoType="dropdowndatepicker" inputName="mydate1" value="1969-04-25" displayFormat="dd/MM/yyyy" /> 
    68         \               <p>In German:</p> 
     68                        <p>In German:</p> 
    6969                                <input name="dddp7" dojoType="dropdowndatepicker" value="2006-06-28" lang="de" /> 
    7070                        <p>In Dutch:</p> 
     
    9191        </div>   
    9292    <br /> 
    93         These are broken tests for trac tickets:<br/> 
    94         Wipe: with startDate="2006-10-10" (inputNode is not updating when clicking a date ticket #1694) 
     93        Wipe: with startDate="2006-10-10" 
    9594        <input dojoType="dropdowndatepicker" startDate="2006-10-10" containerToggle="wipe" containerToggleDuration="300"> 
    9695        <br /> 
    97         Explode: testing invalid initial value of "oiwerwerw" (should render as no value provided not NaN/NaN/NaN ticket #1692) 
     96        Explode: testing invalid initial value of "oiwerwerw" 
    9897        <input dojoType="dropdowndatepicker" value="oiwerwerw" containerToggle="explode" containerToggleDuration="500"> 
    9998        <br /><br />