Update of /cvsroot/springnet/Spring.Net/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13831
Modified Files:
Spring.Northwind.IntegrationTests.csproj
Added Files:
App.config Aspects.xml Dao.xml
DeclarativeServicesAttributeDriven.xml
DeclarativeServicesObjectNameDriven.xml
DeclarativeServicesTxProxyFactoryDriven.xml Services.xml
Removed Files:
Spring.Northwind.IntegrationTests.dll.config
Log Message:
fixed wrong Common.Logging.Log4Net129 assembly
updated Northwind integration test project
--- NEW FILE: Services.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: Dao.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: DeclarativeServicesObjectNameDriven.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: App.config ---
(This appears to be a binary file; contents omitted.)
--- Spring.Northwind.IntegrationTests.dll.config DELETED ---
Index: Spring.Northwind.IntegrationTests.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/Spring.Northwind.IntegrationTests.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Spring.Northwind.IntegrationTests.csproj 18 Jun 2007 20:23:47 -0000 1.4
--- Spring.Northwind.IntegrationTests.csproj 14 Sep 2007 20:11:56 -0000 1.5
***************
*** 29,32 ****
--- 29,60 ----
</PropertyGroup>
<ItemGroup>
+ <Reference Include="antlr.runtime, Version=2.7.6.2, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\lib\Net\2.0\antlr.runtime.dll</HintPath>
+ </Reference>
+ <Reference Include="Castle.DynamicProxy, Version=1.1.5.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\lib\NHibernate10\net\2.0\Castle.DynamicProxy.dll</HintPath>
+ </Reference>
+ <Reference Include="Common.Logging, Version=1.1.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\lib\Net\2.0\Common.Logging.dll</HintPath>
+ </Reference>
+ <Reference Include="Common.Logging.Log4Net129, Version=1.0.2.1, Culture=neutral, PublicKeyToken=af08829b84f0328e">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\lib\Net\2.0\Common.Logging.Log4Net129.dll</HintPath>
+ </Reference>
+ <Reference Include="Iesi.Collections, Version=1.0.0.1, Culture=neutral, PublicKeyToken=154fdcb44c4484fc">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\lib\NHibernate10\net\2.0\Iesi.Collections.dll</HintPath>
+ </Reference>
+ <Reference Include="log4net, Version=1.2.9.0, Culture=neutral, PublicKeyToken=b32731d11ce58905">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\lib\NHibernate10\net\2.0\log4net.dll</HintPath>
+ </Reference>
+ <Reference Include="NHibernate, Version=1.0.4.0, Culture=neutral, PublicKeyToken=154fdcb44c4484fc">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\..\..\lib\NHibernate10\net\2.0\NHibernate.dll</HintPath>
+ </Reference>
<Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
***************
*** 54,58 ****
</ItemGroup>
<ItemGroup>
! <None Include="Spring.Northwind.IntegrationTests.dll.config" />
</ItemGroup>
<ItemGroup>
--- 82,86 ----
</ItemGroup>
<ItemGroup>
! <None Include="App.config" />
</ItemGroup>
<ItemGroup>
***************
*** 74,77 ****
--- 102,128 ----
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <Content Include="Aspects.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="Dao.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="DeclarativeServicesAttributeDriven.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="DeclarativeServicesObjectNameDriven.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="DeclarativeServicesTxProxyFactoryDriven.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="Services.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="Web.xml">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
***************
*** 83,88 ****
-->
<PropertyGroup>
! <PostBuildEvent>echo "Copying .xml files for tests"
! xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2005\Spring.Northwind.IntegrationTests\$(ConfigurationName)\ /y /s /q</PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
--- 134,139 ----
-->
<PropertyGroup>
! <PostBuildEvent>rem echo "Copying .xml files for tests"
! rem xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2005\Spring.Northwind.IntegrationTests\$(ConfigurationName)\ /y /s /q</PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
--- NEW FILE: DeclarativeServicesTxProxyFactoryDriven.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: Aspects.xml ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: DeclarativeServicesAttributeDriven.xml ---
(This appears to be a binary file; contents omitted.)
|