Class com.owncloud.android.EncryptedFoldersIT
|
40%
successful |
Failed tests
testCreateEncryptedSubfolder
java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at com.owncloud.android.EncryptedFoldersIT.createEncryptedSubfolder(EncryptedFoldersIT.kt:211) at com.owncloud.android.EncryptedFoldersIT.testCreateEncryptedSubfolder(EncryptedFoldersIT.kt:95)
testReadEncryptedSubfolder
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference at com.owncloud.android.operations.CreateFolderOperation.run(CreateFolderOperation.java:92) at com.owncloud.android.lib.common.operations.RemoteOperation.execute(RemoteOperation.java:193) at com.owncloud.android.EncryptedFoldersIT.createEncryptedFolder(EncryptedFoldersIT.kt:161) at com.owncloud.android.EncryptedFoldersIT.testReadEncryptedSubfolder(EncryptedFoldersIT.kt:109)
testUnencryptFolder
com.owncloud.android.operations.UploadException: Forbidden! Please try again later.) at com.owncloud.android.utils.EncryptionUtils.lockFolder(EncryptionUtils.java:1174) at com.owncloud.android.ui.dialog.setupEncryption.EncryptionKeyGenerator.uploadEncryptedFolderMetadata(EncryptionKeyGenerator.kt:138) at com.owncloud.android.EncryptedFoldersIT.encryptFolder(EncryptedFoldersIT.kt:179) at com.owncloud.android.EncryptedFoldersIT.testUnencryptFolder(EncryptedFoldersIT.kt:121)
Tests
| Test | emulator-5554 |
|---|---|
| testCreateEncryptedFolder | passed (12.179s) |
| testCreateEncryptedSubfolder | failed (17.506s) |
| testReadEncryptedFolder | passed (14.642s) |
| testReadEncryptedSubfolder | failed (11.463s) |
| testUnencryptFolder | failed (13.432s) |