aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-24 22:25:38 +0100
committerJustin Clark-Casey (justincc)2011-10-24 22:25:38 +0100
commit48295793b0d07579d9e31744ae6969df647f663c (patch)
tree9525281cbfe087f9f931aa207a9867e8e23c6291 /.nant
parentAdd new EventQueueTests with basic test to check that adding a client registe... (diff)
downloadopensim-SC-48295793b0d07579d9e31744ae6969df647f663c.zip
opensim-SC-48295793b0d07579d9e31744ae6969df647f663c.tar.gz
opensim-SC-48295793b0d07579d9e31744ae6969df647f663c.tar.bz2
opensim-SC-48295793b0d07579d9e31744ae6969df647f663c.tar.xz
re-enable running linden udp tests in local.include, though no tests are currently active there
Diffstat (limited to '.nant')
-rw-r--r--.nant/local.include2
1 files changed, 0 insertions, 2 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 40224f9..955c2e5 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -303,12 +303,10 @@
303 <arg value="-xml=test-results/OpenSim.Framework.Servers.Tests.dll-Results.xml" /> 303 <arg value="-xml=test-results/OpenSim.Framework.Servers.Tests.dll-Results.xml" />
304 </exec> 304 </exec>
305 305
306<!--
307 <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> 306 <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests">
308 <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> 307 <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" />
309 <arg value="-xml=test-results/OpenSim.Region.ClientStack.LindenUDP.Tests.dll-Results.xml" /> 308 <arg value="-xml=test-results/OpenSim.Region.ClientStack.LindenUDP.Tests.dll-Results.xml" />
310 </exec> 309 </exec>
311-->
312 310
313 <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.scriptengine.tests"> 311 <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.region.scriptengine.tests">
314 <arg value="./bin/OpenSim.Region.ScriptEngine.Tests.dll" /> 312 <arg value="./bin/OpenSim.Region.ScriptEngine.Tests.dll" />