mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Get UUIDGatherer to scan notecards in the graph for asset uuids.
This is to support npc baked texture saving in oars and iars. May address http://opensimulator.org/mantis/view.php?id=5743
This commit is contained in:
@@ -146,9 +146,9 @@ namespace OpenSim.Framework.Tests
|
||||
Assert.IsFalse(Util.isUUID("FOOBAR67-89ab-Cdef-0123-456789AbCdEf"),
|
||||
"UUIDs with non-hex characters are recognized as correct UUIDs.");
|
||||
Assert.IsFalse(Util.isUUID("01234567"),
|
||||
"Too short UUIDs are regognized as correct UUIDs.");
|
||||
"Too short UUIDs are recognized as correct UUIDs.");
|
||||
Assert.IsFalse(Util.isUUID("01234567-89ab-Cdef-0123-456789AbCdEf0"),
|
||||
"Too long UUIDs are regognized as correct UUIDs.");
|
||||
"Too long UUIDs are recognized as correct UUIDs.");
|
||||
Assert.IsFalse(Util.isUUID("01234567-89ab-Cdef-0123+456789AbCdEf"),
|
||||
"UUIDs with wrong format are recognized as correct UUIDs.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user