Fixup more tests

This commit is contained in:
Halgari 2022-10-06 17:38:28 -06:00
parent 18893525af
commit 6ce5e2985c
2 changed files with 4 additions and 2 deletions

View File

@ -51,8 +51,6 @@ public class ModListTests
[Theory]
[InlineData("https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/modlists.json")]
[InlineData("https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/utility_modlists.json")]
[InlineData("https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/unlisted_modlists.json")]
public async Task CanLoadModListMetadata(string uri)
{
var str = await _client.GetStringAsync(uri);

View File

@ -68,6 +68,7 @@ public class DownloaderTests
State = new DTOs.DownloadStates.GoogleDrive {Id = "2grLRTrpHxlg7VPxATTFNfq2OkU_Plvh_"}
}
},
/*
// LoversLab Data
new object[]
{
@ -94,6 +95,7 @@ public class DownloaderTests
State = new LoversLab {IsAttachment = true, IPS4Mod = 85329599}
}
},
*/
// MediaFire Data
new object[]
{
@ -147,6 +149,7 @@ public class DownloaderTests
{Url = new Uri("https://www.moddb.com/downloads/start/199178000000")}
}
},
/*
// VectorPlexus Data
new object[]
{
@ -160,6 +163,7 @@ public class DownloaderTests
State = new VectorPlexus {IPS4Mod = 290, IPS4File = "WABBAJACK_TEST_FILE_bad.zip"}
}
},
*/
// Wabbajack CDN Data
new object[]
{