Skip to content

Commit

Permalink
test only on NC28+
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Dec 4, 2023
1 parent 3bea143 commit b3f2a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class ReadFileRemoteOperationIT : AbstractIT() {

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

val movieFile = createFile("sample")
val movieFilePath = "/sampleMovie.mov"
assertTrue(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3f2a36

Please sign in to comment.