aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicAssetTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/Tests/BasicAssetTest.cs')
-rw-r--r--OpenSim/Data/Tests/BasicAssetTest.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Data/Tests/BasicAssetTest.cs b/OpenSim/Data/Tests/BasicAssetTest.cs
index 47c25a1..e40bccb 100644
--- a/OpenSim/Data/Tests/BasicAssetTest.cs
+++ b/OpenSim/Data/Tests/BasicAssetTest.cs
@@ -45,6 +45,15 @@ namespace OpenSim.Data.Tests
45 45
46 public void SuperInit() 46 public void SuperInit()
47 { 47 {
48 try
49 {
50 log4net.Config.XmlConfigurator.Configure();
51 }
52 catch (Exception)
53 {
54 // I don't care, just leave log4net off
55 }
56
48 uuid1 = UUID.Random(); 57 uuid1 = UUID.Random();
49 uuid2 = UUID.Random(); 58 uuid2 = UUID.Random();
50 uuid3 = UUID.Random(); 59 uuid3 = UUID.Random();