Revert Subfolder Optimization (#3646)
This commit is contained in:
parent
e93cab240e
commit
fb8bbcfa13
2 changed files with 29 additions and 11 deletions
|
@ -358,7 +358,8 @@ public class ParseScannedFilesTests : AbstractDbTest
|
|||
|
||||
#endregion
|
||||
|
||||
[Fact]
|
||||
// TODO: Add back in (removed for Hotfix v0.8.5.x)
|
||||
//[Fact]
|
||||
public async Task HasSeriesFolderNotChangedSinceLastScan_AllSeriesFoldersHaveChanges()
|
||||
{
|
||||
const string testcase = "Subfolders always scanning all series changes - Manga.json";
|
||||
|
@ -452,7 +453,8 @@ public class ParseScannedFilesTests : AbstractDbTest
|
|||
Assert.Equal(1, changes);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
// TODO: Add back in (removed for Hotfix v0.8.5.x)
|
||||
//[Fact]
|
||||
public async Task SubFoldersNoSubFolders_SkipAll()
|
||||
{
|
||||
const string testcase = "Subfolders and files at root - Manga.json";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue