1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Added tests for RootFolderCheck

Fixed: Progress bar colour when series is continuing
Fixed: Episode Title in tables will show proper cursor and underline
This commit is contained in:
Mark McDowall
2014-05-28 07:15:19 -07:00
parent e5ea50e1dc
commit 30c82f2613
5 changed files with 60 additions and 7 deletions
@@ -1,8 +1,10 @@
using System;
using FluentAssertions;
using Moq;
using NUnit.Framework;
using NzbDrone.Common.Disk;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Core.HealthCheck;
using NzbDrone.Core.HealthCheck.Checks;
using NzbDrone.Core.Test.Framework;