mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* Added custom DatabaseTestAttribute to help separating unit tests from component tests.
This commit is contained in:
@@ -31,7 +31,7 @@ using OpenSim.Data.Tests;
|
||||
|
||||
namespace OpenSim.Data.SQLite.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
[TestFixture, DatabaseTest]
|
||||
public class SQLiteAssetTest : BasicAssetTest
|
||||
{
|
||||
public string file;
|
||||
|
||||
Reference in New Issue
Block a user