Added broken tests

This commit is contained in:
Keivan 2010-09-29 10:19:18 -07:00
commit 26c03d7162
8 changed files with 89 additions and 67 deletions

View file

@ -7,9 +7,6 @@ using NzbDrone.Core;
namespace NzbDrone.Web
{
// Note: For instructions on enabling IIS6 or IIS7 classic mode,
// visit http://go.microsoft.com/?LinkId=9394801
public class MvcApplication : NinjectHttpApplication
{
private StandardKernel _kernel;
@ -33,7 +30,7 @@ namespace NzbDrone.Web
AreaRegistration.RegisterAllAreas();
RegisterRoutes(RouteTable.Routes);
base.OnApplicationStarted();
}
}
protected override IKernel CreateKernel()
{