Fix SS test

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-11-15 09:55:31 +01:00 committed by Alper Öztürk
parent d554f01407
commit 2db2d4cf2f

View file

@ -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()