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

0.7.4-extended
Justin Clark-Casey (justincc) 2013-01-25 02:22:24 +00:00
parent cf04e09521
commit 7b8dc102d2
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(