File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
library/src/androidTest/java/com
nextcloud/android/lib/resources/search
owncloud/android/lib/resources/files Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -306,6 +306,6 @@ trigger:
306
306
- pull_request
307
307
---
308
308
kind : signature
309
- hmac : e2550979286b413adafb9bacd27fced71784a70f452d590ff42c0cfdee426c0e
309
+ hmac : 63417912531f2b87406938da1d6b09a706035a02315e9d7af284faaa8521f6e7
310
310
311
311
...
Original file line number Diff line number Diff line change 23
23
package com.nextcloud.android.lib.resources.search
24
24
25
25
import com.owncloud.android.AbstractIT
26
- import com.owncloud.android.lib.resources.status.OwnCloudVersion.nextcloud_20
26
+ import com.owncloud.android.lib.resources.status.OwnCloudVersion
27
+ import com.owncloud.android.lib.resources.status.OCCapability
28
+ import com.owncloud.android.lib.resources.status.GetCapabilitiesRemoteOperation
27
29
import org.junit.Assert.assertNotNull
28
30
import org.junit.Assert.assertNull
29
31
import org.junit.Assert.assertTrue
30
- import org.junit.BeforeClass
32
+ import org.junit.Assert.assertFalse
33
+ import org.junit.Assume.assumeTrue
31
34
import org.junit.Test
32
35
33
36
class SearchProvidersRemoteOperationIT : AbstractIT () {
Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ class UploadFileRemoteOperationIT : AbstractIT() {
49
49
50
50
@Test
51
51
fun upload () {
52
- val ocCapability = GetCapabilitiesRemoteOperation ()
53
- .execute(nextcloudClient).singleData as OCCapability
52
+ val ocCapability =
53
+ GetCapabilitiesRemoteOperation ()
54
+ .execute(nextcloudClient).singleData as OCCapability
54
55
55
56
// create file
56
57
val filePath = createFile(" text" )
You can’t perform that action at this time.
0 commit comments