public void testMonkey7() throws Exception {
// a bug in the by week generator was causing us to skip Feb 2007
runRecurrenceIteratorTest(
"RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=1",
new DateTimeValueImpl(2006, 5, 8, 9, 47, 41), PST, 48, null,
"20060508T164741,20060515T164741,20060522T164741,20060529T164741,"
+ "20060605T164741,20060612T164741,20060619T164741,20060626T164741,"
+ "20060703T164741,20060710T164741,20060717T164741,20060724T164741,"
+ "20060731T164741,20060807T164741,20060814T164741,20060821T164741,"
+ "20060828T164741,20060904T164741,20060911T164741,20060918T164741,"