Sonarr/NzbDrone.Core.Test
kay.one 39c8462769 Pushing broken test to test teamcity 2011-10-19 22:05:04 -07:00
..
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). 2011-09-30 20:12:18 -07:00
Files Size is now parsed for each item in the feed. 2011-09-13 19:25:33 -07:00
Framework Testing ExceptionVerification Inconclusive logic 2011-10-16 20:32:57 -07:00
Properties
App.config
BacklogSearchJobTest.cs Pushing broken test to test teamcity 2011-10-19 22:05:04 -07:00
BannerDownloadJobTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
CentralDispatchTest.cs Added compile date to footer 2011-10-11 19:39:46 -07:00
ConfigFileProviderTest.cs Fixed a couple tests, so they shouldn't fail due to other tests impacting them. 2011-10-17 13:20:09 -07:00
ConfigProviderTest.cs
DiskScanJobTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
DiskScanProviderTest.cs
DiskScanProviderTest_ImportFile.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
DownloadProviderTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
EpisodeProviderTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
EpisodeProviderTest_DeleteInvalidEpisodes.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
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. 2011-10-15 11:51:11 -07:00
EpisodeStatusTest.cs Added two new Episode Statuses - Unpacking and Failed. 2011-10-11 20:44:19 -07:00
EventClientProviderTest.cs XbmcProvider updated to include new Json API methods. 2011-07-09 11:19:33 -07:00
FluentTest.cs Better test for Fluent.FreeDiskSpace() 2011-10-15 16:00:59 -07:00
HistoryProviderTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
ImportNewSeriesJobTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
IndexerProviderTest.cs Full Season searching added (Single NZB). SearchProvider added to perform both Season and Episode searching, triggered via jobs. 2011-08-27 22:45:36 -07:00
IndexerTests.cs WebException now marks indexer tests as Inconclusive. 2011-10-16 20:51:15 -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 Updated JobProvider to allow jobs with two targets. 2011-08-21 17:48:37 -07:00
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
MediaFileProviderTests.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
MediaFileProvider_GetNewFilenameTest.cs some cleanup 2011-07-07 20:57:44 -07:00
MisnamedProviderTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
NzbDrone.Core.Test.csproj Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
ParserTest.cs Treat SUBPACK's as extra releases, so they will not be downloaded. 2011-09-25 18:00:21 -07:00
PostDownloadProviderTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -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 Updated fluent assertion, unignored qulity equality tests. 2011-07-05 23:16:37 -07:00
QualityTypeProviderTest.cs Size is now parsed for each item in the feed. 2011-09-13 19:25:33 -07:00
RootDirProviderTest.cs Fixed some petapoco issue with insert. 2011-07-02 16:45:29 -07:00
SabProviderTest.cs GetSabName will return cleaner Season naming when it is a FullSeason release. 2011-08-28 15:22:19 -07:00
SceneMappingTest.cs Fixed SceneMappingProvider to resolve an issue with series with multiple clean names failing to return a Scene Name when being looked up via SeriesId. 2011-08-22 23:07:04 -07:00
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 Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
SearchProviderTest_PartialSeason.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
SearchProviderTest_Season.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
SeasonSearchJobTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
SeriesProviderTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
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
SortHelperTest.cs SortHelper.SkipArticles will no longer bomb when a null is passed. 2011-10-06 09:37:34 -07:00
TvDbProviderTest.cs fixed broken tests 2011-07-03 22:34:20 -07:00
UpcomingEpisodesProviderTest.cs Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00
XbmcProviderTest.cs Replace '&' with its XML encoded equivalent, before parsing XML. 2011-09-28 21:39:05 -07:00
dbBenchmark.cs Migration is no longer executed per test, its ran once and the db is cloned after that, (faster tests, cleaner logs ;) 2011-10-16 19:03:54 -07:00
log.config
packages.config Upgraded to NBuilder 3. 2011-10-18 14:46:06 -07:00