mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix tests
This commit is contained in:
parent
ef1d39c60b
commit
2ee3939afb
@ -487,9 +487,9 @@ namespace Wabbajack.Test
|
||||
var testMW = await utils.AddModFile(mod, @"Data\MW\Bm.esm");
|
||||
await mwFile.CopyToAsync(testMW);
|
||||
|
||||
// Skyrim file with same name
|
||||
var skyrimFile = Game.Skyrim.MetaData().GameLocation().Combine("Data", "Update.esm");
|
||||
var testSky = await utils.AddModFile(mod, @"Data\Skyrim\Update.esm");
|
||||
// SkyrimSE file with same name
|
||||
var skyrimFile = Game.SkyrimSpecialEdition.MetaData().GameLocation().Combine("Data", "Update.esm");
|
||||
var testSky = await utils.AddModFile(mod, @"Data\SkyrimSE\Update.esm.old");
|
||||
await skyrimFile.CopyToAsync(testSky);
|
||||
|
||||
// Same game, but patched ata
|
||||
@ -504,7 +504,7 @@ namespace Wabbajack.Test
|
||||
await CompileAndInstall(profile, useGameFiles: true);
|
||||
|
||||
await utils.VerifyInstalledFile(mod, @"Data\MW\Bm.esm");
|
||||
await utils.VerifyInstalledFile(mod, @"Data\Skyrim\Update.esm");
|
||||
await utils.VerifyInstalledFile(mod, @"Data\SkyrimSE\Update.esm.old");
|
||||
await utils.VerifyInstalledFile(mod, @"Data\SkyrimSE\Update.esm");
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user