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:
loudej
2009-11-12 19:19:45 +00:00
parent 51d756a573
commit df24fa629a
15 changed files with 19 additions and 20 deletions

View File

@@ -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" />

View File

@@ -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 {

View File

@@ -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() {