зеркало из https://github.com/nextcloud/desktop.git
Fix testVersionOfInstalledBinary for brandings
This commit is contained in:
Родитель
67f9890320
Коммит
69915ab594
|
@ -124,7 +124,7 @@ private slots:
|
|||
qDebug() << "Version of installed Nextcloud: " << ver;
|
||||
QVERIFY(!ver.isEmpty());
|
||||
|
||||
QRegExp rx(R"(Nextcloud version \d+\.\d+\.\d+.*)");
|
||||
QRegExp rx(APPLICATION_SHORTNAME R"( version \d+\.\d+\.\d+.*)");
|
||||
QVERIFY(rx.exactMatch(ver));
|
||||
} else {
|
||||
QVERIFY(versionOfInstalledBinary().isEmpty());
|
||||
|
|
Загрузка…
Ссылка в новой задаче