aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712009-05-08 06:11:44 +0000
committerlbsa712009-05-08 06:11:44 +0000
commit8ac73be9178ac9b7445534522f5b574df29fa560 (patch)
tree04307ff1fa089c38e50d684aa996e1fd2b449e1c /prebuild.xml
parentThanks lulurun for a patch which addresses Mantis #3599: Exceptions when Asse... (diff)
downloadopensim-SC_OLD-8ac73be9178ac9b7445534522f5b574df29fa560.zip
opensim-SC_OLD-8ac73be9178ac9b7445534522f5b574df29fa560.tar.gz
opensim-SC_OLD-8ac73be9178ac9b7445534522f5b574df29fa560.tar.bz2
opensim-SC_OLD-8ac73be9178ac9b7445534522f5b574df29fa560.tar.xz
* Introduced new HttpServer.Tests project
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml33
1 files changed, 32 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 8e2906a..2e7a59c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -78,7 +78,9 @@
78 78
79 <Files> 79 <Files>
80 <Match pattern="*.cs" recurse="true"> 80 <Match pattern="*.cs" recurse="true">
81 <!-- on temporary suspension --> 81 <Exclude pattern="Tests" />
82
83 <!-- on temporary suspension -->
82 <Exclude pattern="OSHttpHandler\.cs" /> 84 <Exclude pattern="OSHttpHandler\.cs" />
83 <Exclude pattern="OSHttpHttpHandler\.cs" /> 85 <Exclude pattern="OSHttpHttpHandler\.cs" />
84 <Exclude pattern="OSHttpRequestPump\.cs" /> 86 <Exclude pattern="OSHttpRequestPump\.cs" />
@@ -3212,6 +3214,35 @@
3212 </Files> 3214 </Files>
3213 </Project> 3215 </Project>
3214 3216
3217 <Project name="OpenSim.Framework.Servers.HttpServer.Tests" path="OpenSim/Framework/Servers/HttpServer/Tests" type="Library">
3218 <Configuration name="Debug">
3219 <Options>
3220 <OutputPath>../../../../../bin/</OutputPath>
3221 </Options>
3222 </Configuration>
3223 <Configuration name="Release">
3224 <Options>
3225 <OutputPath>../../../../../bin/</OutputPath>
3226 </Options>
3227 </Configuration>
3228
3229 <ReferencePath>../../../../../bin/</ReferencePath>
3230 <Reference name="System"/>
3231 <Reference name="OpenSim.Data"/>
3232 <Reference name="OpenSim.Tests.Common"/>
3233 <Reference name="OpenSim.Framework"/>
3234 <Reference name="OpenSim.Framework.Servers"/>
3235 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3236 <Reference name="log4net.dll"/>
3237 <Reference name="HttpServer_OpenSim.dll"/>
3238 <Reference name="nunit.framework.dll" />
3239
3240 <Files>
3241 <Match pattern="*.cs" recurse="true">
3242 </Match>
3243 </Files>
3244 </Project>
3245
3215 <Project name="OpenSim.Framework.Communications.Tests" path="OpenSim/Framework/Communications/Tests" type="Library"> 3246 <Project name="OpenSim.Framework.Communications.Tests" path="OpenSim/Framework/Communications/Tests" type="Library">
3216 <Configuration name="Debug"> 3247 <Configuration name="Debug">
3217 <Options> 3248 <Options>