aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
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 /.nant/local.include
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 '.nant/local.include')
-rw-r--r--.nant/local.include5
1 files changed, 5 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index e5efb67..40224f9 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -112,6 +112,11 @@
112 </exec> 112 </exec>
113 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.serialization.tests)==0}" /> 113 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.serialization.tests)==0}" />
114 114
115 <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindencaps.tests">
116 <arg value="./bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll" />
117 </exec>
118 <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.region.clientstack.lindencaps.tests)==0}" />
119
115<!-- 120<!--
116 <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> 121 <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests">
117 <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> 122 <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" />