Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28808
Modified Files:
Spring.Web.Tests.2003.csproj Spring.Web.Tests.2005.csproj
Log Message:
fixed SPRNET-723 (made Head control adhere to standards)
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.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Spring.Web.Tests.2003.csproj 14 Sep 2007 15:11:47 -0000 1.37
--- Spring.Web.Tests.2003.csproj 28 Nov 2007 23:26:27 -0000 1.38
***************
*** 178,182 ****
/>
<File
! RelPath = "TestSupport\PageTestObject.cs"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
--- 178,182 ----
/>
<File
! RelPath = "TestSupport\TestPage.cs"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
***************
*** 204,208 ****
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "Code"
BuildAction = "Compile"
/>
--- 204,208 ----
<File
RelPath = "Util\ControlInterceptionTests.cs"
! SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
***************
*** 222,225 ****
--- 222,230 ----
/>
<File
+ RelPath = "Web\Support\MimeMediaTypeTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\Support\ResultTests.cs"
SubType = "Code"
***************
*** 231,234 ****
--- 236,244 ----
BuildAction = "Compile"
/>
+ <File
+ RelPath = "Web\UI\Controls\HeadTests.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.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** Spring.Web.Tests.2005.csproj 14 Sep 2007 15:45:51 -0000 1.21
--- Spring.Web.Tests.2005.csproj 28 Nov 2007 23:26:27 -0000 1.22
***************
*** 86,90 ****
<SubType>Code</SubType>
</Compile>
! <Compile Include="TestSupport\PageTestObject.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
--- 86,90 ----
<SubType>Code</SubType>
</Compile>
! <Compile Include="TestSupport\TestPage.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
***************
*** 100,106 ****
--- 100,108 ----
</Compile>
<Compile Include="Web\Services\WebServiceExporterTests.cs" />
+ <Compile Include="Web\Support\MimeMediaTypeTests.cs" />
<Compile Include="Web\Support\ResultTests.cs">
<SubType>Code</SubType>
</Compile>
+ <Compile Include="Web\UI\Controls\HeadTests.cs" />
<Compile Include="Web\UI\PageTests.cs">
</Compile>
|