Prechádzať zdrojové kódy

Fix test

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 1 rok pred
rodič
commit
d7e52d2b51

+ 2 - 0
app/src/androidTest/java/com/owncloud/android/ui/fragment/FileDetailFragmentStaticServerIT.kt

@@ -44,6 +44,8 @@ class FileDetailFragmentStaticServerIT : AbstractIT() {
     var file = getFile("gps.jpg")
     val oCFile = OCFile("/").apply {
         storagePath = file.absolutePath
+        fileId = 12
+        fileDataStorageManager.saveFile(this)
     }
 
     @Test