diff options
author | Melanie | 2011-10-25 03:19:10 +0100 |
---|---|---|
committer | Melanie | 2011-10-25 03:19:10 +0100 |
commit | 02f0aa592d665c7bd7526a077e97cf2637a259f6 (patch) | |
tree | 966d5bb4535a76bd422b5841d3b2c0fccc8495cb /OpenSim/Framework/Tests | |
parent | Merge commit '30320505fa54640baf4ecaff8bb743f62ef01f86' into bigmerge (diff) | |
parent | Get UUIDGatherer to scan notecards in the graph for asset uuids. (diff) | |
download | opensim-SC_OLD-02f0aa592d665c7bd7526a077e97cf2637a259f6.zip opensim-SC_OLD-02f0aa592d665c7bd7526a077e97cf2637a259f6.tar.gz opensim-SC_OLD-02f0aa592d665c7bd7526a077e97cf2637a259f6.tar.bz2 opensim-SC_OLD-02f0aa592d665c7bd7526a077e97cf2637a259f6.tar.xz |
Merge commit 'ffdf59a57c936189e3b161b79b4a76a3a9b260bb' into bigmerge
Diffstat (limited to 'OpenSim/Framework/Tests')
-rw-r--r-- | OpenSim/Framework/Tests/UtilTest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Tests/UtilTest.cs b/OpenSim/Framework/Tests/UtilTest.cs index c5a20e7..1ca35df 100644 --- a/OpenSim/Framework/Tests/UtilTest.cs +++ b/OpenSim/Framework/Tests/UtilTest.cs | |||
@@ -146,9 +146,9 @@ namespace OpenSim.Framework.Tests | |||
146 | Assert.IsFalse(Util.isUUID("FOOBAR67-89ab-Cdef-0123-456789AbCdEf"), | 146 | Assert.IsFalse(Util.isUUID("FOOBAR67-89ab-Cdef-0123-456789AbCdEf"), |
147 | "UUIDs with non-hex characters are recognized as correct UUIDs."); | 147 | "UUIDs with non-hex characters are recognized as correct UUIDs."); |
148 | Assert.IsFalse(Util.isUUID("01234567"), | 148 | Assert.IsFalse(Util.isUUID("01234567"), |
149 | "Too short UUIDs are regognized as correct UUIDs."); | 149 | "Too short UUIDs are recognized as correct UUIDs."); |
150 | Assert.IsFalse(Util.isUUID("01234567-89ab-Cdef-0123-456789AbCdEf0"), | 150 | Assert.IsFalse(Util.isUUID("01234567-89ab-Cdef-0123-456789AbCdEf0"), |
151 | "Too long UUIDs are regognized as correct UUIDs."); | 151 | "Too long UUIDs are recognized as correct UUIDs."); |
152 | Assert.IsFalse(Util.isUUID("01234567-89ab-Cdef-0123+456789AbCdEf"), | 152 | Assert.IsFalse(Util.isUUID("01234567-89ab-Cdef-0123+456789AbCdEf"), |
153 | "UUIDs with wrong format are recognized as correct UUIDs."); | 153 | "UUIDs with wrong format are recognized as correct UUIDs."); |
154 | } | 154 | } |