File tree 2 files changed +6
-4
lines changed
library/src/androidTest/java/com/owncloud/android/lib/resources/e2ee
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ services:
79
79
- su www-data -c "php /var/www/html/occ app:enable activity"
80
80
- su www-data -c "git clone -b main https://github.com/nextcloud/text.git /var/www/html/apps/text/"
81
81
- su www-data -c "php /var/www/html/occ app:enable text"
82
- - su www-data -c "git clone -b artonge/feat/allow_metadata_update_for_subfolders https://github.com/nextcloud/end_to_end_encryption/ /var/www/html/apps/end_to_end_encryption/"
82
+ - su www-data -c "git clone -b master https://github.com/nextcloud/end_to_end_encryption/ /var/www/html/apps/end_to_end_encryption/"
83
83
- su www-data -c "php /var/www/html/occ app:enable end_to_end_encryption"
84
84
- su www-data -c "git clone -b master https://github.com/nextcloud/password_policy/ /var/www/html/apps/password_policy/"
85
85
- su www-data -c "php /var/www/html/occ app:enable password_policy"
@@ -213,6 +213,6 @@ trigger:
213
213
- pull_request
214
214
---
215
215
kind : signature
216
- hmac : 56749c47df149cc2d3c06343c609210a310e27635ea6ccb040890ab0afbce79d
216
+ hmac : 6d69c7c3739747691580d04a781eb67cf95d2f33f8149d5ebd2cbcc30611b4f0
217
217
218
218
...
Original file line number Diff line number Diff line change 42
42
import com .owncloud .android .lib .resources .files .model .RemoteFile ;
43
43
import com .owncloud .android .lib .resources .status .OwnCloudVersion ;
44
44
45
+ import org .junit .Test ;
46
+
45
47
public class UpdateMetadataRemoteOperationIT extends AbstractIT {
46
- // @Test
48
+ @ Test
47
49
public void uploadAndModifyV1 () {
48
50
// tests only for NC19+
49
51
testOnlyOnServer (OwnCloudVersion .nextcloud_20 );
@@ -111,7 +113,7 @@ public void uploadAndModifyV1() {
111
113
assertEquals (updatedMetadata , retrievedMetadata2 );
112
114
}
113
115
114
- // @Test
116
+ @ Test
115
117
public void uploadAndModifyV2 () {
116
118
// tests only for NC19+
117
119
testOnlyOnServer (OwnCloudVersion .nextcloud_20 );
You can’t perform that action at this time.
0 commit comments