Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10254/test/Spring/Spring.Web.Tests
Modified Files:
Spring.Web.Tests.2005.csproj
Log Message:
fixed SPRNET-531, SPRNET-864
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.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Spring.Web.Tests.2005.csproj 27 Jan 2008 23:29:55 -0000 1.27
--- Spring.Web.Tests.2005.csproj 2 Feb 2008 09:12:44 -0000 1.28
***************
*** 76,80 ****
<Compile Include="Caching\AspNetCacheTests.cs" />
<Compile Include="Context\Support\HttpApplicationConfigurerTests.cs" />
- <Compile Include="Context\Support\WebApplicationContextTests.cs" />
<Compile Include="Core\IO\WebResourceTests.cs" />
<Compile Include="Data\Spring\Objects\Factory\Support\TestForm.aspx.cs">
--- 76,79 ----
***************
*** 112,115 ****
--- 111,115 ----
<Compile Include="Web\UI\PageTests.cs">
</Compile>
+ <Compile Include="Web\UI\UserControlTests.cs" />
<None Include="Data\Spring\Web\Support\PageHandlerFactoryTests\Web.Config.net-1.1" />
<None Include="Data\Spring\Web\Support\PageHandlerFactoryTests\Web.Config.net-2.0" />
|