diff options
Diffstat (limited to 'games/multimc/files/patch-api_logic_FileSystem__test.cpp')
-rw-r--r-- | games/multimc/files/patch-api_logic_FileSystem__test.cpp | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/games/multimc/files/patch-api_logic_FileSystem__test.cpp b/games/multimc/files/patch-api_logic_FileSystem__test.cpp index 8f9c5e77e018..ad6a41b22b57 100644 --- a/games/multimc/files/patch-api_logic_FileSystem__test.cpp +++ b/games/multimc/files/patch-api_logic_FileSystem__test.cpp @@ -1,4 +1,4 @@ ---- api/logic/FileSystem_test.cpp.orig 2017-12-18 00:19:43 UTC +--- api/logic/FileSystem_test.cpp.orig 2019-03-07 17:32:17 UTC +++ api/logic/FileSystem_test.cpp @@ -119,7 +119,7 @@ slots: @@ -6,15 +6,6 @@ // FIXME: implement on windows, OSX, then test. -#if defined(Q_OS_LINUX) +#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) - void test_createShortcut_data() - { - QTest::addColumn<QString>("location"); -@@ -134,7 +134,7 @@ slots: - << (QStringList() << "arg1" << "arg2") - << "asdf" - << QString() -- #if defined(Q_OS_LINUX) -+ #if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) - << MULTIMC_GET_TEST_FILE("data/FileSystem-test_createShortcut-unix") - #elif defined(Q_OS_WIN) - << QByteArray() + void test_createShortcut_data() + { + QTest::addColumn<QString>("location"); |