diff options
author | lbsa71 | 2009-04-09 06:42:15 +0000 |
---|---|---|
committer | lbsa71 | 2009-04-09 06:42:15 +0000 |
commit | a707fa7bea7deff8adf445bbf2bbd8cff19fcbcf (patch) | |
tree | c71bcf31aefc5ea2ca6d9809c8dc6bc82231fbad /OpenSim/Data/MySQL/Tests | |
parent | SQLite doesn't work on ppc64, so ignore these tests if we are (diff) | |
download | opensim-SC_OLD-a707fa7bea7deff8adf445bbf2bbd8cff19fcbcf.zip opensim-SC_OLD-a707fa7bea7deff8adf445bbf2bbd8cff19fcbcf.tar.gz opensim-SC_OLD-a707fa7bea7deff8adf445bbf2bbd8cff19fcbcf.tar.bz2 opensim-SC_OLD-a707fa7bea7deff8adf445bbf2bbd8cff19fcbcf.tar.xz |
* Added custom DatabaseTestAttribute to help separating unit tests from component tests.
Diffstat (limited to 'OpenSim/Data/MySQL/Tests')
-rw-r--r-- | OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs b/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs index 514e04e..ff324e7 100644 --- a/OpenSim/Data/MySQL/Tests/MySQLAssetTest.cs +++ b/OpenSim/Data/MySQL/Tests/MySQLAssetTest.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 MySQLAssetTest : BasicAssetTest | 37 | public class MySQLAssetTest : BasicAssetTest |
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); |