mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
resorting out this merge from arthur, sorry for so many commits here.
This commit is contained in:
@@ -219,14 +219,6 @@ namespace OpenSim.Data.Tests
|
||||
db.AddNewUserAgent(a0);
|
||||
db.AddNewUserAgent(a4);
|
||||
|
||||
UserAgentData a0a = db.GetAgentByUUID(user4);
|
||||
UserAgentData a4a = db.GetAgentByUUID(zero);
|
||||
|
||||
Assert.That(zero,Is.EqualTo(a0a.SessionID));
|
||||
Assert.That(user4,Is.EqualTo(a0a.ProfileID));
|
||||
Assert.That(agent4,Is.EqualTo(a4a.SessionID));
|
||||
Assert.That(zero,Is.EqualTo(a4a.ProfileID));
|
||||
|
||||
Assert.That(db.GetAgentByUUID(user4),Is.Null);
|
||||
Assert.That(db.GetAgentByUUID(zero),Is.Null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user