mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Minor correction to AssetTests.cs
(forgot to change test descriptions, has no effect on running the tests)
This commit is contained in:
@@ -60,17 +60,17 @@ namespace OpenSim.Data.Tests
|
||||
|
||||
#else
|
||||
|
||||
[TestFixture(Description = "Region store tests (SQLite)")]
|
||||
[TestFixture(Description = "Asset store tests (SQLite)")]
|
||||
public class SQLiteAssetTests : AssetTests<SqliteConnection, SQLiteAssetData>
|
||||
{
|
||||
}
|
||||
|
||||
[TestFixture(Description = "Region store tests (MySQL)")]
|
||||
[TestFixture(Description = "Asset store tests (MySQL)")]
|
||||
public class MySqlAssetTests : AssetTests<MySqlConnection, MySQLAssetData>
|
||||
{
|
||||
}
|
||||
|
||||
[TestFixture(Description = "Region store tests (MS SQL Server)")]
|
||||
[TestFixture(Description = "Asset store tests (MS SQL Server)")]
|
||||
public class MSSQLAssetTests : AssetTests<SqlConnection, MSSQLAssetData>
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user