mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
tests: remove testsdata symlinks
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
4ed77a940c
commit
8855e16230
21 changed files with 50 additions and 50 deletions
|
|
@ -30,7 +30,7 @@ class ResourcePackParseTest : public QObject {
|
|||
private slots:
|
||||
void test_parseZIP()
|
||||
{
|
||||
QString source = QFINDTESTDATA("testdata/ResourcePackParse");
|
||||
QString source = QFINDTESTDATA("testdata/Resources");
|
||||
|
||||
QString zip_rp = FS::PathCombine(source, "test_resource_pack_idk.zip");
|
||||
ResourcePack pack{ QFileInfo(zip_rp) };
|
||||
|
|
@ -46,7 +46,7 @@ class ResourcePackParseTest : public QObject {
|
|||
|
||||
void test_parseFolder()
|
||||
{
|
||||
QString source = QFINDTESTDATA("testdata/ResourcePackParse");
|
||||
QString source = QFINDTESTDATA("testdata/Resources");
|
||||
|
||||
QString folder_rp = FS::PathCombine(source, "test_folder");
|
||||
ResourcePack pack{ QFileInfo(folder_rp) };
|
||||
|
|
@ -60,7 +60,7 @@ class ResourcePackParseTest : public QObject {
|
|||
|
||||
void test_parseFolder2()
|
||||
{
|
||||
QString source = QFINDTESTDATA("testdata/ResourcePackParse");
|
||||
QString source = QFINDTESTDATA("testdata/Resources");
|
||||
|
||||
QString folder_rp = FS::PathCombine(source, "another_test_folder");
|
||||
ResourcePack pack{ QFileInfo(folder_rp) };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue