Loading src/test/kotlin/foundation/e/dav4jvm/DavCollectionTest.kt +4 −4 Original line number Diff line number Diff line Loading @@ -38,7 +38,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 @@ -126,7 +126,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 @@ -202,7 +202,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/foundation/e/dav4jvm/DavCollectionTest.kt +4 −4 Original line number Diff line number Diff line Loading @@ -38,7 +38,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 @@ -126,7 +126,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 @@ -202,7 +202,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