Author: bayard
Date: Sun Jan 30 08:45:13 2011
New Revision: 1065229
URL: http://svn.apache.org/viewvc?rev=1065229&view=rev
Log:
Removed todo note as the ceiling tests are in DateUtils
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsRoundingTest.java
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsRoundingTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsRoundingTest.java?rev=1065229&r1=1065228&r2=1065229&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsRoundingTest.java
(original)
+++
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/DateUtilsRoundingTest.java
Sun Jan 30 08:45:13 2011
@@ -38,7 +38,6 @@ import junit.framework.TestCase;
* @since 3.0
* @version $Id$
*/
-// TODO: Add DateUtils.ceil()-tests if method is available
public class DateUtilsRoundingTest extends TestCase {
DateFormat dateTimeParser;