Adding unit tests for the Comments module.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-12-04 17:33:02 -08:00
parent f794b3f955
commit 63cbb03b93
3 changed files with 217 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
using JetBrains.Annotations;
using Orchard.Comments.Drivers;
using Orchard.Comments.Models;
using Orchard.ContentManagement.Handlers;
using Orchard.Core.Common.Models;
using Orchard.Data;
namespace Orchard.Comments.Handlers {