Skip to content

Commit dfb8546

Browse files
committed
fix: TestUpdater to use exsting download URL
1 parent fcbd215 commit dfb8546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testupdater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private Q_SLOTS:
2121
QTest::addColumn<QString>("url");
2222
QTest::addColumn<OCUpdater::DownloadState>("result");
2323
// a redirect to attic
24-
QTest::newRow("redirect") << "https://download.owncloud.com/desktop/stable/ownCloud-2.2.4.6408-setup.exe" << OCUpdater::DownloadComplete;
24+
QTest::newRow("redirect") << "https://download.owncloud.com/desktop/ownCloud/stable/6.0.3.18040/win/ownCloud-6.0.3.18040.x64.msi" << OCUpdater::DownloadComplete;
2525
QTest::newRow("broken url") << "https://&" << OCUpdater::DownloadFailed;
2626
}
2727

0 commit comments

Comments
 (0)