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/SQLite/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/SQLite/Tests')
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs index f299c91..db21892 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs | |||
@@ -31,7 +31,7 @@ using OpenSim.Data.Tests; | |||
31 | 31 | ||
32 | namespace OpenSim.Data.SQLite.Tests | 32 | namespace OpenSim.Data.SQLite.Tests |
33 | { | 33 | { |
34 | [TestFixture] | 34 | [TestFixture, DatabaseTest] |
35 | public class SQLiteAssetTest : BasicAssetTest | 35 | public class SQLiteAssetTest : BasicAssetTest |
36 | { | 36 | { |
37 | public string file; | 37 | public string file; |
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs index 17d52c3..dadc2da 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteEstateTest.cs | |||
@@ -31,7 +31,7 @@ using OpenSim.Data.Tests; | |||
31 | 31 | ||
32 | namespace OpenSim.Data.SQLite.Tests | 32 | namespace OpenSim.Data.SQLite.Tests |
33 | { | 33 | { |
34 | [TestFixture] | 34 | [TestFixture, DatabaseTest] |
35 | public class SQLiteEstateTest : BasicEstateTest | 35 | public class SQLiteEstateTest : BasicEstateTest |
36 | { | 36 | { |
37 | public string file = "regiontest.db"; | 37 | public string file = "regiontest.db"; |
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs index ae360f1..9c65cd2 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteInventoryTest.cs | |||
@@ -31,7 +31,7 @@ using OpenSim.Data.Tests; | |||
31 | 31 | ||
32 | namespace OpenSim.Data.SQLite.Tests | 32 | namespace OpenSim.Data.SQLite.Tests |
33 | { | 33 | { |
34 | [TestFixture] | 34 | [TestFixture, DatabaseTest] |
35 | public class SQLiteInventoryTest : BasicInventoryTest | 35 | public class SQLiteInventoryTest : BasicInventoryTest |
36 | { | 36 | { |
37 | public string file; | 37 | public string file; |
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs index 48f3cbb..2c2dc3c 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteRegionTest.cs | |||
@@ -31,7 +31,7 @@ using OpenSim.Data.Tests; | |||
31 | 31 | ||
32 | namespace OpenSim.Data.SQLite.Tests | 32 | namespace OpenSim.Data.SQLite.Tests |
33 | { | 33 | { |
34 | [TestFixture] | 34 | [TestFixture, DatabaseTest] |
35 | public class SQLiteRegionTest : BasicRegionTest | 35 | public class SQLiteRegionTest : BasicRegionTest |
36 | { | 36 | { |
37 | public string file = "regiontest.db"; | 37 | public string file = "regiontest.db"; |
diff --git a/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs b/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs index 3f8c049..f074b64 100644 --- a/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs +++ b/OpenSim/Data/SQLite/Tests/SQLiteUserTest.cs | |||
@@ -31,7 +31,7 @@ using OpenSim.Data.Tests; | |||
31 | 31 | ||
32 | namespace OpenSim.Data.SQLite.Tests | 32 | namespace OpenSim.Data.SQLite.Tests |
33 | { | 33 | { |
34 | [TestFixture] | 34 | [TestFixture, DatabaseTest] |
35 | public class SQLiteUserTest : BasicUserTest | 35 | public class SQLiteUserTest : BasicUserTest |
36 | { | 36 | { |
37 | public string file; | 37 | public string file; |