more file naming cleanup.

This commit is contained in:
kay.one
2013-03-06 14:20:34 -08:00
parent f21358fce5
commit 969dff5197
9 changed files with 161 additions and 231 deletions
@@ -111,7 +111,7 @@ namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
.Returns(newFilename);
Mocker.GetMock<IBuildFileNames>().Setup(s => s.BuildFilePath(It.IsAny<Series>(), It.IsAny<int>(), It.IsAny<string>(), It.IsAny<string>()))
.Returns(new FileInfo(newFilePath));
.Returns(newFilePath);
Mocker.GetMock<DiskProvider>()
.Setup(s => s.FileExists(filename))