Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
corrext spdx

Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Apr 24, 2024
1 parent 01d8245 commit a073ef5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ import org.junit.Test
class CapabilityUtilsIT : AbstractIT() {
@Test
fun checkOutdatedWarning() {
assertFalse(test(NextcloudVersion.nextcloud_28))
assertFalse(test(NextcloudVersion.nextcloud_27))
assertFalse(test(NextcloudVersion.nextcloud_26))
assertFalse(test(NextcloudVersion.nextcloud_25))
assertFalse(test(NextcloudVersion.nextcloud_24))

assertTrue(test(NextcloudVersion.nextcloud_26))
assertTrue(test(NextcloudVersion.nextcloud_25))
assertTrue(test(NextcloudVersion.nextcloud_24))
assertTrue(test(NextcloudVersion.nextcloud_23))
assertTrue(test(NextcloudVersion.nextcloud_22))
assertTrue(test(NextcloudVersion.nextcloud_21))
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30290051.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2024 Tobias Kaminsky <[email protected]>
# SPDX-License-Identifier: AGPL-3.0-or-later
#

## 3.29.0 RC1 (April 17, 2024)

- NC Assistant
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30290090.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2024 Tobias Kaminsky <[email protected]>
# SPDX-License-Identifier: AGPL-3.0-or-later
#

## 3.29.0 (April 24, 2024)

- NC Assistant
Expand Down

0 comments on commit a073ef5

Please sign in to comment.