Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31537/Spring.Data.NHibernate.Tests
Modified Files:
Spring.Data.NHibernate.Tests.2003.csproj
Spring.Data.NHibernate.Tests.2005.csproj
Log Message:
housekeeping
fixed SPRNET-697
fixed SPRNET-686
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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Spring.Data.NHibernate.Tests.2005.csproj 9 Aug 2007 14:23:42 -0000 1.2
--- Spring.Data.NHibernate.Tests.2005.csproj 22 Aug 2007 20:17:04 -0000 1.3
***************
*** 53,56 ****
--- 53,60 ----
<HintPath>..\..\..\lib\net\2.0\nunit.framework.dll</HintPath>
</Reference>
+ <Reference Include="Rhino.Mocks, Version=2.9.6.40380, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\Net\2.0\Rhino.Mocks.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
***************
*** 85,88 ****
--- 89,95 ----
<Compile Include="Data\NHibernate\NHTestObjectDao.cs" />
<Compile Include="Data\NHibernate\SimpleService.cs" />
+ <Compile Include="Data\NHibernate\Support\ConfigSectionSessionScopeSettingsTests.cs" />
+ <Compile Include="Data\NHibernate\Support\SessionScopeSettingsTests.cs" />
+ <Compile Include="Data\NHibernate\Support\SessionScopeTests.cs" />
<Compile Include="Data\NHibernate\TestObject.cs" />
</ItemGroup>
Index: Spring.Data.NHibernate.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.NHibernate.Tests/Spring.Data.NHibernate.Tests.2003.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Spring.Data.NHibernate.Tests.2003.csproj 3 Aug 2007 08:31:26 -0000 1.2
--- Spring.Data.NHibernate.Tests.2003.csproj 22 Aug 2007 20:17:04 -0000 1.3
***************
*** 130,133 ****
--- 130,138 ----
HintPath = "..\..\..\lib\NHibernate10\net\1.1\NHibernate.dll"
/>
+ <Reference
+ Name = "Rhino.Mocks"
+ AssemblyName = "Rhino.Mocks"
+ HintPath = "..\..\..\lib\Net\1.1\Rhino.Mocks.dll"
+ />
</References>
</Build>
***************
*** 181,184 ****
--- 186,204 ----
BuildAction = "EmbeddedResource"
/>
+ <File
+ RelPath = "Data\NHibernate\Support\ConfigSectionSessionScopeSettingsTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Data\NHibernate\Support\SessionScopeSettingsTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Data\NHibernate\Support\SessionScopeTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
</Include>
</Files>
|