Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23425/test/Spring/Spring.Web.Tests
Modified Files:
Spring.Web.Tests.2003.csproj Spring.Web.Tests.2005.csproj
Spring.Web.Tests.build
Added Files:
MyNUnitAddinHelper.cs
Log Message:
nant build script's variable ${nowarn.numbers.test} renamed to ${nowarn.numbers.test.default}
DataBindingPanel -> added design-time support (SPRNET-774)
DataBindingPanel -> added examples to SpringWebQuickstart "EasyEmplyeeInfo" (SPRNET-787)
integrated NUnitAspEx (SPRNET-788)
added PageHandlerFactory tests w.r.t. Server.Transfer() (SPRNET-763)
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.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Spring.Web.Tests.2003.csproj 28 Nov 2007 23:26:27 -0000 1.38
--- Spring.Web.Tests.2003.csproj 3 Dec 2007 16:11:31 -0000 1.39
***************
*** 18,24 ****
OutputType = "Library"
PreBuildEvent = ""
! PostBuildEvent = ""
RootNamespace = "Spring"
! RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
--- 18,24 ----
OutputType = "Library"
PreBuildEvent = ""
! PostBuildEvent = 'echo "Copying .xml files for tests"
xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2003\Spring.Web.Tests\$(ConfigurationName)\ /y /s /q /d
'
RootNamespace = "Spring"
! RunPostBuildEvent = "Always"
StartupObject = ""
>
***************
*** 125,128 ****
--- 125,144 ----
HintPath = "..\..\..\lib\Net\1.1\Rhino.Mocks.dll"
/>
+ <Reference
+ Name = "NUnitAsp"
+ AssemblyName = "NUnitAsp"
+ HintPath = "..\..\..\lib\Net\1.1\NUnitAsp.dll"
+ />
+ <Reference
+ Name = "NUnitAspEx"
+ AssemblyName = "NUnitAspEx"
+ HintPath = "..\..\..\lib\Net\1.1\NUnitAspEx.dll"
+ />
+ <Reference
+ Name = "nunit.core.interfaces"
+ AssemblyName = "nunit.core.interfaces"
+ HintPath = "..\..\..\lib\Net\1.1\nunit.core.interfaces.dll"
+ Private = "False"
+ />
</References>
</Build>
***************
*** 135,138 ****
--- 151,159 ----
/>
<File
+ RelPath = "MyNUnitAddinHelper.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Spring.Web.Tests.build"
BuildAction = "None"
***************
*** 168,171 ****
--- 189,221 ----
/>
<File
+ RelPath = "Data\Spring\Web\Support\PageHandlerFactoryTests\DisablesSession.aspx"
+ BuildAction = "Content"
+ />
+ <File
+ RelPath = "Data\Spring\Web\Support\PageHandlerFactoryTests\MaintainsSession1.aspx"
+ BuildAction = "Content"
+ />
+ <File
+ RelPath = "Data\Spring\Web\Support\PageHandlerFactoryTests\MaintainsSession2.aspx"
+ BuildAction = "Content"
+ />
+ <File
+ RelPath = "Data\Spring\Web\Support\PageHandlerFactoryTests\TransferAfterSetResult.aspx"
+ BuildAction = "Content"
+ />
+ <File
+ RelPath = "Data\Spring\Web\Support\PageHandlerFactoryTests\TransferAfterSetResultSave.aspx"
+ BuildAction = "Content"
+ />
+ <File
+ RelPath = "Data\Spring\Web\Support\PageHandlerFactoryTests\Web.Config"
+ BuildAction = "None"
+ />
+ <File
+ RelPath = "Globalization\Resolvers\DefaultWebCultureResolverTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Objects\Factory\Support\WebObjectDefinitionFactoryTests.cs"
SubType = "Code"
***************
*** 227,230 ****
--- 277,285 ----
/>
<File
+ RelPath = "Web\Support\PageHandlerFactoryTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Web\Support\ResultTests.cs"
SubType = "Code"
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.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Spring.Web.Tests.2005.csproj 28 Nov 2007 23:26:27 -0000 1.22
--- Spring.Web.Tests.2005.csproj 3 Dec 2007 16:11:31 -0000 1.23
***************
*** 82,85 ****
--- 82,86 ----
</Compile>
<Compile Include="Globalization\Resolvers\DefaultWebCultureResolverTests.cs" />
+ <Compile Include="MyNUnitAddinHelper.cs" />
<Compile Include="Objects\Factory\Support\WebObjectDefinitionFactoryTests.cs" />
<Compile Include="Objects\Factory\Support\WebObjectFactoryTests.cs">
***************
*** 101,104 ****
--- 102,106 ----
<Compile Include="Web\Services\WebServiceExporterTests.cs" />
<Compile Include="Web\Support\MimeMediaTypeTests.cs" />
+ <Compile Include="Web\Support\PageHandlerFactoryTests.cs" />
<Compile Include="Web\Support\ResultTests.cs">
<SubType>Code</SubType>
***************
*** 107,110 ****
--- 109,114 ----
<Compile Include="Web\UI\PageTests.cs">
</Compile>
+ <None Include="Data\Spring\Web\Support\PageHandlerFactoryTests\Web.Config.net-1.1" />
+ <None Include="Data\Spring\Web\Support\PageHandlerFactoryTests\Web.Config.net-2.0" />
<None Include="Spring.Web.Tests.build" />
</ItemGroup>
***************
*** 115,118 ****
--- 119,128 ----
<EmbeddedResource Include="Context\Support\HttpApplicationConfigurerTests.xml" />
<Content Include="Data\Spring\Objects\Factory\Support\TestForm.aspx" />
+ <Content Include="Data\Spring\Web\Support\PageHandlerFactoryTests\bin\nunit.core.dll" />
+ <Content Include="Data\Spring\Web\Support\PageHandlerFactoryTests\TransferAfterSetResult.aspx" />
+ <Content Include="Data\Spring\Web\Support\PageHandlerFactoryTests\MaintainsSession1.aspx" />
+ <Content Include="Data\Spring\Web\Support\PageHandlerFactoryTests\MaintainsSession2.aspx" />
+ <Content Include="Data\Spring\Web\Support\PageHandlerFactoryTests\DisablesSession.aspx" />
+ <Content Include="Data\Spring\Web\Support\PageHandlerFactoryTests\TransferAfterSetResultSave.aspx" />
</ItemGroup>
<ItemGroup>
***************
*** 125,132 ****
--- 135,154 ----
<HintPath>..\..\..\lib\Net\2.0\Common.Logging.dll</HintPath>
</Reference>
+ <Reference Include="nunit.core.interfaces, Version=2.4.1.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\Net\2.0\nunit.core.interfaces.dll</HintPath>
+ </Reference>
<Reference Include="nunit.framework, Version=2.4.1.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\lib\Net\2.0\nunit.framework.dll</HintPath>
</Reference>
+ <Reference Include="NUnitAsp, Version=1.5.1.27647, Culture=neutral, PublicKeyToken=f9bdb8e9d00f2b23">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\Net\2.0\NUnitAsp.dll</HintPath>
+ </Reference>
+ <Reference Include="NUnitAspEx, Version=1.0.2892.39670, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\Net\2.0\NUnitAspEx.dll</HintPath>
+ </Reference>
<Reference Include="Rhino.Mocks, Version=2.9.6.40380, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Index: Spring.Web.Tests.build
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Web.Tests/Spring.Web.Tests.build,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Spring.Web.Tests.build 16 Aug 2007 05:42:34 -0000 1.9
--- Spring.Web.Tests.build 3 Dec 2007 16:11:31 -0000 1.10
***************
*** 6,16 ****
* build.debug - (true|false) debug build?
* current.build.defines.csc - framework-specific build defines
-->
<target name="build">
! <!-- build Spring.Web -->
<csc target="library" define="${current.build.defines.csc}" warnaserror="true" debug="${current.build.debug}"
output="${current.bin.dir}/${project::get-name()}.dll" doc="${current.bin.dir}/${project::get-name()}.xml">
<nowarn>
! <warning number="${nowarn.numbers.test}" />
</nowarn>
<sources failonempty="true">
--- 6,17 ----
* build.debug - (true|false) debug build?
* current.build.defines.csc - framework-specific build defines
+ * lib.dir - framework-specific assembly references
-->
<target name="build">
! <!-- build Spring.Web -->
<csc target="library" define="${current.build.defines.csc}" warnaserror="true" debug="${current.build.debug}"
output="${current.bin.dir}/${project::get-name()}.dll" doc="${current.bin.dir}/${project::get-name()}.xml">
<nowarn>
! <warning number="${nowarn.numbers.test}" /> <!-- 1701 -->
</nowarn>
<sources failonempty="true">
***************
*** 23,33 ****
<include name="**/*.txt" />
<include name="**/*.xml" />
! <exclude name="Data/**/*" />
! <exclude name="obj/**/*" />
</resources>
<references basedir="${current.bin.dir}">
<include name="*.dll" />
<exclude name="${project::get-name()}.dll" />
! <exclude name="CloverRuntime.dll" />
</references>
</csc>
--- 24,35 ----
<include name="**/*.txt" />
<include name="**/*.xml" />
! <exclude name="Data/**/*" />
! <exclude name="obj/**/*" />
</resources>
<references basedir="${current.bin.dir}">
<include name="*.dll" />
<exclude name="${project::get-name()}.dll" />
! <exclude name="CloverRuntime.dll" />
! <include name="${lib.dir}/nunit.core.interfaces.dll" />
</references>
</csc>
--- NEW FILE: MyNUnitAddinHelper.cs ---
(This appears to be a binary file; contents omitted.)
|