Skip to content

Commit

Permalink
test upgrading from old version schema
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Aug 19, 2024
1 parent 10c16f0 commit 8f2a794
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/unit/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,19 @@ public function updateDataProvider(): array
$config,
'<?xml version="1.0"?>
<owncloudclient><version>2.2.2</version><versionstring>Nextcloud Client 2.2.2</versionstring><downloadurl>https://download.nextcloud.com/desktop/stable/Nextcloud-2.2.2-x64.AppImage</downloadurl><web>https://nextcloud.com/install/#install-clients</web></owncloudclient>
'
],
// #27 daily, upgrade from old version schema
[
'nextcloud',
'linux',
'3.13.50.28075',
'daily',
false,
false,
$config,
'<?xml version="1.0"?>
<owncloudclient><version>3.13.50.20240604</version><versionstring>Nextcloud Daily 20240604</versionstring><downloadurl>https://download.nextcloud.com/desktop/daily/linux/linux-20240604.AppImage</downloadurl><web>https://nextcloud.com/install/#install-clients</web></owncloudclient>
'
],
];
Expand Down

0 comments on commit 8f2a794

Please sign in to comment.