diff options
author | lbsa71 | 2009-04-09 07:11:49 +0000 |
---|---|---|
committer | lbsa71 | 2009-04-09 07:11:49 +0000 |
commit | ed33878a0fb549acc52f0d31bb9de02e82cb2b0d (patch) | |
tree | ab3552d0621cf902b88372fe444aa10c22b8bd66 /OpenSim/Data/MySQL/Tests/MySQLGridTest.cs | |
parent | * Added custom DatabaseTestAttribute to help separating unit tests from compo... (diff) | |
download | opensim-SC-ed33878a0fb549acc52f0d31bb9de02e82cb2b0d.zip opensim-SC-ed33878a0fb549acc52f0d31bb9de02e82cb2b0d.tar.gz opensim-SC-ed33878a0fb549acc52f0d31bb9de02e82cb2b0d.tar.bz2 opensim-SC-ed33878a0fb549acc52f0d31bb9de02e82cb2b0d.tar.xz |
* tagged some more database tests as such
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/Tests/MySQLGridTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Tests/MySQLGridTest.cs b/OpenSim/Data/MySQL/Tests/MySQLGridTest.cs index fd71022..a1b973a 100644 --- a/OpenSim/Data/MySQL/Tests/MySQLGridTest.cs +++ b/OpenSim/Data/MySQL/Tests/MySQLGridTest.cs | |||
@@ -33,7 +33,7 @@ using System.Reflection; | |||
33 | 33 | ||
34 | namespace OpenSim.Data.MySQL.Tests | 34 | namespace OpenSim.Data.MySQL.Tests |
35 | { | 35 | { |
36 | [TestFixture] | 36 | [TestFixture, DatabaseTest] |
37 | public class MySQLGridTest : BasicGridTest | 37 | public class MySQLGridTest : BasicGridTest |
38 | { | 38 | { |
39 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 39 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |