aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2011-08-02 13:29:17 -0700
committerAndy McFadden <fadden@android.com>2011-08-02 13:29:17 -0700
commit0304a16e191a2e2af8289c6e7e1ad9734a0dc06d (patch)
treeaa48a7b076116cae603cb9ee8abfbb58ca7424a5 /tests
parentdce6a0a89883ab3e76212a11a5a889407887718f (diff)
downloadandroid_frameworks_opt_calendar-0304a16e191a2e2af8289c6e7e1ad9734a0dc06d.tar.gz
android_frameworks_opt_calendar-0304a16e191a2e2af8289c6e7e1ad9734a0dc06d.tar.bz2
android_frameworks_opt_calendar-0304a16e191a2e2af8289c6e7e1ad9734a0dc06d.zip
Fix a comment
RFC 5545 says the behavior is unspecified. This just updates the comments (no code changes). Bug 5075775 Change-Id: I87d131c260570e2990bb05f624c90f7d78a1eb89
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/calendarcommon/RecurrenceProcessorTest.java2
1 files changed, 1 insertions, 1 deletions
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",