Fixing unit tests for Comments

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-11-09 11:21:09 -08:00
parent 4e5edf5438
commit 9943c889f4
@@ -64,6 +64,7 @@ namespace Orchard.Tests.Modules.Comments.Services {
protected override IEnumerable<Type> DatabaseTypes { protected override IEnumerable<Type> DatabaseTypes {
get { get {
return new[] { return new[] {
typeof(CommentsPartRecord),
typeof(CommentPartRecord), typeof(CommentPartRecord),
typeof(ContentItemRecord), typeof(ContentItemRecord),
typeof(ContentItemVersionRecord), typeof(ContentItemVersionRecord),