Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17466/test/Spring/Spring.Web.Tests
Modified Files:
Spring.Web.Tests.2003.csproj Spring.Web.Tests.2005.csproj
Log Message:
SPRNET-794 - complete rework of Control interception
minor fixes to SpringAir demo
switched DynamicField implementation to using net-2.0's DynamicMethod technique
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.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** Spring.Web.Tests.2003.csproj 3 Apr 2008 06:52:09 -0000 1.41
--- Spring.Web.Tests.2003.csproj 13 May 2008 14:22:47 -0000 1.42
***************
*** 233,236 ****
--- 233,241 ----
/>
<File
+ RelPath = "TestSupport\StopWatch.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "TestSupport\TestPage.cs"
SubType = "ASPXCodeBehind"
***************
*** 269,273 ****
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 274,278 ----
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
***************
*** 277,280 ****
--- 282,290 ----
/>
<File
+ RelPath = "Util\WebDIPerformanceTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Util\WebUtilsTests.cs"
SubType = "Code"
***************
*** 287,290 ****
--- 297,305 ----
/>
<File
+ RelPath = "Web\Support\AbstractHandlerFactoryTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\Support\MimeMediaTypeTests.cs"
SubType = "Code"
***************
*** 307,314 ****
--- 322,354 ----
/>
<File
+ RelPath = "Web\UI\UserControlTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Web\UI\Controls\AbstractValidationControlTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\UI\Controls\HeadTests.cs"
SubType = "Code"
BuildAction = "Compile"
/>
+ <File
+ RelPath = "Web\UI\Controls\ValidationErrorsTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Web\UI\Controls\ValidationErrorTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "Web\UI\Controls\ValidationSummaryTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
</Include>
</Files>
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.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Spring.Web.Tests.2005.csproj 19 Mar 2008 18:05:08 -0000 1.32
--- Spring.Web.Tests.2005.csproj 13 May 2008 14:22:47 -0000 1.33
***************
*** 89,92 ****
--- 89,93 ----
</Compile>
<Compile Include="TestSupport\NUnitAdapter.cs" />
+ <Compile Include="TestSupport\StopWatch.cs" />
<Compile Include="TestSupport\TestPage.cs">
<SubType>ASPXCodeBehind</SubType>
***************
*** 101,104 ****
--- 102,106 ----
<SubType>ASPXCodeBehind</SubType>
</Compile>
+ <Compile Include="Util\WebDIPerformanceTests.cs" />
<Compile Include="Util\WebUtilsTests.cs">
<SubType>Code</SubType>
|