aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests
diff options
context:
space:
mode:
authorAlexRa2010-05-26 10:22:59 +0300
committerAlexRa2010-05-26 10:25:56 +0300
commit5d65ef2db3da400a005f2279211de9e9c62641b3 (patch)
treea94ef2ba964ac6ff5d4ab378ac070dd050fd850b /OpenSim/Data/Tests
parentEnsured that tests are skipped for wrong conn string, also m_log chng (diff)
downloadopensim-SC_OLD-5d65ef2db3da400a005f2279211de9e9c62641b3.zip
opensim-SC_OLD-5d65ef2db3da400a005f2279211de9e9c62641b3.tar.gz
opensim-SC_OLD-5d65ef2db3da400a005f2279211de9e9c62641b3.tar.bz2
opensim-SC_OLD-5d65ef2db3da400a005f2279211de9e9c62641b3.tar.xz
Minor correction to AssetTests.cs
(forgot to change test descriptions, has no effect on running the tests)
Diffstat (limited to 'OpenSim/Data/Tests')
-rw-r--r--OpenSim/Data/Tests/AssetTests.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Data/Tests/AssetTests.cs b/OpenSim/Data/Tests/AssetTests.cs
index d771053..800b9bf 100644
--- a/OpenSim/Data/Tests/AssetTests.cs
+++ b/OpenSim/Data/Tests/AssetTests.cs
@@ -60,17 +60,17 @@ namespace OpenSim.Data.Tests
60 60
61#else 61#else
62 62
63 [TestFixture(Description = "Region store tests (SQLite)")] 63 [TestFixture(Description = "Asset store tests (SQLite)")]
64 public class SQLiteAssetTests : AssetTests<SqliteConnection, SQLiteAssetData> 64 public class SQLiteAssetTests : AssetTests<SqliteConnection, SQLiteAssetData>
65 { 65 {
66 } 66 }
67 67
68 [TestFixture(Description = "Region store tests (MySQL)")] 68 [TestFixture(Description = "Asset store tests (MySQL)")]
69 public class MySqlAssetTests : AssetTests<MySqlConnection, MySQLAssetData> 69 public class MySqlAssetTests : AssetTests<MySqlConnection, MySQLAssetData>
70 { 70 {
71 } 71 }
72 72
73 [TestFixture(Description = "Region store tests (MS SQL Server)")] 73 [TestFixture(Description = "Asset store tests (MS SQL Server)")]
74 public class MSSQLAssetTests : AssetTests<SqlConnection, MSSQLAssetData> 74 public class MSSQLAssetTests : AssetTests<SqlConnection, MSSQLAssetData>
75 { 75 {
76 } 76 }