diff options
author | Sean Dague | 2008-09-23 18:38:25 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-23 18:38:25 +0000 |
commit | 908f1bcbe23a92ff4e8c51013ead449fc843924a (patch) | |
tree | 29e6ed11983e919cca054170c353cdc0202f3f3f /.nant/bamboo.build | |
parent | remove demofilter which apparently was added by something I did way in the pa... (diff) | |
download | opensim-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 '')
-rw-r--r-- | .nant/bamboo.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 862ff6e..b86e0ba 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -43,6 +43,7 @@ | |||
43 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> | 43 | <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> |
44 | <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> | 44 | <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> |
45 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> | 45 | <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> |
46 | <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> | ||
46 | 47 | ||
47 | </assemblies> | 48 | </assemblies> |
48 | </test> | 49 | </test> |