Removed test data that was too large.
This commit is contained in:
parent
d724a8f178
commit
931ecb1437
1 changed files with 0 additions and 2 deletions
|
@ -102,7 +102,6 @@ namespace API.Tests.Services
|
||||||
[InlineData("file in folder.zip", 1)]
|
[InlineData("file in folder.zip", 1)]
|
||||||
[InlineData("file in folder_alt.zip", 1)]
|
[InlineData("file in folder_alt.zip", 1)]
|
||||||
[InlineData("not supported 1.zip", 1)]
|
[InlineData("not supported 1.zip", 1)]
|
||||||
[InlineData("not supported 2.cbz", 169)]
|
|
||||||
[InlineData("not supported 3.cbz", 1)]
|
[InlineData("not supported 3.cbz", 1)]
|
||||||
public void CanExtractArchive(string archivePath, int expectedFileCount)
|
public void CanExtractArchive(string archivePath, int expectedFileCount)
|
||||||
{
|
{
|
||||||
|
@ -137,7 +136,6 @@ namespace API.Tests.Services
|
||||||
}
|
}
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[InlineData("not supported 2.cbz")]
|
|
||||||
[InlineData("06_v01[DMM].zip")]
|
[InlineData("06_v01[DMM].zip")]
|
||||||
public void CanParseCoverImage(string inputFile)
|
public void CanParseCoverImage(string inputFile)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue