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.
This commit is contained in:
Sean Dague
2008-09-23 18:38:25 +00:00
parent d06626ca21
commit 908f1bcbe2
4 changed files with 118 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
<include name="./bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
<include name="./bin/OpenSim.Region.Environment.Tests.dll" />
<include name="./bin/OpenSim.Data.SQLite.Tests.dll" />
<include name="./bin/OpenSim.Data.MySQL.Tests.dll" />
</assemblies>
</test>
</nunit2>