From 0304a16e191a2e2af8289c6e7e1ad9734a0dc06d Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 2 Aug 2011 13:29:17 -0700 Subject: Fix a comment RFC 5545 says the behavior is unspecified. This just updates the comments (no code changes). Bug 5075775 Change-Id: I87d131c260570e2990bb05f624c90f7d78a1eb89 --- tests/src/com/android/calendarcommon/RecurrenceProcessorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src/com/android') diff --git a/tests/src/com/android/calendarcommon/RecurrenceProcessorTest.java b/tests/src/com/android/calendarcommon/RecurrenceProcessorTest.java index 2ca2d35..21d2d52 100644 --- a/tests/src/com/android/calendarcommon/RecurrenceProcessorTest.java +++ b/tests/src/com/android/calendarcommon/RecurrenceProcessorTest.java @@ -378,7 +378,7 @@ public class RecurrenceProcessorTest extends TestCase { null /* rdate */, null /* exrule */, null /* exdate */, "20060101T000000", "20101231T000000", new String[]{ - "20060101T100000", // TODO: this is wrong (bug in recurrence gen) + "20060101T100000", "20060113T100000", "20061013T100000", "20070413T100000", -- cgit v1.2.3