Radarr/NzbDrone.Core.Test/ProviderTests
Mark McDowall a96ff2519a New: Blackhole implemented, allowing clients other than SABnzbd to be used. 2012-02-01 16:02:16 -08:00
..
AnalyticsProviderTests Started to add support for deskmetrics 2012-01-25 17:32:36 -08:00
DiskProviderTests System/Backup will backup Config.xml and NzbDrone.sdf to a zip file for the client to download. 2012-01-25 23:56:05 -08:00
InventoryProviderTests Added another test for IsUpgrade. 2012-01-23 10:57:27 -08:00
JobProviderTests Jobs now use Timespan rather than integer to represent minutes. 2012-01-14 18:47:23 -08:00
LogProviderTests Enabled rolling file logging. 2012-01-22 18:41:44 -08:00
MediaFileProviderTests
NotificationProviderTests Tweaked Progress notification. 2012-01-22 23:43:54 -08:00
PostDownloadProviderTests Updated diskprovider to use GetFiles instead of EnumerateFiles to prevent a screwed up issue. 2012-01-22 22:43:11 -08:00
SabProviderTests Fixed: Issue where daily episodes/full season releases would break sab queue check. 2012-01-31 11:35:03 -08:00
SearchProviderTests
UpdateProviderTests Updated diskprovider to use GetFiles instead of EnumerateFiles to prevent a screwed up issue. 2012-01-22 22:43:11 -08:00
ConfigProviderTest.cs Fixed broken tests, DeskMetrics now has a different id during dev and production. 2012-01-25 17:52:47 -08:00
DiskScanProviderTest.cs
DiskScanProviderTest_ImportFile.cs
DownloadProviderTest.cs New: Blackhole implemented, allowing clients other than SABnzbd to be used. 2012-02-01 16:02:16 -08:00
EpisodeProviderTest.cs
EpisodeProviderTest_DeleteInvalidEpisodes.cs
EpisodeProviderTest_GetEpisodesByParseResult.cs
EventClientProviderTest.cs XbmcProvider will use the HTTP API when updating the library for Eden clients (EventServer was failing). 2012-01-09 23:10:53 -08:00
GrowlProviderTest.cs
HistoryProviderTest.cs
IndexerProviderTest.cs Fix: Indexers that are enabled but aren't configured correctly will be skipped during rss/search 2012-01-31 17:38:05 -08:00
MediaFileProviderTest.cs Started to add support for deskmetrics 2012-01-25 17:32:36 -08:00
MisnamedProviderTest.cs
NewznabProviderTest.cs
ProwlProviderTest.cs
QualityTypeProviderTest.cs
ReferenceDataProviderTest.cs DailySeries now use the JSON API instead of the CSV file. 2012-01-12 20:08:58 -08:00
RootDirProviderTest.cs Duplicated root folders are now blocked. 2012-01-18 21:06:48 -08:00
SceneMappingProviderTest.cs
SeriesProviderTest.cs Series Grid won't show series that haven't been completely added (LastInfoSync is null). 2012-01-22 20:14:01 -08:00
TvDbProviderTest.cs TVDb exceptions are now ignored. 2011-11-26 19:53:13 -08:00
UpcomingEpisodesProviderTest.cs All tests now use base class Mocker 2011-12-14 20:15:53 -08:00
XbmcProviderTest.cs