1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-03 10:06:06 +00:00
Lidarr/NzbDrone.Core.Test
2011-09-19 21:29:04 -07:00
..
Files Size is now parsed for each item in the feed. 2011-09-13 19:25:33 -07:00
Framework Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
Properties
App.config
BacklogSearchJobTest.cs
BannerDownloadJobTest.cs Fixed broken test that was using app relative path. 2011-09-15 23:01:31 -07:00
CentralDispatchTest.cs
ConfigProviderTest.cs
dbBenchmark.cs
DiskScanJobTest.cs
DiskScanProviderTest.cs
DiskScanProviderTest_ImportFile.cs
DownloadProviderTest.cs
EpisodeProviderTest.cs Report size is now verified to ensure it is under the MaxSize for that quality type, with tests. 2011-09-13 21:37:22 -07:00
EpisodeProviderTest_GetEpisodesByParseResult.cs
EpisodeStatusTest.cs
EventClientProviderTest.cs
FluentTest.cs
HistoryProviderTest.cs
ImportNewSeriesJobTest.cs Added BannerDownloadJob, it will run every 30 days. 2011-09-10 01:42:05 -07:00
IndexerProviderTest.cs
IndexerTests.cs Mark invalid series downloads with NzbDrone prefix. 2011-09-18 13:53:05 -07:00
InventoryProvider_IsAcceptableSizeTest.cs Quality size sliders are implemented. Limits are calculated based on MB/Minute. 2011-09-15 21:42:30 -07:00
InventoryProvider_IsMonitoredTest.cs
InventoryProvider_QualityNeededTest.cs Quality size sliders are implemented. Limits are calculated based on MB/Minute. 2011-09-15 21:42:30 -07:00
JobProviderTest.cs
log.config
LogProviderTest.cs TopLogs will now return the count pass in, reduced to 5000 from 7500 to prevent JsonSerialization issues when being sent to the grid. 2011-09-07 17:01:51 -07:00
MediaFileProvider_GetNewFilenameTest.cs
MediaFileProviderTests.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
MisnamedProviderTest.cs EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class) 2011-09-04 00:45:58 -07:00
NzbDrone.Core.Test.csproj Report size is now verified to ensure it is under the MaxSize for that quality type, with tests. 2011-09-13 21:37:22 -07:00
packages.config
ParserTest.cs Fixed broken Season parsing REGEX, added test to verify issue without parsing XML. 2011-09-19 21:29:04 -07:00
QualityProfileTest.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
QualityTest.cs
QualityTypeProviderTest.cs Size is now parsed for each item in the feed. 2011-09-13 19:25:33 -07:00
RootDirProviderTest.cs
SabProviderTest.cs GetSabName will return cleaner Season naming when it is a FullSeason release. 2011-08-28 15:22:19 -07:00
SceneMappingTest.cs
SearchJobTest.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
SearchProviderTest_Episode.cs EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated. 2011-09-05 17:44:03 -07:00
SearchProviderTest_PartialSeason.cs Added partial season searching when a full season NZB is not available. 2011-08-31 23:58:54 -07:00
SearchProviderTest_Season.cs Added partial season searching when a full season NZB is not available. 2011-08-31 23:58:54 -07:00
SeasonSearchJobTest.cs Added partial season searching when a full season NZB is not available. 2011-08-31 23:58:54 -07:00
SeriesProviderTest.cs
SeriesSearchJobTest.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 2011-09-03 20:05:44 -07:00
TvDbProviderTest.cs
UpcomingEpisodesProviderTest.cs
XbmcProviderTest.cs