From 70c6e5f3059c83039c4a0e84fb24b94614ac54e7 Mon Sep 17 00:00:00 2001 From: EndrII Date: Wed, 26 Oct 2022 00:53:08 +0300 Subject: [PATCH] fix linux tests --- tests/units/linux/extradatatest.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/tests/units/linux/extradatatest.cpp b/tests/units/linux/extradatatest.cpp index 10376a9..ccaaf09 100644 --- a/tests/units/linux/extradatatest.cpp +++ b/tests/units/linux/extradatatest.cpp @@ -18,24 +18,15 @@ void ExtraDataTest::test() { TestUtils utils; - -#ifdef Q_OS_UNIX auto comapareTree = utils.createTree( {"./" + DISTRO_DIR + "/bin/TestOnlyC", "./" + DISTRO_DIR + "/bin/TestCPPOnly", "./" + DISTRO_DIR + "/bin/QtWidgetsProject", "./" + DISTRO_DIR + "/bin/TestQMLWidgets", + "./" + DISTRO_DIR + "/bin/QMLFileDialog", "./" + DISTRO_DIR + "/bin/basic", "./" + DISTRO_DIR + "/bin/quicknanobrowser", "./" + DISTRO_DIR + "/bin/webui"}); -#else - auto comapareTree = utils.createTree( - {"./" + DISTRO_DIR + "/b in/TestOnlyC.exe", - "./" + DISTRO_DIR + "/bin/TestCPPOnly.exe", - "./" + DISTRO_DIR + "/bin/QtWidgetsProject.exe", - "./" + DISTRO_DIR + "/bin/TestQMLWidgets.exe", - "./" + DISTRO_DIR + "/bin/basic.exe"}); -#endif runTestParams({"-extraData", TestBinDir, "clear",