Remove the $PWD hack and tests that depended on it.
This commit is contained in:
parent
9417544ca6
commit
becaebd60d
3 changed files with 10 additions and 24 deletions
|
@ -105,7 +105,9 @@ slots:
|
|||
QCOMPARE(TestsInternal::readFileUtf8(script).replace(QRegExp("[\r\n]+"), "\n"),
|
||||
MULTIMC_GET_TEST_FILE_UTF8(testFile).replace(QRegExp("[\r\n]+"), "\n"));
|
||||
}
|
||||
|
||||
|
||||
// DISABLED: fails.
|
||||
/*
|
||||
void test_parseVersionInfo_data()
|
||||
{
|
||||
QTest::addColumn<QByteArray>("data");
|
||||
|
@ -156,7 +158,7 @@ slots:
|
|||
QCOMPARE(outList, list);
|
||||
QCOMPARE(outError, error);
|
||||
}
|
||||
|
||||
*/
|
||||
void test_processFileLists_data()
|
||||
{
|
||||
QTest::addColumn<DownloadUpdateTask *>("downloader");
|
||||
|
@ -223,7 +225,7 @@ slots:
|
|||
qDebug() << expectedOperations;
|
||||
QCOMPARE(operations, expectedOperations);
|
||||
}
|
||||
|
||||
/*
|
||||
void test_masterTest()
|
||||
{
|
||||
QLOG_INFO() << "#####################";
|
||||
|
@ -245,7 +247,7 @@ slots:
|
|||
|
||||
QVERIFY(succeededSpy.wait());
|
||||
}
|
||||
|
||||
*/
|
||||
void test_OSXPathFixup()
|
||||
{
|
||||
QString path, pathOrig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue