Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Core.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20549/test/Spring/Spring.Core.Tests
Modified Files:
Spring.Core.Tests.2003.csproj Spring.Core.Tests.2005.csproj
Log Message:
additional tests and minor fixes to SafeProperty and DynamicProperty
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.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** Spring.Core.Tests.2005.csproj 16 May 2008 10:02:42 -0000 1.81
--- Spring.Core.Tests.2005.csproj 17 May 2008 11:05:28 -0000 1.82
***************
*** 628,631 ****
--- 628,632 ----
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Reflection\Dynamic\BasePropertyTests.cs" />
<Compile Include="Reflection\Dynamic\DynamicConstructorTests.cs" />
<Compile Include="Reflection\Dynamic\DynamicFieldTests.cs" />
***************
*** 634,637 ****
--- 635,639 ----
<Compile Include="Reflection\Dynamic\DynamicPropertyTests.cs" />
<Compile Include="Reflection\Dynamic\SafeFieldTests.cs" />
+ <Compile Include="Reflection\Dynamic\SafePropertyTests.cs" />
<Compile Include="StandardsComplianceTest.cs">
<SubType>Code</SubType>
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.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Spring.Core.Tests.2003.csproj 16 May 2008 10:02:42 -0000 1.42
--- Spring.Core.Tests.2003.csproj 17 May 2008 11:05:27 -0000 1.43
***************
*** 1611,1614 ****
--- 1611,1619 ----
/>
<File
+ RelPath = "Reflection\Dynamic\BasePropertyTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Reflection\Dynamic\DynamicConstructorTests.cs"
SubType = "Code"
***************
*** 1641,1644 ****
--- 1646,1654 ----
/>
<File
+ RelPath = "Reflection\Dynamic\SafePropertyTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Resources\Images.resx"
BuildAction = "EmbeddedResource"
|