diff options
author | dr scofield (aka dirk husemann) | 2009-10-01 09:47:45 +0200 |
---|---|---|
committer | dr scofield (aka dirk husemann) | 2009-10-01 09:47:45 +0200 |
commit | 40cf840df26e66fca8ab81d602fd67ff1d2a6afa (patch) | |
tree | 5cc8d3ffafa5f4f7ac441aec49664bbc133912df /.nant | |
parent | adding skeleton test case for LandDataSerializer [w-i-p] (diff) | |
download | opensim-SC_OLD-40cf840df26e66fca8ab81d602fd67ff1d2a6afa.zip opensim-SC_OLD-40cf840df26e66fca8ab81d602fd67ff1d2a6afa.tar.gz opensim-SC_OLD-40cf840df26e66fca8ab81d602fd67ff1d2a6afa.tar.bz2 opensim-SC_OLD-40cf840df26e66fca8ab81d602fd67ff1d2a6afa.tar.xz |
adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)
Diffstat (limited to '')
-rw-r--r-- | .nant/local.include | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include index 8c72c80..8e233d0 100644 --- a/.nant/local.include +++ b/.nant/local.include | |||
@@ -53,6 +53,11 @@ | |||
53 | </exec> | 53 | </exec> |
54 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.servers.tests)==0}" /> | 54 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.servers.tests)==0}" /> |
55 | 55 | ||
56 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.framework.serialization.tests"> | ||
57 | <arg value="./bin/OpenSim.Framework.Serialization.Tests.dll" /> | ||
58 | </exec> | ||
59 | <fail message="Failures reported in unit tests." unless="${int::parse(testresult.opensim.framework.serialization.tests)==0}" /> | ||
60 | |||
56 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> | 61 | <exec program="${nunitcmd}" failonerror="true" resultproperty="testresult.opensim.region.clientstack.lindenudp.tests"> |
57 | <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> | 62 | <arg value="./bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll" /> |
58 | </exec> | 63 | </exec> |