* Enable test logging for TestSaveOarV0p2 to capture more information the next time this hiccups

0.6.5-rc1
Justin Clarke Casey 2009-03-10 17:57:04 +00:00
parent fd9ba29a03
commit 327720498e
1 changed files with 4 additions and 3 deletions

View File

@ -47,6 +47,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
{
lock (this)
{
System.Console.WriteLine("About to pulse ArchiverTests");
Monitor.PulseAll(this);
}
}
@ -57,7 +58,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests
[Test]
public void TestSaveOarV0p2()
{
//log4net.Config.XmlConfigurator.Configure();
log4net.Config.XmlConfigurator.Configure();
ArchiverModule archiverModule = new ArchiverModule();
SerialiserModule serialiserModule = new SerialiserModule();