Cleanup (includes)

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-12-07 15:47:45 -08:00
parent 72ff07e3bd
commit c97a8d26cb
175 changed files with 67 additions and 404 deletions

View File

@@ -15,7 +15,6 @@ using Orchard.Environment.Extensions;
using Orchard.Environment.ShellBuilders;
using Orchard.Environment.ShellBuilders.Models;
using Orchard.FileSystems.AppData;
using Orchard.Localization;
using Orchard.Tests.Environment;
using Orchard.Tests.FileSystems.AppData;
using Orchard.Tests.Stubs;

View File

@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Orchard.Tests.Modules.Roles.Controllers {
namespace Orchard.Tests.Modules.Roles.Controllers {
class AdminControllerTests {
}
}

View File

@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
@@ -37,7 +36,6 @@ using Orchard.Users.Services;
using Orchard.Settings;
using Orchard.Core.Settings.Services;
using Orchard.Tests.Messaging;
using Orchard.Environment.Configuration;
using Orchard.Core.Settings.Models;
using Orchard.Core.Settings.Handlers;
using System.Collections.Specialized;

View File

@@ -36,7 +36,6 @@ using Orchard.Users.Services;
using Orchard.Users.ViewModels;
using Orchard.Settings;
using Orchard.Core.Settings.Services;
using Orchard.Environment.Configuration;
namespace Orchard.Tests.Modules.Users.Controllers {
[TestFixture]

View File

@@ -27,7 +27,6 @@ using Orchard.Users.Handlers;
using Orchard.Users.Models;
using Orchard.Users.Services;
using Orchard.Services;
using Orchard.Environment.Configuration;
using Orchard.Tests.Messaging;
namespace Orchard.Tests.Modules.Users.Services {

View File

@@ -1,5 +1,4 @@
using System;
using System.Security.Cryptography;
using System.Security.Cryptography;
using Orchard.Environment.Configuration;
using Orchard.Utility.Extensions;

View File

@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Web.Mvc;
namespace Orchard.Tests.Modules {

View File

@@ -1,5 +1,4 @@
using System;
using System.Web.Mvc;
using System.Web.Mvc;
using System.Xml.Linq;
using Autofac;
using NUnit.Framework;

View File

@@ -1,5 +1,4 @@
using System;
using System.Threading;
using System.Xml.Linq;
using NUnit.Framework;
using Orchard.Core.XmlRpc.Models;