aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-03-17 20:51:35 +0000
committerJustin Clark-Casey (justincc)2014-03-17 20:51:35 +0000
commitf3e177814a30ee91a2fdd27f2a1aebf06a39cd15 (patch)
treec511df5ec9e48d961241341e30adce3e33eb7ad7 /prebuild.xml
parentImplement osForceBreakAllLinks(). (diff)
downloadopensim-SC_OLD-f3e177814a30ee91a2fdd27f2a1aebf06a39cd15.zip
opensim-SC_OLD-f3e177814a30ee91a2fdd27f2a1aebf06a39cd15.tar.gz
opensim-SC_OLD-f3e177814a30ee91a2fdd27f2a1aebf06a39cd15.tar.bz2
opensim-SC_OLD-f3e177814a30ee91a2fdd27f2a1aebf06a39cd15.tar.xz
Add regression test for http inventory fetch.
Involved some restructuring to allow regression tests to dequeue inventory requests and perform poll responses synchronously rather than async
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 356110a..c16d6e6 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3321,12 +3321,14 @@
3321 <ReferencePath>../../../../../bin/</ReferencePath> 3321 <ReferencePath>../../../../../bin/</ReferencePath>
3322 <Reference name="System"/> 3322 <Reference name="System"/>
3323 <Reference name="System.Xml"/> 3323 <Reference name="System.Xml"/>
3324 <Reference name="HttpServer_OpenSim" path="../../../../../bin/"/>
3324 <Reference name="log4net" path="../../../../../bin/"/> 3325 <Reference name="log4net" path="../../../../../bin/"/>
3325 <Reference name="Nini" path="../../../../../bin/"/> 3326 <Reference name="Nini" path="../../../../../bin/"/>
3326 <Reference name="nunit.framework" path="../../../../../bin/"/> 3327 <Reference name="nunit.framework" path="../../../../../bin/"/>
3327 <Reference name="OpenMetaverse" path="../../../../../bin/"/> 3328 <Reference name="OpenMetaverse" path="../../../../../bin/"/>
3328 <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> 3329 <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/>
3329 <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> 3330 <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/>
3331 <Reference name="OpenSim.Capabilities"/>
3330 <Reference name="OpenSim.Framework"/> 3332 <Reference name="OpenSim.Framework"/>
3331 <Reference name="OpenSim.Framework.Communications"/> 3333 <Reference name="OpenSim.Framework.Communications"/>
3332 <Reference name="OpenSim.Framework.Monitoring"/> 3334 <Reference name="OpenSim.Framework.Monitoring"/>
@@ -3341,6 +3343,7 @@
3341 <Reference name="OpenSim.Tests.Common"/> 3343 <Reference name="OpenSim.Tests.Common"/>
3342 3344
3343 <Files> 3345 <Files>
3346 <Match path="Tests" pattern="*.cs" recurse="false"/>
3344 <Match path="EventQueue/Tests" pattern="*.cs" recurse="false"/> 3347 <Match path="EventQueue/Tests" pattern="*.cs" recurse="false"/>
3345 </Files> 3348 </Files>
3346 </Project> 3349 </Project>