diff options
author | John Hurliman | 2010-03-03 11:03:56 -0800 |
---|---|---|
committer | John Hurliman | 2010-03-03 11:03:56 -0800 |
commit | 94a3e60bd0b288e744f66347eafdaac70713a759 (patch) | |
tree | b89e4144876f6990459733af0345a8cce6453f07 /.nant/local.include | |
parent | * Fixed bad start position clamping in MakeRootAgent() (diff) | |
parent | Actually make EventManager.OnAttach() fire when an object is attached. Previ... (diff) | |
download | opensim-SC_OLD-94a3e60bd0b288e744f66347eafdaac70713a759.zip opensim-SC_OLD-94a3e60bd0b288e744f66347eafdaac70713a759.tar.gz opensim-SC_OLD-94a3e60bd0b288e744f66347eafdaac70713a759.tar.bz2 opensim-SC_OLD-94a3e60bd0b288e744f66347eafdaac70713a759.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '.nant/local.include')
-rw-r--r-- | .nant/local.include | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.nant/local.include b/.nant/local.include index 5e02665..c611bd2 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -43,11 +43,6 @@ | |||
43 | </exec> | 43 | </exec> |
44 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.tests)==0}" /> | 44 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.tests)==0}" /> |
45 | 45 | ||
46 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.framework.communications.tests"> | ||
47 | <arg value="./bin/OpenSim.Framework.Communications.Tests.dll" /> | ||
48 | </exec> | ||
49 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.communications.tests)==0}" /> | ||
50 | |||
51 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.framework.servers.tests"> | 46 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.framework.servers.tests"> |
52 | <arg value="./bin/OpenSim.Framework.Servers.Tests.dll" /> | 47 | <arg value="./bin/OpenSim.Framework.Servers.Tests.dll" /> |
53 | </exec> | 48 | </exec> |
@@ -106,17 +101,6 @@ | |||
106 | <arg value="--export-html=./cov/OpenSim.Framework.Servers ./cov/OpenSim.Framework.Servers.cov" /> | 101 | <arg value="--export-html=./cov/OpenSim.Framework.Servers ./cov/OpenSim.Framework.Servers.cov" /> |
107 | </exec> | 102 | </exec> |
108 | 103 | ||
109 | <exec program="mono"> | ||
110 | <arg value="--debug" /> | ||
111 | <arg value="--profile=monocov:outfile=./cov/OpenSim.Framework.Communications.cov,+[OpenSim.Framework.Communications]" /> | ||
112 | <arg value="/usr/lib/nunit/nunit-console.exe" /> | ||
113 | <arg value="./bin/OpenSim.Framework.Communications.Tests.dll" /> | ||
114 | </exec> | ||
115 | <delete dir="./cov/OpenSim.Framework.Communications" /> | ||
116 | <exec program="monocov"> | ||
117 | <arg value="--export-html=./cov/OpenSim.Framework.Servers ./cov/OpenSim.Framework.Communications.cov" /> | ||
118 | </exec> | ||
119 | |||
120 | <!-- | 104 | <!-- |
121 | <exec program="mono"> | 105 | <exec program="mono"> |
122 | <arg value="--debug" /> | 106 | <arg value="--debug" /> |
@@ -227,11 +211,6 @@ | |||
227 | <arg value="-xml=test-results/OpenSim.Framework.Tests.dll-Results.xml" /> | 211 | <arg value="-xml=test-results/OpenSim.Framework.Tests.dll-Results.xml" /> |
228 | </exec> | 212 | </exec> |
229 | 213 | ||
230 | <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.framework.communications.tests"> | ||
231 | <arg value="./bin/OpenSim.Framework.Communications.Tests.dll" /> | ||
232 | <arg value="-xml=test-results/OpenSim.Framework.Communications.Tests.dll-Results.xml" /> | ||
233 | </exec> | ||
234 | |||
235 | <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.framework.serialization.tests"> | 214 | <exec program="${nunitcmd}" failonerror="false" resultproperty="testresult.opensim.framework.serialization.tests"> |
236 | <arg value="./bin/OpenSim.Framework.Serialization.Tests.dll" /> | 215 | <arg value="./bin/OpenSim.Framework.Serialization.Tests.dll" /> |
237 | <arg value="-xml=test-results/OpenSim.Framework.Serialization.Tests.dll-Results.xml" /> | 216 | <arg value="-xml=test-results/OpenSim.Framework.Serialization.Tests.dll-Results.xml" /> |
@@ -301,7 +280,6 @@ | |||
301 | <!-- <test> --> | 280 | <!-- <test> --> |
302 | <!-- <assemblies> --> | 281 | <!-- <assemblies> --> |
303 | <!-- <include name="./bin/OpenSim.Framework.Tests.dll" /> --> | 282 | <!-- <include name="./bin/OpenSim.Framework.Tests.dll" /> --> |
304 | <!-- <include name="./bin/OpenSim.Framework.Communications.Tests.dll"/> --> | ||
305 | <!-- <include name="./bin/OpenSim.Framework.Servers.Tests.dll" /> --> | 283 | <!-- <include name="./bin/OpenSim.Framework.Servers.Tests.dll" /> --> |
306 | <!-- <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> --> | 284 | <!-- <include name="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> --> |
307 | <!-- <include name="./bin/OpenSim.Region.ScriptEngine.Tests.dll" /> --> | 285 | <!-- <include name="./bin/OpenSim.Region.ScriptEngine.Tests.dll" /> --> |