diff options
author | Sean Dague | 2009-05-07 19:37:25 +0000 |
---|---|---|
committer | Sean Dague | 2009-05-07 19:37:25 +0000 |
commit | 6d36985bbcc73c1ad06b4149c7fbf6615cbf7061 (patch) | |
tree | 0debc142c746faea34ba3d0c5f82ae49e69fef50 | |
parent | * minor: use system ascii encoding rather than newing up our own object (diff) | |
download | opensim-SC_OLD-6d36985bbcc73c1ad06b4149c7fbf6615cbf7061.zip opensim-SC_OLD-6d36985bbcc73c1ad06b4149c7fbf6615cbf7061.tar.gz opensim-SC_OLD-6d36985bbcc73c1ad06b4149c7fbf6615cbf7061.tar.bz2 opensim-SC_OLD-6d36985bbcc73c1ad06b4149c7fbf6615cbf7061.tar.xz |
remove misleading comment
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs b/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs index 7037141..c052bda 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/Tests/ArchiverTests.cs | |||
@@ -252,9 +252,6 @@ namespace OpenSim.Region.CoreModules.World.Archiver.Tests | |||
252 | { | 252 | { |
253 | scene.EventManager.OnOarFileLoaded += LoadCompleted; | 253 | scene.EventManager.OnOarFileLoaded += LoadCompleted; |
254 | archiverModule.DearchiveRegion(archiveReadStream); | 254 | archiverModule.DearchiveRegion(archiveReadStream); |
255 | |||
256 | // Load occurs asynchronously right now | ||
257 | //Monitor.Wait(this, 60000); | ||
258 | } | 255 | } |
259 | 256 | ||
260 | Assert.That(m_lastErrorMessage, Is.Null); | 257 | Assert.That(m_lastErrorMessage, Is.Null); |