Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-09-29 10:42:06 +02:00
parent 8dc1c9768c
commit 81e2ebda96
20 changed files with 72 additions and 67 deletions

View File

@@ -90,8 +90,8 @@ namespace Umbraco.Tests.Integration.Testing
// replace the default so there is no background index rebuilder
private class TestBackgroundIndexRebuilder : BackgroundIndexRebuilder
{
public TestBackgroundIndexRebuilder(IMainDom mainDom, IProfilingLogger pLogger, ILoggerFactory loggerFactory, IApplicationShutdownRegistry hostingEnvironment, IndexRebuilder indexRebuilder)
: base(mainDom, pLogger, loggerFactory, hostingEnvironment, indexRebuilder)
public TestBackgroundIndexRebuilder(IMainDom mainDom, IProfilingLogger profilingLogger , ILoggerFactory loggerFactory, IApplicationShutdownRegistry hostingEnvironment, IndexRebuilder indexRebuilder)
: base(mainDom, profilingLogger , loggerFactory, hostingEnvironment, indexRebuilder)
{
}