Loading src/androidTest/java/at/bitfire/dav4android/DavCollectionTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,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 @@ -122,7 +122,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 @@ -185,7 +185,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/androidTest/java/at/bitfire/dav4android/DavCollectionTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -40,7 +40,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 @@ -122,7 +122,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 @@ -185,7 +185,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