Fix MVariableResolver to use Calendar APIs instead of deprecated Date APIs
--------------------------------------------------------------------------

                 Key: ADFFACES-316
                 URL: http://issues.apache.org/jira/browse/ADFFACES-316
             Project: MyFaces ADF-Faces
          Issue Type: Test
            Reporter: Yee-Wah Lee
            Priority: Trivial


MVariableResolver is used by the ChooseDateRenderer tests to get min, max and 
midDate values. This is so the tests always generate the same output. 

However, the APIs used in the code are the deprecated Date constructors. I will 
replace them with the suggested GregorianCalendar equivalents.  

Patch file contains changes to MVariableResolver.java (new Calendar calls, and 
some import cleanups) and the corresponding chooseDate golden files

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to