Loading src/test/kotlin/at/bitfire/dav4jvm/DavCollectionTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ class DavCollectionTest { @Test fun testInitialSyncCollectionReport() { val url = sampleUrl() val collection = DavCollection(httpClient, url) val collection = DavCollection(httpClient, url, null) mockServer.enqueue(MockResponse() .setResponseCode(207) Loading Loading @@ -131,7 +131,7 @@ class DavCollectionTest { @Test fun testInitialSyncCollectionReportWithTruncation() { val url = sampleUrl() val collection = DavCollection(httpClient, url) val collection = DavCollection(httpClient, url, null) mockServer.enqueue(MockResponse() .setResponseCode(207) Loading Loading @@ -207,7 +207,7 @@ class DavCollectionTest { @Test fun testSyncCollectionReportWithUnsupportedLimit() { val url = sampleUrl() val collection = DavCollection(httpClient, url) val collection = DavCollection(httpClient, url, null) mockServer.enqueue(MockResponse() .setResponseCode(507) Loading Loading
src/test/kotlin/at/bitfire/dav4jvm/DavCollectionTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ class DavCollectionTest { @Test fun testInitialSyncCollectionReport() { val url = sampleUrl() val collection = DavCollection(httpClient, url) val collection = DavCollection(httpClient, url, null) mockServer.enqueue(MockResponse() .setResponseCode(207) Loading Loading @@ -131,7 +131,7 @@ class DavCollectionTest { @Test fun testInitialSyncCollectionReportWithTruncation() { val url = sampleUrl() val collection = DavCollection(httpClient, url) val collection = DavCollection(httpClient, url, null) mockServer.enqueue(MockResponse() .setResponseCode(207) Loading Loading @@ -207,7 +207,7 @@ class DavCollectionTest { @Test fun testSyncCollectionReportWithUnsupportedLimit() { val url = sampleUrl() val collection = DavCollection(httpClient, url) val collection = DavCollection(httpClient, url, null) mockServer.enqueue(MockResponse() .setResponseCode(507) Loading