Scanner Service is working perfectly and optimized to the baseline. Next step is to multithread the series generation.
This commit is contained in:
parent
40154c8d63
commit
aaedb11836
3 changed files with 98 additions and 284 deletions
|
@ -49,6 +49,7 @@ namespace API.Tests
|
|||
[InlineData("Itoshi no Karin - c001-006x1 (v01) [Renzokusei Scans]", "1")]
|
||||
[InlineData("Kedouin Makoto - Corpse Party Musume, Chapter 12", "0")]
|
||||
[InlineData("VanDread-v01-c001[MD].zip", "1")]
|
||||
[InlineData("Ichiban_Ushiro_no_Daimaou_v04_ch27_[VISCANS].zip", "4")]
|
||||
public void ParseVolumeTest(string filename, string expected)
|
||||
{
|
||||
Assert.Equal(expected, ParseVolume(filename));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue