added caching breaker to media cover images.

This commit is contained in:
Keivan Beigi 2013-06-12 18:37:05 -07:00
commit 38589742e3
10 changed files with 115 additions and 54 deletions

View file

@ -1,21 +1,11 @@
using System;
using FizzWare.NBuilder;
using FluentAssertions;
using Moq;
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Core.Model;
using NzbDrone.Core.Notifications.Prowl;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common;
using NzbDrone.Test.Common.AutoMoq;
using Prowlin;
namespace NzbDrone.Core.Test.ProviderTests
namespace NzbDrone.Core.Test.NotificationTests
{
[Explicit]
[TestFixture]