bitfireAT/ical4android

BuildEvent doesn't save UID to UID_2445

rfc2822 opened this issue · 0 comments

BuildEvent doesn't save event UIDs to UID_2445.

There's a missing @Test here:

}
fun testBuildEvent_UID2445() {
buildEvent(true) {
uid = "event1@example.com"
}.let { result ->
assertEquals("event1@example.com", result.getAsString(Events.UID_2445))
}
}

If the @Test ist added, the test fails and illustrates the problem.