Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3433/test/Spring/Spring.Web.Tests
Modified Files:
Spring.Web.Tests.2003.csproj Spring.Web.Tests.2005.csproj
Log Message:
fixed some 2003 solution missing files
added SafeField tests
DynamicField.Create returns SafeField in net-2.0 now
added StopWatch to Spring.Core.Tests for performance tests
Index: Spring.Web.Tests.2003.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2003.csproj,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** Spring.Web.Tests.2003.csproj 13 May 2008 14:22:47 -0000 1.42
--- Spring.Web.Tests.2003.csproj 16 May 2008 10:02:42 -0000 1.43
***************
*** 233,241 ****
/>
<File
- RelPath = "TestSupport\StopWatch.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
RelPath = "TestSupport\TestPage.cs"
SubType = "ASPXCodeBehind"
--- 233,236 ----
Index: Spring.Web.Tests.2005.csproj
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests/Spring.Web.Tests.2005.csproj,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** Spring.Web.Tests.2005.csproj 13 May 2008 14:22:47 -0000 1.33
--- Spring.Web.Tests.2005.csproj 16 May 2008 10:02:42 -0000 1.34
***************
*** 89,93 ****
</Compile>
<Compile Include="TestSupport\NUnitAdapter.cs" />
- <Compile Include="TestSupport\StopWatch.cs" />
<Compile Include="TestSupport\TestPage.cs">
<SubType>ASPXCodeBehind</SubType>
--- 89,92 ----
|