Removed unused namespaces and some whitespace.

This commit is contained in:
Sipke Schoorstra
2015-08-03 17:19:08 +01:00
parent df25fbad8f
commit 09f3e2ad2f
4 changed files with 14 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.Specialized;
using System.Web; using System.Web;
using System.Web.Mvc; using System.Web.Mvc;
using System.Web.Routing; using System.Web.Routing;
@@ -7,25 +8,30 @@ using Autofac;
using Moq; using Moq;
using NUnit.Framework; using NUnit.Framework;
using Orchard.Caching; using Orchard.Caching;
using Orchard.ContentManagement;
using Orchard.ContentManagement.Handlers;
using Orchard.ContentManagement.MetaData; using Orchard.ContentManagement.MetaData;
using Orchard.ContentManagement.MetaData.Services; using Orchard.ContentManagement.MetaData.Services;
using Orchard.ContentManagement.Records;
using Orchard.Core.Settings.Handlers;
using Orchard.Core.Settings.Metadata; using Orchard.Core.Settings.Metadata;
using Orchard.Data; using Orchard.Core.Settings.Models;
using Orchard.Core.Settings.Services;
using Orchard.DisplayManagement; using Orchard.DisplayManagement;
using Orchard.DisplayManagement.Descriptors; using Orchard.DisplayManagement.Descriptors;
using Orchard.DisplayManagement.Implementation; using Orchard.DisplayManagement.Implementation;
using Orchard.Environment; using Orchard.Environment;
using Orchard.ContentManagement; using Orchard.Environment.Configuration;
using Orchard.ContentManagement.Handlers;
using Orchard.ContentManagement.Records;
using Orchard.Environment.Extensions; using Orchard.Environment.Extensions;
using Orchard.Localization; using Orchard.Localization;
using Orchard.Messaging.Events;
using Orchard.Messaging.Services; using Orchard.Messaging.Services;
using Orchard.Mvc;
using Orchard.Security; using Orchard.Security;
using Orchard.Security.Permissions; using Orchard.Security.Permissions;
using Orchard.Security.Providers; using Orchard.Security.Providers;
using Orchard.Tests.ContentManagement; using Orchard.Settings;
using Orchard.Tests.Messaging;
using Orchard.Tests.Modules.Stubs;
using Orchard.Tests.Stubs; using Orchard.Tests.Stubs;
using Orchard.UI.Notify; using Orchard.UI.Notify;
using Orchard.Users.Controllers; using Orchard.Users.Controllers;
@@ -33,15 +39,6 @@ using Orchard.Users.Events;
using Orchard.Users.Handlers; using Orchard.Users.Handlers;
using Orchard.Users.Models; using Orchard.Users.Models;
using Orchard.Users.Services; using Orchard.Users.Services;
using Orchard.Settings;
using Orchard.Core.Settings.Services;
using Orchard.Tests.Messaging;
using Orchard.Core.Settings.Models;
using Orchard.Core.Settings.Handlers;
using System.Collections.Specialized;
using Orchard.Mvc;
using Orchard.Tests.Modules.Stubs;
using Orchard.Environment.Configuration;
namespace Orchard.Tests.Modules.Users.Controllers { namespace Orchard.Tests.Modules.Users.Controllers {
[TestFixture] [TestFixture]

View File

@@ -610,6 +610,3 @@ namespace Orchard.Tests.ContentManagement {
} }
} }
} }

View File

@@ -248,7 +248,4 @@ namespace Orchard.Tests.ContentManagement {
} }
} }

View File

@@ -1038,7 +1038,4 @@ namespace Orchard.Tests.ContentManagement {
Assert.That(result.Count(), Is.EqualTo(1)); Assert.That(result.Count(), Is.EqualTo(1));
} }
} }
} }