diff options
author | Justin Clarke Casey | 2009-02-06 21:37:10 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-06 21:37:10 +0000 |
commit | fae20712a925926d562b43e79b8a383b754f77fc (patch) | |
tree | 3938c7123fb04754565cc29ec65c1273825d518d /.nant/bamboo.build | |
parent | removing bad references to OpenSim.Data stuff that got deleted earlier (diff) | |
download | opensim-SC_OLD-fae20712a925926d562b43e79b8a383b754f77fc.zip opensim-SC_OLD-fae20712a925926d562b43e79b8a383b754f77fc.tar.gz opensim-SC_OLD-fae20712a925926d562b43e79b8a383b754f77fc.tar.bz2 opensim-SC_OLD-fae20712a925926d562b43e79b8a383b754f77fc.tar.xz |
* reinstate OpenSim/Region/Framework/Scenes/Tests
* should bring us back up to 240 tests
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 2e5d7a6..196d04f 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -36,16 +36,17 @@ | |||
36 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> | 36 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> |
37 | <test> | 37 | <test> |
38 | <assemblies> | 38 | <assemblies> |
39 | <include name="../bin/OpenSim.Framework.Tests.dll" /> | 39 | <include name="../bin/OpenSim.Framework.Tests.dll"/> |
40 | <include name="../bin/OpenSim.Framework.Communications.Tests.dll"/> | 40 | <include name="../bin/OpenSim.Framework.Communications.Tests.dll"/> |
41 | <include name="../bin/OpenSim.Framework.Servers.Tests.dll" /> | 41 | <include name="../bin/OpenSim.Framework.Servers.Tests.dll"/> |
42 | <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll" /> | 42 | <include name="../bin/OpenSim.Region.ScriptEngine.Common.Tests.dll"/> |
43 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll" /> | 43 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.Tests.dll"/> |
44 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> | 44 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll"/> |
45 | <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> | 45 | <include name="../bin/OpenSim.Region.Environment.Tests.dll"/> |
46 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> | 46 | <include name="../bin/OpenSim.Region.Framework.Tests.dll"/> |
47 | <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> | 47 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll"/> |
48 | <include name="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> | 48 | <include name="../bin/OpenSim.Data.MySQL.Tests.dll"/> |
49 | <include name="../bin/OpenSim.Region.Physics.OdePlugin.dll"/> | ||
49 | 50 | ||
50 | 51 | ||
51 | </assemblies> | 52 | </assemblies> |