aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorSean Dague2008-09-23 18:38:25 +0000
committerSean Dague2008-09-23 18:38:25 +0000
commit908f1bcbe23a92ff4e8c51013ead449fc843924a (patch)
tree29e6ed11983e919cca054170c353cdc0202f3f3f /.nant/local.include
parentremove demofilter which apparently was added by something I did way in the pa... (diff)
downloadopensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.zip
opensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.tar.gz
opensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.tar.bz2
opensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.tar.xz
check in stubbing for mysql tests. This is ignored with
Assert.Ignore() for now, so it won't change anything, but I want to make sure it doesn't break the bamboo infrastructure in it's current state.
Diffstat (limited to '.nant/local.include')
-rw-r--r--.nant/local.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
index 8ebc11c..2cf22c6 100644
--- a/.nant/local.include
+++ b/.nant/local.include
@@ -40,6 +40,7 @@
40 <include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> 40 <include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
41 <include name="./bin/OpenSim.Region.Environment.Tests.dll" /> 41 <include name="./bin/OpenSim.Region.Environment.Tests.dll" />
42 <include name="./bin/OpenSim.Data.SQLite.Tests.dll" /> 42 <include name="./bin/OpenSim.Data.SQLite.Tests.dll" />
43 <include name="./bin/OpenSim.Data.MySQL.Tests.dll" />
43 </assemblies> 44 </assemblies>
44 </test> 45 </test>
45 </nunit2> 46 </nunit2>