mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
add in bits to attempt to enable log4net on these tests to help when debugging
This commit is contained in:
@@ -45,6 +45,15 @@ namespace OpenSim.Data.Tests
|
||||
|
||||
public void SuperInit()
|
||||
{
|
||||
try
|
||||
{
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
// I don't care, just leave log4net off
|
||||
}
|
||||
|
||||
uuid1 = UUID.Random();
|
||||
uuid2 = UUID.Random();
|
||||
uuid3 = UUID.Random();
|
||||
|
||||
Reference in New Issue
Block a user