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

Unverified Commit b3f2a365 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

test only on NC28+

parent 3bea1436
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ class ReadFileRemoteOperationIT : AbstractIT() {

    @Test
    fun testLivePhoto() {
        testOnlyOnServer(NextcloudVersion.nextcloud_28)

        val movieFile = createFile("sample")
        val movieFilePath = "/sampleMovie.mov"
        assertTrue(
+3 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ class NextcloudVersion : OwnCloudVersion {

        @JvmField
        val nextcloud_27 = NextcloudVersion(0x1B000000) // 27.0

        @JvmField
        val nextcloud_28 = NextcloudVersion(0x1C000000) // 28.0
    }

    constructor(string: String) : super(string)