aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorMelanie2011-10-25 03:26:20 +0100
committerMelanie2011-10-25 03:26:20 +0100
commit740077a291dbd95dcf5e8e57561443522dabb72f (patch)
tree533ed10fa917a274e98aff1a299e993b8e4d9084 /.nant/local.include
parentMerge commit '4c9400e6460a73baa2d687afe73a62c6efca9f37' into bigmerge (diff)
parentAdd new EventQueueTests with basic test to check that adding a client registe... (diff)
downloadopensim-SC_OLD-740077a291dbd95dcf5e8e57561443522dabb72f.zip
opensim-SC_OLD-740077a291dbd95dcf5e8e57561443522dabb72f.tar.gz
opensim-SC_OLD-740077a291dbd95dcf5e8e57561443522dabb72f.tar.bz2
opensim-SC_OLD-740077a291dbd95dcf5e8e57561443522dabb72f.tar.xz
Merge commit 'e28e2d24c714c3fba1cba60097986a1c1c28c6c0' into bigmerge
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" />