resorting out this merge from arthur, sorry for so many commits here.

0.6.0-stable
Sean Dague 2008-10-16 17:46:46 +00:00
parent 8795bb623d
commit 43928d5253
1 changed files with 0 additions and 8 deletions

View File

@ -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);
}