mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
Fix SS test
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
d554f01407
commit
2db2d4cf2f
1 changed files with 8 additions and 0 deletions
|
@ -300,6 +300,14 @@ class OCFileListFragmentStaticServerIT : AbstractIT() {
|
||||||
sut.storageManager.saveFile(this)
|
sut.storageManager.saveFile(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OCFile("/offlineOperation/").apply {
|
||||||
|
mimeType = MimeType.DIRECTORY
|
||||||
|
decryptedRemotePath = "/offlineOperation/"
|
||||||
|
modificationTimestamp = System.currentTimeMillis()
|
||||||
|
parentId = sut.storageManager.getFileByEncryptedRemotePath("/").fileId
|
||||||
|
sut.storageManager.saveFile(this)
|
||||||
|
}
|
||||||
|
|
||||||
sut.addFragment(fragment)
|
sut.addFragment(fragment)
|
||||||
|
|
||||||
shortSleep()
|
shortSleep()
|
||||||
|
|
Loading…
Reference in a new issue