resorting out this merge from arthur, sorry for so many commits here.
parent
8795bb623d
commit
43928d5253
|
@ -219,14 +219,6 @@ namespace OpenSim.Data.Tests
|
||||||
db.AddNewUserAgent(a0);
|
db.AddNewUserAgent(a0);
|
||||||
db.AddNewUserAgent(a4);
|
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(user4),Is.Null);
|
||||||
Assert.That(db.GetAgentByUUID(zero),Is.Null);
|
Assert.That(db.GetAgentByUUID(zero),Is.Null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue