We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbd215 commit dfb8546Copy full SHA for dfb8546
test/testupdater.cpp
@@ -21,7 +21,7 @@ private Q_SLOTS:
21
QTest::addColumn<QString>("url");
22
QTest::addColumn<OCUpdater::DownloadState>("result");
23
// a redirect to attic
24
- QTest::newRow("redirect") << "https://download.owncloud.com/desktop/stable/ownCloud-2.2.4.6408-setup.exe" << OCUpdater::DownloadComplete;
+ QTest::newRow("redirect") << "https://download.owncloud.com/desktop/ownCloud/stable/6.0.3.18040/win/ownCloud-6.0.3.18040.x64.msi" << OCUpdater::DownloadComplete;
25
QTest::newRow("broken url") << "https://&" << OCUpdater::DownloadFailed;
26
}
27
0 commit comments