aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-24 22:23:41 +0100
committerJustin Clark-Casey (justincc)2011-10-24 22:23:41 +0100
commite28e2d24c714c3fba1cba60097986a1c1c28c6c0 (patch)
tree971e101867b0ac09836854553d236a0651df3a40 /prebuild.xml
parentAdd optional getauthinfo and setauthinfo authentication service calls. (diff)
downloadopensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.zip
opensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.tar.gz
opensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.tar.bz2
opensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.tar.xz
Add new EventQueueTests with basic test to check that adding a client registers an http poll
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d6db614..a1d56bc 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3068,6 +3068,42 @@
3068 </Files> 3068 </Files>
3069 </Project> 3069 </Project>
3070 3070
3071 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenCaps.Tests" path="OpenSim/Region/ClientStack/Linden/Caps" type="Library">
3072 <Configuration name="Debug">
3073 <Options>
3074 <OutputPath>../../../../../bin/</OutputPath>
3075 </Options>
3076 </Configuration>
3077 <Configuration name="Release">
3078 <Options>
3079 <OutputPath>../../../../../bin/</OutputPath>
3080 </Options>
3081 </Configuration>
3082
3083 <ReferencePath>../../../../../bin/</ReferencePath>
3084 <Reference name="System"/>
3085 <Reference name="System.Xml"/>
3086 <Reference name="log4net" path="../../../../../bin/"/>
3087 <Reference name="Nini" path="../../../../../bin/"/>
3088 <Reference name="nunit.framework" path="../../../../../bin/"/>
3089 <Reference name="OpenMetaverse" path="../../../../../bin/"/>
3090 <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/>
3091 <Reference name="OpenSim.Framework"/>
3092 <Reference name="OpenSim.Framework.Communications"/>
3093 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3094 <Reference name="OpenSim.Framework.Statistics"/>
3095 <Reference name="OpenSim.Region.ClientStack.LindenCaps"/>
3096 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
3097 <Reference name="OpenSim.Region.CoreModules"/>
3098 <Reference name="OpenSim.Region.Framework"/>
3099 <Reference name="OpenSim.Services.Interfaces"/>
3100 <Reference name="OpenSim.Tests.Common"/>
3101
3102 <Files>
3103 <Match path="EventQueue/Tests" pattern="*.cs" recurse="false"/>
3104 </Files>
3105 </Project>
3106
3071 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> 3107 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library">
3072 <Configuration name="Debug"> 3108 <Configuration name="Debug">
3073 <Options> 3109 <Options>