* Fix some tests

0.6.1-post-fixes
Teravus Ovares 2008-11-27 06:07:17 +00:00
parent 921692a15f
commit 7bf1452a61
1 changed files with 2 additions and 1 deletions

View File

@ -942,7 +942,8 @@ namespace OpenSim.Region.Environment.Scenes.Tests
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
{
throw new NotImplementedException();
//throw new NotImplementedException();
return false;
}
}