Enable logging in new json store tests to find out why they fail on jenkins but not locally.

user_profiles
Justin Clark-Casey (justincc) 2013-01-25 02:22:24 +00:00
parent 844e60da0f
commit 8c68451856
1 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests
public void TestJsonCreateStore() public void TestJsonCreateStore()
{ {
TestHelpers.InMethod(); TestHelpers.InMethod();
// log4net.Config.XmlConfigurator.Configure(); TestHelpers.EnableLogging();
UUID storeId = (UUID)m_smcm.InvokeOperation(UUID.Zero, UUID.Zero, "JsonCreateStore", new object[] { "{}" }); UUID storeId = (UUID)m_smcm.InvokeOperation(UUID.Zero, UUID.Zero, "JsonCreateStore", new object[] { "{}" });
@ -87,7 +87,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests
public void TestJsonGetValue() public void TestJsonGetValue()
{ {
TestHelpers.InMethod(); TestHelpers.InMethod();
// log4net.Config.XmlConfigurator.Configure(); TestHelpers.EnableLogging();
UUID storeId UUID storeId
= (UUID)m_smcm.InvokeOperation( = (UUID)m_smcm.InvokeOperation(
@ -104,7 +104,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests
public void TestJsonTestPath() public void TestJsonTestPath()
{ {
TestHelpers.InMethod(); TestHelpers.InMethod();
// log4net.Config.XmlConfigurator.Configure(); TestHelpers.EnableLogging();
UUID storeId UUID storeId
= (UUID)m_smcm.InvokeOperation( = (UUID)m_smcm.InvokeOperation(
@ -121,7 +121,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore.Tests
public void TestJsonSetValue() public void TestJsonSetValue()
{ {
TestHelpers.InMethod(); TestHelpers.InMethod();
// log4net.Config.XmlConfigurator.Configure(); TestHelpers.EnableLogging();
UUID storeId UUID storeId
= (UUID)m_smcm.InvokeOperation( = (UUID)m_smcm.InvokeOperation(