Rename namespaces to match file locations

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-11-28 11:01:34 -08:00
parent 517725b5ce
commit 14dd1c754f
21 changed files with 35 additions and 41 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using NUnit.Framework;
using Orchard.Widgets.SimpleScripting.Compiler;
using Orchard.Scripting.Compiler;
namespace Orchard.Tests.Modules.Scripting {
[TestFixture]

View File

@@ -1,9 +1,8 @@
using System;
using System.Diagnostics;
using NUnit.Framework;
using Orchard.Scripting.SimpleScripting.Ast;
using Orchard.Widgets.SimpleScripting.Ast;
using Orchard.Widgets.SimpleScripting.Compiler;
using Orchard.Scripting.Ast;
using Orchard.Scripting.Compiler;
namespace Orchard.Tests.Modules.Scripting {
[TestFixture]

View File

@@ -1,8 +1,8 @@
using System.Linq;
using NUnit.Framework;
using Orchard.Scripting;
using Orchard.Tests.Stubs;
using Orchard.Widgets.Services;
using Orchard.Widgets.SimpleScripting;
namespace Orchard.Tests.Modules.Scripting {
[TestFixture]

View File

@@ -1,5 +1,5 @@
using NUnit.Framework;
using Orchard.Widgets.SimpleScripting.Compiler;
using Orchard.Scripting.Compiler;
namespace Orchard.Tests.Modules.Scripting {
[TestFixture]