diff options
author | Justin Clark-Casey (justincc) | 2010-12-14 23:41:36 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-14 23:41:36 +0000 |
commit | 92727ad596a46990d76aad2cf0c75083df2f9c4a (patch) | |
tree | 56be94ad1839a1e2c7fc452548292c29bc68d7f0 /OpenSim | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-92727ad596a46990d76aad2cf0c75083df2f9c4a.zip opensim-SC_OLD-92727ad596a46990d76aad2cf0c75083df2f9c4a.tar.gz opensim-SC_OLD-92727ad596a46990d76aad2cf0c75083df2f9c4a.tar.bz2 opensim-SC_OLD-92727ad596a46990d76aad2cf0c75083df2f9c4a.tar.xz |
minor: disable debug logging for previous test
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Tests/SceneObjectUserGroupTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/SceneObjectUserGroupTests.cs b/OpenSim/Region/Framework/Scenes/Tests/SceneObjectUserGroupTests.cs index bceacda..c78038f 100644 --- a/OpenSim/Region/Framework/Scenes/Tests/SceneObjectUserGroupTests.cs +++ b/OpenSim/Region/Framework/Scenes/Tests/SceneObjectUserGroupTests.cs | |||
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests | |||
56 | public void TestShareWithGroup() | 56 | public void TestShareWithGroup() |
57 | { | 57 | { |
58 | TestHelper.InMethod(); | 58 | TestHelper.InMethod(); |
59 | log4net.Config.XmlConfigurator.Configure(); | 59 | // log4net.Config.XmlConfigurator.Configure(); |
60 | 60 | ||
61 | UUID userId = UUID.Parse("10000000-0000-0000-0000-000000000001"); | 61 | UUID userId = UUID.Parse("10000000-0000-0000-0000-000000000001"); |
62 | 62 | ||