mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
- Enforced no user or agent with UUID 0 on agent DB insertion
This commit is contained in:
@@ -226,6 +226,9 @@ namespace OpenSim.Data.Tests
|
||||
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);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user