Removing some magic numbers

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-11-19 00:50:34 -08:00
parent 685e2d76f6
commit e37954f22e
9 changed files with 70 additions and 50 deletions

View File

@@ -7,6 +7,7 @@ using System.Text;
using System.Web;
using System.Web.Hosting;
using HtmlAgilityPack;
using Orchard.Commands;
using Orchard.Specs.Util;
namespace Orchard.Specs.Hosting {