You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/NzbDrone.Core.Test
Keivan Beigi 6af98f9e96
more better exception handling.
13 years ago
..
App_Data ConfigFile for NzbDrone.exe is now stored under App_Data for NzbDrone.Web. - This will be to provide the users a way to edit Port and set whether they want their default browser to open on startup, all form the WebUI (and not be overwritten on upgrades). 13 years ago
Files Size is now parsed for each item in the feed. 13 years ago
Framework Testing ExceptionVerification Inconclusive logic 13 years ago
Properties
App.config
BacklogSearchJobTest.cs More code to support service, isn't working yet. (Console still works fine) 13 years ago
BannerDownloadJobTest.cs Fixed broken test that was using app relative path. 13 years ago
CentralDispatchTest.cs Added compile date to footer 13 years ago
ConfigFileProviderTest.cs ConfigFileProvider will now add missing config values automatically, with a default value. 13 years ago
ConfigProviderTest.cs
DiskScanJobTest.cs
DiskScanProviderTest.cs
DiskScanProviderTest_ImportFile.cs
DownloadProviderTest.cs
EpisodeProviderTest.cs more better exception handling. 13 years ago
EpisodeProviderTest_DeleteInvalidEpisodes.cs DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null) 13 years ago
EpisodeProviderTest_GetEpisodesByParseResult.cs Found and fixed a bug in EpisodeProvider.GetEpisodesByParseResults, where it would incorrectly return all episodes for a season when a file was detected as a Full Season release. 13 years ago
EpisodeStatusTest.cs Added two new Episode Statuses - Unpacking and Failed. 13 years ago
EventClientProviderTest.cs
FluentTest.cs Better test for Fluent.FreeDiskSpace() 13 years ago
HistoryProviderTest.cs
ImportNewSeriesJobTest.cs Added BannerDownloadJob, it will run every 30 days. 13 years ago
IndexerProviderTest.cs
IndexerTests.cs WebException now marks indexer tests as Inconclusive. 13 years ago
InventoryProvider_IsAcceptableSizeTest.cs Quality size sliders are implemented. Limits are calculated based on MB/Minute. 13 years ago
InventoryProvider_IsMonitoredTest.cs
InventoryProvider_QualityNeededTest.cs Quality size sliders are implemented. Limits are calculated based on MB/Minute. 13 years ago
JobProviderTest.cs
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. 13 years ago
MediaFileProviderTests.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
MediaFileProvider_GetNewFilenameTest.cs
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) 13 years ago
NzbDrone.Core.Test.csproj Added ignore exception type to ExceptionVerfication 13 years ago
ParserTest.cs Treat SUBPACK's as extra releases, so they will not be downloaded. 13 years ago
PostDownloadProviderTest.cs PostDownloadProvider broken down further. 13 years ago
QualityProfileTest.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
QualityTest.cs
QualityTypeProviderTest.cs Size is now parsed for each item in the feed. 13 years ago
RootDirProviderTest.cs
SabProviderTest.cs
SceneMappingTest.cs
SearchJobTest.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
SearchProviderTest_Episode.cs EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated. 13 years ago
SearchProviderTest_PartialSeason.cs
SearchProviderTest_Season.cs
SeasonSearchJobTest.cs
SeriesProviderTest.cs Next airing will not show ignored episodes. 13 years ago
SeriesSearchJobTest.cs Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. 13 years ago
SortHelperTest.cs SortHelper.SkipArticles will no longer bomb when a null is passed. 13 years ago
TvDbProviderTest.cs
UpcomingEpisodesProviderTest.cs UpcomingEpisodes will not show ignored episodes. 13 years ago
XbmcProviderTest.cs Replace '&' with its XML encoded equivalent, before parsing XML. 13 years ago
dbBenchmark.cs Migration is no longer executed per test, its ran once and the db is cloned after that, (faster tests, cleaner logs ;) 13 years ago
log.config
packages.config