aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests/UtilTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Tests/UtilTest.cs')
-rw-r--r--OpenSim/Framework/Tests/UtilTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Tests/UtilTest.cs b/OpenSim/Framework/Tests/UtilTest.cs
index 3b7f252..960f5d8 100644
--- a/OpenSim/Framework/Tests/UtilTest.cs
+++ b/OpenSim/Framework/Tests/UtilTest.cs
@@ -299,7 +299,7 @@ namespace OpenSim.Framework.Tests
299 uint z1 = 22; 299 uint z1 = 22;
300 ulong regionHandle2; 300 ulong regionHandle2;
301 uint x2, y2, z2; 301 uint x2, y2, z2;
302 UUID fakeParcelID1, fakeParcelID2, uuid; 302 UUID fakeParcelID1, uuid;
303 303
304 ulong bigInt64 = Util.BytesToUInt64Big(hexBytes8); 304 ulong bigInt64 = Util.BytesToUInt64Big(hexBytes8);
305 Assert.AreEqual(var64Bit, bigInt64, 305 Assert.AreEqual(var64Bit, bigInt64,