mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing namespace in Notify components. Adding nunit project to list.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039949
This commit is contained in:
@@ -119,8 +119,8 @@
|
||||
<Compile Include="Mvc\OrchardControllerIdentificationStrategyTests.cs" />
|
||||
<Compile Include="Mvc\RouteCollectionPublisherTests.cs" />
|
||||
<Compile Include="Mvc\Routes\StandardPackageRouteProviderTests.cs" />
|
||||
<Compile Include="Notify\NotifierTests.cs" />
|
||||
<Compile Include="Notify\NotifyFilterTests.cs" />
|
||||
<Compile Include="UI\Notify\NotifierTests.cs" />
|
||||
<Compile Include="UI\Notify\NotifyFilterTests.cs" />
|
||||
<Compile Include="Packages\PackageFoldersTests.cs" />
|
||||
<Compile Include="Packages\PackageManagerTests.cs" />
|
||||
<Compile Include="Services\ClockTests.cs" />
|
||||
|
@@ -1,7 +1,7 @@
|
||||
using NUnit.Framework;
|
||||
using Orchard.Notify;
|
||||
using Orchard.UI.Notify;
|
||||
|
||||
namespace Orchard.Tests.Notify {
|
||||
namespace Orchard.Tests.UI.Notify {
|
||||
[TestFixture]
|
||||
public class NotifierTests {
|
||||
|
@@ -3,10 +3,10 @@ using System.Web.Routing;
|
||||
using Moq;
|
||||
using NUnit.Framework;
|
||||
using Orchard.Mvc.ViewModels;
|
||||
using Orchard.Notify;
|
||||
using Orchard.Tests.Stubs;
|
||||
using Orchard.UI.Notify;
|
||||
|
||||
namespace Orchard.Tests.Notify {
|
||||
namespace Orchard.Tests.UI.Notify {
|
||||
[TestFixture]
|
||||
public class NotifyFilterTests {
|
||||
private static ActionExecutedContext BuildContext() {
|
Reference in New Issue
Block a user