Correctly override and call base OpenSimTestCase.SetUp() method in GridConnectorsTests and ArchiverTests.

Remove unrelated compile warning from AttachmentsModuleTests.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-09-19 01:06:42 +01:00
parent e50155ebca
commit 967d42d393
3 changed files with 11 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
public class AttachmentsModuleTests : OpenSimTestCase
{
private AutoResetEvent m_chatEvent = new AutoResetEvent(false);
private OSChatMessage m_osChatMessageReceived;
// private OSChatMessage m_osChatMessageReceived;
[TestFixtureSetUp]
public void FixtureInit()
@@ -83,7 +83,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
{
// Console.WriteLine("Got chat [{0}]", oscm.Message);
m_osChatMessageReceived = oscm;
// m_osChatMessageReceived = oscm;
m_chatEvent.Set();
}