mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing unit tests for Comments
--HG-- branch : 1.x
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user