Update of /cvsroot/springnet/Spring.Net/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10853/test/Spring/Spring.TxQuickStart.Tests
Modified Files:
Spring.TxQuickStart.Tests.2003.csproj
Spring.TxQuickStart.Tests.2005.csproj
Log Message:
updated txquickstart for .net 1.1
Index: Spring.TxQuickStart.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/Spring.TxQuickStart.Tests.2003.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Spring.TxQuickStart.Tests.2003.csproj 9 Aug 2007 04:16:44 -0000 1.5
--- Spring.TxQuickStart.Tests.2003.csproj 7 Dec 2007 07:31:43 -0000 1.6
***************
*** 86,92 ****
/>
<Reference
! Name = "Spring.Core"
! AssemblyName = "Spring.Core"
! HintPath = "..\..\..\..\..\..\bin\net\1.1\debug\Spring.Core.dll"
/>
<Reference
--- 86,102 ----
/>
<Reference
! Name = "nunit.framework"
! AssemblyName = "nunit.framework"
! HintPath = "..\..\..\..\..\..\lib\Net\1.1\nunit.framework.dll"
! />
! <Reference
! Name = "Common.Logging.Log4Net"
! AssemblyName = "Common.Logging.Log4Net"
! HintPath = "..\..\..\..\..\..\lib\Net\1.1\Common.Logging.Log4Net.dll"
! />
! <Reference
! Name = "Common.Logging"
! AssemblyName = "Common.Logging"
! HintPath = "..\..\..\..\..\..\lib\Net\1.1\Common.Logging.dll"
/>
<Reference
***************
*** 96,108 ****
/>
<Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "..\..\..\..\..\..\lib\Net\1.1\nunit.framework.dll"
- />
- <Reference
Name = "Spring.Aop"
AssemblyName = "Spring.Aop"
HintPath = "..\..\..\..\..\..\bin\net\1.1\debug\Spring.Aop.dll"
/>
</References>
</Build>
--- 106,118 ----
/>
<Reference
Name = "Spring.Aop"
AssemblyName = "Spring.Aop"
HintPath = "..\..\..\..\..\..\bin\net\1.1\debug\Spring.Aop.dll"
/>
+ <Reference
+ Name = "Spring.Core"
+ AssemblyName = "Spring.Core"
+ HintPath = "..\..\..\..\..\..\bin\net\1.1\debug\Spring.Core.dll"
+ />
</References>
</Build>
***************
*** 124,134 ****
/>
<File
! RelPath = "TxQuickStart\DTC1.1AppContext.xml"
BuildAction = "EmbeddedResource"
/>
<File
! RelPath = "TxQuickStart\DTCAppContext.xml"
BuildAction = "EmbeddedResource"
/>
</Include>
</Files>
--- 134,163 ----
/>
<File
! RelPath = "TxQuickStart\aspects-config.xml"
BuildAction = "EmbeddedResource"
/>
<File
! RelPath = "TxQuickStart\system-test-dtc-es-config.xml"
! BuildAction = "EmbeddedResource"
! />
! <File
! RelPath = "TxQuickStart\system-test-local-config.xml"
BuildAction = "EmbeddedResource"
/>
+ <File
+ RelPath = "TxQuickStart\Services\AccountManagerUnitTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "TxQuickStart\Services\StubAccountCreditDao.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "TxQuickStart\Services\StubAccountDebitDao.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
</Include>
</Files>
Index: Spring.TxQuickStart.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/Spring.TxQuickStart.Tests.2005.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Spring.TxQuickStart.Tests.2005.csproj 7 Dec 2007 02:36:20 -0000 1.4
--- Spring.TxQuickStart.Tests.2005.csproj 7 Dec 2007 07:31:43 -0000 1.5
***************
*** 85,88 ****
--- 85,91 ----
<EmbeddedResource Include="TxQuickStart\system-test-dtc-config.xml" />
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="TxQuickStart\system-test-dtc-es-config.xml" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|