Starting path clean up. (All paths should go through EnvironmentProvider)

This commit is contained in:
kay.one
2011-10-28 21:54:33 -07:00
parent 5b3f0bdffe
commit cd32a70179
14 changed files with 72 additions and 82 deletions
@@ -4,10 +4,12 @@ using AutoMoq;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Core.Model;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Providers.Core;
using NzbDrone.Core.Test.Framework;
using DiskProvider = NzbDrone.Core.Providers.Core.DiskProvider;
namespace NzbDrone.Core.Test.ProviderTests.UpdateProviderTests
{