Searched refs:deleteCount (Results 1 – 1 of 1) sorted by relevance
2588 int deleteCount = 0; in testSingleRecurrenceExceptions() local2589 deleteCount += deleteException(account, eventId, excepEventId2); in testSingleRecurrenceExceptions()2590 deleteCount += deleteException(account, eventId, excepEventId3); in testSingleRecurrenceExceptions()2591 deleteCount += deleteException(account, eventId, excepEventId4); in testSingleRecurrenceExceptions()2592 assertEquals("events deleted", 3, deleteCount); in testSingleRecurrenceExceptions()