* Change static field "initialized" in RestInterregionComms to an instance field

* This was the cause of teleport tests interfering with each other
This commit is contained in:
Justin Clarke Casey
2009-02-13 20:12:11 +00:00
parent d307109e1a
commit b71d68c9bc
4 changed files with 13 additions and 18 deletions

View File

@@ -221,7 +221,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
[Test]
public void TestMergeOarV0p2()
{
XmlConfigurator.Configure();
//XmlConfigurator.Configure();
MemoryStream archiveWriteStream = new MemoryStream();