Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv29810
Modified Files:
Spring.Data.Tests.2005.csproj
Log Message:
SPRNET-761 - Add unit tests for TxScopePlatformTransactionManager
Introduce ITransactionScopeAdapter to make it testable with Mocks
added TypeMock based unit test that is not used but nice to have for future reference
Index: Spring.Data.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests/Spring.Data.Tests.2005.csproj,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Spring.Data.Tests.2005.csproj 8 Oct 2007 22:05:34 -0000 1.29
--- Spring.Data.Tests.2005.csproj 30 Nov 2007 18:38:59 -0000 1.30
***************
*** 138,142 ****
<Compile Include="Data\TestCoord.cs" />
<Compile Include="Data\TestObjectMgr.cs" />
- <Compile Include="Data\TxScopeTransactionManagerTests.cs" />
<Compile Include="Support\ErrorCodeExceptionTranslatorTests.cs" />
<Compile Include="Support\TestDbProvider.cs" />
--- 138,141 ----
***************
*** 170,179 ****
</ItemGroup>
<ItemGroup>
<Compile Include="Transaction\Interceptor\AbstractTransactionAspectTests.cs" />
<Compile Include="Transaction\Interceptor\TransactionInterceptorTests.cs" />
</ItemGroup>
- <ItemGroup>
- <Folder Include="Data\Core\" />
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
--- 169,177 ----
</ItemGroup>
<ItemGroup>
+ <Compile Include="Data\Core\TxScopeTransactionManagerIntegrationTests.cs" />
+ <Compile Include="Data\Core\TxScopeTransactionManagerTests.cs" />
<Compile Include="Transaction\Interceptor\AbstractTransactionAspectTests.cs" />
<Compile Include="Transaction\Interceptor\TransactionInterceptorTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
|