aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r--OpenSim/Data/MySQL/Tests/MySQLEstateTest.cs2
-rw-r--r--OpenSim/Data/MySQL/Tests/MySQLGridTest.cs2
-rw-r--r--OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs2
-rw-r--r--OpenSim/Data/MySQL/Tests/MySQLRegionTest.cs2
-rw-r--r--OpenSim/Data/MySQL/Tests/MySQLUserTest.cs2
5 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Data/MySQL/Tests/MySQLEstateTest.cs b/OpenSim/Data/MySQL/Tests/MySQLEstateTest.cs
index 79fcc2d..a2f0a4c 100644
--- a/OpenSim/Data/MySQL/Tests/MySQLEstateTest.cs
+++ b/OpenSim/Data/MySQL/Tests/MySQLEstateTest.cs
@@ -33,7 +33,7 @@ using System.Reflection;
33 33
34namespace OpenSim.Data.MySQL.Tests 34namespace OpenSim.Data.MySQL.Tests
35{ 35{
36 [TestFixture] 36 [TestFixture, DatabaseTest]
37 public class MySQLEstateTest : BasicEstateTest 37 public class MySQLEstateTest : BasicEstateTest
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);
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
34namespace OpenSim.Data.MySQL.Tests 34namespace 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);
diff --git a/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs b/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs
index c7799e5..298b4fc 100644
--- a/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs
+++ b/OpenSim/Data/MySQL/Tests/MySQLInventoryTest.cs
@@ -33,7 +33,7 @@ using System.Reflection;
33 33
34namespace OpenSim.Data.MySQL.Tests 34namespace OpenSim.Data.MySQL.Tests
35{ 35{
36 [TestFixture] 36 [TestFixture, DatabaseTest]
37 public class MySQLInventoryTest : BasicInventoryTest 37 public class MySQLInventoryTest : BasicInventoryTest
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);
diff --git a/OpenSim/Data/MySQL/Tests/MySQLRegionTest.cs b/OpenSim/Data/MySQL/Tests/MySQLRegionTest.cs
index 77964d3..ff64e59 100644
--- a/OpenSim/Data/MySQL/Tests/MySQLRegionTest.cs
+++ b/OpenSim/Data/MySQL/Tests/MySQLRegionTest.cs
@@ -33,7 +33,7 @@ using System.Reflection;
33 33
34namespace OpenSim.Data.MySQL.Tests 34namespace OpenSim.Data.MySQL.Tests
35{ 35{
36 [TestFixture] 36 [TestFixture, DatabaseTest]
37 public class MySQLRegionTest : BasicRegionTest 37 public class MySQLRegionTest : BasicRegionTest
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);
diff --git a/OpenSim/Data/MySQL/Tests/MySQLUserTest.cs b/OpenSim/Data/MySQL/Tests/MySQLUserTest.cs
index 449ce4a..920fcf1 100644
--- a/OpenSim/Data/MySQL/Tests/MySQLUserTest.cs
+++ b/OpenSim/Data/MySQL/Tests/MySQLUserTest.cs
@@ -33,7 +33,7 @@ using System.Reflection;
33 33
34namespace OpenSim.Data.MySQL.Tests 34namespace OpenSim.Data.MySQL.Tests
35{ 35{
36 [TestFixture] 36 [TestFixture, DatabaseTest]
37 public class MySQLUserTest : BasicUserTest 37 public class MySQLUserTest : BasicUserTest
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);