Fixed a bug in the repeating task tests

pull/14/head
Sam Bosley 13 years ago
parent 1ac305433c
commit 134e0bf442

@ -146,7 +146,7 @@ public class NewRepeatTests<REMOTE_MODEL> extends DatabaseTestCase {
String result = rrule.toIcal();
if (fromCompletion)
result = result + ";FROM=COMPLETION";
t.setValue(Task.RECURRENCE, rrule.toIcal());
t.setValue(Task.RECURRENCE, result);
taskDao.save(t);
waitAndSync();

Loading…
Cancel
Save