mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 13:35:35 +08:00
* Added custom DatabaseTestAttribute to help separating unit tests from component tests.
This commit is contained in:
@@ -33,7 +33,7 @@ using System.Reflection;
|
||||
|
||||
namespace OpenSim.Data.MySQL.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
[TestFixture, DatabaseTest]
|
||||
public class MySQLAssetTest : BasicAssetTest
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
Reference in New Issue
Block a user