Fixing UT

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-11-19 17:21:53 -08:00
parent 0c51599e6a
commit 1838c131c3
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ using System.IO;
using Autofac;
using ClaySharp;
using NUnit.Framework;
using Orchard.Scripting;
using Orchard.Scripting.Services;
namespace Orchard.Tests.Scripting {
[TestFixture]

View File

@@ -1,7 +1,7 @@
using System;
using Autofac;
using NUnit.Framework;
using Orchard.Scripting;
using Orchard.Scripting.Services;
using Orchard.UI.Widgets;
using Orchard.Widgets.RuleEngine;