Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 2a1e26dd authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

Update file version

parent 16b6d281
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ class ReadFileVersionsRemoteOperationIT : AbstractIT() {
    fun listVersions() {
        val txtFile = getFile(ASSETS__TEXT_FILE_NAME)
        val filePath = "/test.md"
        val mimetype = "txt/plain"
        val mimetype = "text/markdown"

        var uploadResult =
            UploadFileRemoteOperation(
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class FileVersion implements Parcelable, ServerFileInterface {

    @Override
    public long getFileLength() {
        return 0;
        return fileLength;
    }

    public void setMimeType(String mimeType) {