aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-11-24 03:15:24 +0000
committerJustin Clark-Casey (justincc)2012-11-24 03:15:24 +0000
commit22d4c52ffc374e167cb674e0e20815615d8a6927 (patch)
tree15779982c870c359bb1de7f81af6d4cf586bbbbd /prebuild.xml
parentIn ArchiverTests, use the local instantiated SceneManager rather than potenti... (diff)
downloadopensim-SC_OLD-22d4c52ffc374e167cb674e0e20815615d8a6927.zip
opensim-SC_OLD-22d4c52ffc374e167cb674e0e20815615d8a6927.tar.gz
opensim-SC_OLD-22d4c52ffc374e167cb674e0e20815615d8a6927.tar.bz2
opensim-SC_OLD-22d4c52ffc374e167cb674e0e20815615d8a6927.tar.xz
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index a7201c5..0612c10 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2716,10 +2716,11 @@
2716 </Configuration> 2716 </Configuration>
2717 2717
2718 <ReferencePath>../../bin/</ReferencePath> 2718 <ReferencePath>../../bin/</ReferencePath>
2719 <Reference name="OpenSim.Framework"/>
2720 <Reference name="Nini" path="../../bin/"/> 2719 <Reference name="Nini" path="../../bin/"/>
2721 <Reference name="nunit.framework" path="../../bin/"/> 2720 <Reference name="nunit.framework" path="../../bin/"/>
2722 <Reference name="OpenSim"/> 2721 <Reference name="OpenSim"/>
2722 <Reference name="OpenSim.Framework"/>
2723 <Reference name="OpenSim.Tests.Common"/>
2723 <Files> 2724 <Files>
2724 <Match pattern="*.cs" recurse="false"/> 2725 <Match pattern="*.cs" recurse="false"/>
2725 </Files> 2726 </Files>
@@ -3293,6 +3294,7 @@
3293 <Reference name="OpenSim.Framework.Console"/> 3294 <Reference name="OpenSim.Framework.Console"/>
3294 <Reference name="OpenSim.Region.Physics.Manager"/> 3295 <Reference name="OpenSim.Region.Physics.Manager"/>
3295 <Reference name="OpenSim.Region.Physics.OdePlugin" path="../../../../../bin/Physics/"/> 3296 <Reference name="OpenSim.Region.Physics.OdePlugin" path="../../../../../bin/Physics/"/>
3297 <Reference name="OpenSim.Tests.Common"/>
3296 <Reference name="Ode.NET" path="../../../../../bin/"/> 3298 <Reference name="Ode.NET" path="../../../../../bin/"/>
3297 <Reference name="nunit.framework" path="../../../../../bin/"/> 3299 <Reference name="nunit.framework" path="../../../../../bin/"/>
3298 <Reference name="log4net" path="../../../../../bin/"/> 3300 <Reference name="log4net" path="../../../../../bin/"/>