From becaebd60d3c268dd9f95561afbe74bb8cd5f1e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 5 Jan 2014 19:54:05 +0100 Subject: Remove the $PWD hack and tests that depended on it. --- tests/tst_DownloadUpdateTask.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/tst_DownloadUpdateTask.cpp b/tests/tst_DownloadUpdateTask.cpp index 883e90e8..e6784402 100644 --- a/tests/tst_DownloadUpdateTask.cpp +++ b/tests/tst_DownloadUpdateTask.cpp @@ -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("data"); @@ -156,7 +158,7 @@ slots: QCOMPARE(outList, list); QCOMPARE(outError, error); } - +*/ void test_processFileLists_data() { QTest::addColumn("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; -- cgit v1.2.3