aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-11-21 23:42:34 +0000
committerJustin Clark-Casey (justincc)2012-11-21 23:42:34 +0000
commitbac8ac32dae4049e84f74d276bb5ce83a2a512ac (patch)
tree8a8f17db52960961d1ba38fe36d116310f729012 /prebuild.xml
parentIf GetAgents() is called with an empty userIDs array then don't bother with a... (diff)
downloadopensim-SC_OLD-bac8ac32dae4049e84f74d276bb5ce83a2a512ac.zip
opensim-SC_OLD-bac8ac32dae4049e84f74d276bb5ce83a2a512ac.tar.gz
opensim-SC_OLD-bac8ac32dae4049e84f74d276bb5ce83a2a512ac.tar.bz2
opensim-SC_OLD-bac8ac32dae4049e84f74d276bb5ce83a2a512ac.tar.xz
Add regression test for a good request made to the asset service post handler.
Adds new OpenSim.Server.Handlers.Tests.dll to test suite
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 7694861..bb9d80c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3297,6 +3297,52 @@
3297 </Files> 3297 </Files>
3298 </Project> 3298 </Project>
3299 3299
3300 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers" type="Library">
3301 <Configuration name="Debug">
3302 <Options>
3303 <OutputPath>../../../bin/</OutputPath>
3304 </Options>
3305 </Configuration>
3306 <Configuration name="Release">
3307 <Options>
3308 <OutputPath>../../../bin/</OutputPath>
3309 </Options>
3310 </Configuration>
3311
3312 <ReferencePath>../../../bin/</ReferencePath>
3313 <Reference name="System"/>
3314 <Reference name="System.Xml"/>
3315 <Reference name="System.Web"/>
3316 <Reference name="log4net" path="../../../bin/"/>
3317 <Reference name="Nini" path="../../../bin/"/>
3318 <Reference name="nunit.framework" path="../../../bin/"/>
3319 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
3320 <Reference name="OpenMetaverse" path="../../../bin/"/>
3321 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
3322 <Reference name="XMLRPC" path="../../../bin/"/>
3323 <Reference name="OpenSim.Framework"/>
3324 <Reference name="OpenSim.Framework.Console"/>
3325 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3326 <Reference name="OpenSim.Server.Base"/>
3327 <Reference name="OpenSim.Server.Handlers"/>
3328 <Reference name="OpenSim.Services.AssetService"/>
3329 <Reference name="OpenSim.Services.Base"/>
3330 <Reference name="OpenSim.Services.Interfaces"/>
3331 <Reference name="OpenSim.Services.UserAccountService"/>
3332 <Reference name="OpenSim.Tests.Common"/>
3333
3334 <!--
3335 TODO: this is kind of lame, we basically build a duplicate
3336 assembly but with tests added in, just so that we don't
3337 need to hard code in a bunch of Test directories here. If
3338 pattern="Tests/*.cs" worked, we wouldn't need this.
3339 -->
3340 <Files>
3341 <!-- SADLY the way this works means you need to keep adding these paths -->
3342 <Match path="Asset/Tests" pattern="*.cs" recurse="true"/>
3343 </Files>
3344 </Project>
3345
3300 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library"> 3346 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Stress" path="OpenSim/Tests/Stress" type="Library">
3301 <Configuration name="Debug"> 3347 <Configuration name="Debug">
3302 <Options> 3348 <Options>