should be able to queue report using api.

This commit is contained in:
kay.one
2013-06-09 13:50:57 -07:00
parent 487ad01a0e
commit ac3582d5c4
22 changed files with 91 additions and 270 deletions

View File

@@ -1,18 +1,12 @@
using System;
using System.IO;
using System.Linq;
using System.Net;
using FizzWare.NBuilder;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Common;
using NzbDrone.Core.Model.Notification;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common.AutoMoq;
using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.ProviderTests.XemCommunicationProviderTests
{