Fix Unit Tests

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-07-14 12:33:00 -07:00
parent 511327f68e
commit 1a58dee719

View File

@@ -14,6 +14,7 @@ using Orchard.ContentManagement;
using Orchard.ContentManagement.Handlers;
using Orchard.ContentManagement.Records;
using Orchard.Core.Common.Services;
using Orchard.Core.Scheduling.Models;
using Orchard.Core.Scheduling.Services;
using Orchard.Localization;
using Orchard.Security;
@@ -58,6 +59,7 @@ namespace Orchard.Core.Tests.Common.Providers {
typeof(ContentItemVersionRecord),
typeof(CommonRecord),
typeof(CommonVersionRecord),
typeof(ScheduledTaskRecord),
};
}
}