diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/World')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs b/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs index af789aa..7037141 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs | |||
@@ -79,6 +79,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests | |||
79 | [Test] | 79 | [Test] |
80 | public void TestSaveOarV0p2() | 80 | public void TestSaveOarV0p2() |
81 | { | 81 | { |
82 | TestHelper.InMethod(); | ||
82 | //log4net.Config.XmlConfigurator.Configure(); | 83 | //log4net.Config.XmlConfigurator.Configure(); |
83 | 84 | ||
84 | ArchiverModule archiverModule = new ArchiverModule(); | 85 | ArchiverModule archiverModule = new ArchiverModule(); |
@@ -202,6 +203,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests | |||
202 | [Test] | 203 | [Test] |
203 | public void TestLoadOarV0p2() | 204 | public void TestLoadOarV0p2() |
204 | { | 205 | { |
206 | TestHelper.InMethod(); | ||
205 | //log4net.Config.XmlConfigurator.Configure(); | 207 | //log4net.Config.XmlConfigurator.Configure(); |
206 | 208 | ||
207 | MemoryStream archiveWriteStream = new MemoryStream(); | 209 | MemoryStream archiveWriteStream = new MemoryStream(); |
@@ -277,6 +279,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests | |||
277 | //[Test] | 279 | //[Test] |
278 | public void TestMergeOarV0p2() | 280 | public void TestMergeOarV0p2() |
279 | { | 281 | { |
282 | TestHelper.InMethod(); | ||
280 | //XmlConfigurator.Configure(); | 283 | //XmlConfigurator.Configure(); |
281 | 284 | ||
282 | MemoryStream archiveWriteStream = new MemoryStream(); | 285 | MemoryStream archiveWriteStream = new MemoryStream(); |