mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
GH-1360 add basic changelog based on github API, fix update dialog buttons
This commit is contained in:
parent
e8063d193d
commit
5402acb3c6
13 changed files with 377 additions and 121 deletions
|
|
@ -185,29 +185,7 @@ slots:
|
|||
qDebug() << expectedOperations;
|
||||
QCOMPARE(operations, expectedOperations);
|
||||
}
|
||||
/*
|
||||
void test_masterTest()
|
||||
{
|
||||
qDebug() << "#####################";
|
||||
MMC->m_version.build = 1;
|
||||
MMC->m_version.channel = "develop";
|
||||
auto channels =
|
||||
QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/channels.json"));
|
||||
auto root = QUrl::fromLocalFile(QDir::current().absoluteFilePath("tests/data/"));
|
||||
qDebug() << "channels: " << channels;
|
||||
qDebug() << "root: " << root;
|
||||
MMC->updateChecker()->setChannelListUrl(channels.toString());
|
||||
MMC->updateChecker()->setCurrentChannel("develop");
|
||||
|
||||
DownloadTask task(root.toString(), 2);
|
||||
|
||||
QSignalSpy succeededSpy(&task, SIGNAL(succeeded()));
|
||||
|
||||
task.start();
|
||||
|
||||
QVERIFY(succeededSpy.wait());
|
||||
}
|
||||
*/
|
||||
void test_OSXPathFixup()
|
||||
{
|
||||
QString path, pathOrig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue