mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE Fix outdated test
This commit is contained in:
@@ -33,7 +33,7 @@ slots:
|
|||||||
QString folder = source;
|
QString folder = source;
|
||||||
QTemporaryDir tempDir;
|
QTemporaryDir tempDir;
|
||||||
SimpleModList m(tempDir.path());
|
SimpleModList m(tempDir.path());
|
||||||
m.installMod(folder);
|
m.installMod(folder, false);
|
||||||
verify(tempDir.path());
|
verify(tempDir.path());
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@ slots:
|
|||||||
QString folder = source + '/';
|
QString folder = source + '/';
|
||||||
QTemporaryDir tempDir;
|
QTemporaryDir tempDir;
|
||||||
SimpleModList m(tempDir.path());
|
SimpleModList m(tempDir.path());
|
||||||
m.installMod(folder);
|
m.installMod(folder, false);
|
||||||
verify(tempDir.path());
|
verify(tempDir.path());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user