Class com.owncloud.android.EncryptedFoldersIT

5

tests

3

failures

0

skipped

58.338s

duration

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 (10.084s)
testCreateEncryptedSubfolder failed (14.279s)
testReadEncryptedFolder passed (12.576s)
testReadEncryptedSubfolder failed (9.790s)
testUnencryptFolder failed (11.609s)