Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import net.fortuna.ical4j.model.property.Description
import org.junit.Assert.assertEquals
import org.junit.Assert.assertNull
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner

@Ignore("ical4j 4.x")
@RunWith(RobolectricTestRunner::class)
class DescriptionBuilderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import net.fortuna.ical4j.model.property.Location
import org.junit.Assert.assertEquals
import org.junit.Assert.assertNull
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner

@Ignore("ical4j 4.x")
@RunWith(RobolectricTestRunner::class)
class LocationBuilderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ import at.bitfire.synctools.storage.calendar.EventsContract
import at.bitfire.synctools.test.assertContentValuesEqual
import net.fortuna.ical4j.model.component.VEvent
import net.fortuna.ical4j.model.property.Sequence
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner

@Ignore("ical4j 4.x")
@RunWith(RobolectricTestRunner::class)
class SequenceBuilderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ import net.fortuna.ical4j.model.property.Summary
import org.junit.Assert.assertEquals
import org.junit.Assert.assertNull
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner

@Ignore("ical4j 4.x")
@RunWith(RobolectricTestRunner::class)
class TitleBuilderTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ import net.fortuna.ical4j.model.component.VEvent
import net.fortuna.ical4j.model.property.Url
import org.junit.Assert.assertEquals
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.robolectric.RobolectricTestRunner
import java.net.URI

@Ignore("ical4j 4.x")
@RunWith(RobolectricTestRunner::class)
class UrlBuilderTest {

Expand Down