mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-31 14:33:50 -04:00
Removed test data that was too large.
This commit is contained in:
parent
d724a8f178
commit
931ecb1437
@ -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…
x
Reference in New Issue
Block a user