Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31537/Spring.Core.Tests
Modified Files:
Spring.Core.Tests.2003.csproj Spring.Core.Tests.2005.csproj
Log Message:
housekeeping
fixed SPRNET-697
fixed SPRNET-686
Index: Spring.Core.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2005.csproj,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** Spring.Core.Tests.2005.csproj 8 Aug 2007 17:48:45 -0000 1.60
--- Spring.Core.Tests.2005.csproj 22 Aug 2007 20:17:04 -0000 1.61
***************
*** 90,93 ****
--- 90,97 ----
<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">
<Name>System</Name>
***************
*** 295,298 ****
--- 299,303 ----
<Compile Include="Objects\Factory\Config\RegistryVariableSourceTests.cs" />
<Compile Include="Objects\Factory\Config\TypeAliasConfigurerTests.cs" />
+ <Compile Include="Objects\Factory\Config\VariableAccessorTests.cs" />
<Compile Include="Objects\Factory\Config\VariablePlaceholderConfigurerTests.cs" />
<Compile Include="Objects\Factory\DummyConfigurableFactory.cs" />
***************
*** 663,666 ****
--- 668,673 ----
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Core\TypeConversion\UniqueKeyConverterTests.cs" />
+ <Compile Include="Util\UniqueKeyTests.cs" />
<Compile Include="Validation\Actions\ErrorMessageActionTests.cs" />
<Compile Include="Validation\Actions\ExpressionActionTests.cs" />
Index: Spring.Core.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2003.csproj,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Spring.Core.Tests.2003.csproj 8 Aug 2007 17:48:45 -0000 1.33
--- Spring.Core.Tests.2003.csproj 22 Aug 2007 20:17:04 -0000 1.34
***************
*** 2,6 ****
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
--- 2,6 ----
<CSHARP
ProjectType = "Local"
! ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
***************
*** 548,551 ****
--- 548,556 ----
/>
<File
+ RelPath = "Core\TypeConversion\UniqueKeyConverterTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Core\TypeConversion\UriConverterTests.cs"
SubType = "Code"
***************
*** 1286,1289 ****
--- 1291,1299 ----
/>
<File
+ RelPath = "Objects\Factory\Config\VariableAccessorTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Objects\Factory\Config\VariablePlaceholderConfigurerTests.cs"
SubType = "Code"
***************
*** 1714,1717 ****
--- 1724,1732 ----
/>
<File
+ RelPath = "Util\UniqueKeyTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Validation\AnyValidatorGroupTests.cs"
SubType = "Code"
|