mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
minor: Fix more compiler warnings in CoreModules tests by properly overriding OpenSimTestCase.SetUp()
This commit is contained in:
@@ -53,8 +53,10 @@ namespace OpenSim.Region.CoreModules.Asset.Tests
|
||||
protected FlotsamAssetCache m_cache;
|
||||
|
||||
[SetUp]
|
||||
public void SetUp()
|
||||
public override void SetUp()
|
||||
{
|
||||
base.SetUp();
|
||||
|
||||
IConfigSource config = new IniConfigSource();
|
||||
|
||||
config.AddConfig("Modules");
|
||||
|
||||
Reference in New Issue
Block a user