aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
diff options
context:
space:
mode:
authorlbsa712009-04-09 06:42:15 +0000
committerlbsa712009-04-09 06:42:15 +0000
commita707fa7bea7deff8adf445bbf2bbd8cff19fcbcf (patch)
treec71bcf31aefc5ea2ca6d9809c8dc6bc82231fbad /OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs
parentSQLite doesn't work on ppc64, so ignore these tests if we are (diff)
downloadopensim-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/SQLiteAssetTest.cs')
-rw-r--r--OpenSim/Data/SQLite/Tests/SQLiteAssetTest.cs2
1 files changed, 1 insertions, 1 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
32namespace OpenSim.Data.SQLite.Tests 32namespace 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;