Starting an implementation of a composite model management system

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038935
This commit is contained in:
loudej
2009-11-08 05:27:47 +00:00
parent 8eec669684
commit 72851737cc
24 changed files with 327 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ using NHibernate;
using NHibernate.Criterion;
using NHibernate.Tool.hbm2ddl;
using NUnit.Framework;
using Orchard.Tests.Models;
using Orchard.Tests.Records;
namespace Orchard.Tests {
[TestFixture]