Unit tests for presence. They helped fix a couple of wrongnesses.

This commit is contained in:
Diva Canto
2009-12-30 14:17:18 -08:00
parent 170a04ce41
commit 1d2a332b96
6 changed files with 363 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ namespace OpenSim.Data
}
/// <summary>
/// An interface for connecting to the authentication datastore
/// An interface for connecting to the presence datastore
/// </summary>
public interface IPresenceData
{