Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9745
Modified Files:
Spring.Data.NHibernate.Tests.2005.csproj
Log Message:
NHibernate unit tests
SPRNET-714 - SessionFactory not bound to thread local storage if DbProvider for HibernateTransactionManager is null
SPRNET-715 - SpringSessionSynchronization did not close hibernate session with a nested transaction with TransactionPropagation.NotSupported
Index: Spring.Data.NHibernate.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests/Spring.Data.NHibernate.Tests.2005.csproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Spring.Data.NHibernate.Tests.2005.csproj 22 Aug 2007 20:17:04 -0000 1.3
--- Spring.Data.NHibernate.Tests.2005.csproj 29 Aug 2007 03:42:26 -0000 1.4
***************
*** 85,88 ****
--- 85,89 ----
<ItemGroup>
<Compile Include="Data\NHibernate\Config\AopConfiguration.cs" />
+ <Compile Include="Data\NHibernate\HibernateTransactionManagerTests.cs" />
<Compile Include="Data\NHibernate\ISimpleService.cs" />
<Compile Include="Data\NHibernate\ITestObjectDao.cs" />
|