aboutsummaryrefslogtreecommitdiff
path: root/cmake/UnitTest
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-18 00:47:02 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-21 00:47:53 +0200
commit5b3dffce62f7e4c00436adeca33c5f2fc4a21db4 (patch)
tree01a0eb2d994a9b0622697a6dbb124966692e692a /cmake/UnitTest
parent297d4b4196c9bd1d9c4dd422dd88aaec620038d6 (diff)
downloadPrismLauncher-5b3dffce62f7e4c00436adeca33c5f2fc4a21db4.tar.gz
PrismLauncher-5b3dffce62f7e4c00436adeca33c5f2fc4a21db4.tar.bz2
PrismLauncher-5b3dffce62f7e4c00436adeca33c5f2fc4a21db4.zip
NOISSUE continue debranding...
Diffstat (limited to 'cmake/UnitTest')
-rw-r--r--cmake/UnitTest/TestUtil.h4
-rw-r--r--cmake/UnitTest/test.manifest4
-rw-r--r--cmake/UnitTest/test.rc2
3 files changed, 5 insertions, 5 deletions
diff --git a/cmake/UnitTest/TestUtil.h b/cmake/UnitTest/TestUtil.h
index a478bdde..ebe3c662 100644
--- a/cmake/UnitTest/TestUtil.h
+++ b/cmake/UnitTest/TestUtil.h
@@ -23,6 +23,6 @@ public:
}
};
-#define MULTIMC_GET_TEST_FILE(file) TestsInternal::readFile(QFINDTESTDATA(file))
-#define MULTIMC_GET_TEST_FILE_UTF8(file) TestsInternal::readFileUtf8(QFINDTESTDATA(file))
+#define GET_TEST_FILE(file) TestsInternal::readFile(QFINDTESTDATA(file))
+#define GET_TEST_FILE_UTF8(file) TestsInternal::readFileUtf8(QFINDTESTDATA(file))
diff --git a/cmake/UnitTest/test.manifest b/cmake/UnitTest/test.manifest
index 8b4dbb98..dc5f9d8f 100644
--- a/cmake/UnitTest/test.manifest
+++ b/cmake/UnitTest/test.manifest
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
- <assemblyIdentity name="MultiMC.Test.0" type="win32" version="5.0.0.0" />
+ <assemblyIdentity name="Launcher.Test.0" type="win32" version="5.0.0.0" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
@@ -24,4 +24,4 @@
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
</application>
</compatibility>
-</assembly> \ No newline at end of file
+</assembly>
diff --git a/cmake/UnitTest/test.rc b/cmake/UnitTest/test.rc
index a288dba6..9fe4147e 100644
--- a/cmake/UnitTest/test.rc
+++ b/cmake/UnitTest/test.rc
@@ -17,7 +17,7 @@ BEGIN
VALUE "CompanyName", "MultiMC Contributors"
VALUE "FileDescription", "Testcase"
VALUE "FileVersion", "1.0.0.0"
- VALUE "ProductName", "MultiMC Testcase"
+ VALUE "ProductName", "Launcher Testcase"
VALUE "ProductVersion", "5"
END
END