diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Framework/Tests | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Framework/Tests')
-rw-r--r-- | OpenSim/Framework/Tests/AgentCircuitDataTest.cs | 8 | ||||
-rw-r--r-- | OpenSim/Framework/Tests/AgentCircuitManagerTests.cs | 2 | ||||
-rw-r--r-- | OpenSim/Framework/Tests/AnimationTests.cs | 2 | ||||
-rw-r--r-- | OpenSim/Framework/Tests/CacheTests.cs | 4 | ||||
-rw-r--r-- | OpenSim/Framework/Tests/LocationTest.cs | 2 | ||||
-rw-r--r-- | OpenSim/Framework/Tests/MundaneFrameworkTests.cs | 12 | ||||
-rw-r--r-- | OpenSim/Framework/Tests/PrimeNumberHelperTests.cs | 6 | ||||
-rw-r--r-- | OpenSim/Framework/Tests/UtilTest.cs | 2 |
8 files changed, 19 insertions, 19 deletions
diff --git a/OpenSim/Framework/Tests/AgentCircuitDataTest.cs b/OpenSim/Framework/Tests/AgentCircuitDataTest.cs index e8ae728..5ad0030 100644 --- a/OpenSim/Framework/Tests/AgentCircuitDataTest.cs +++ b/OpenSim/Framework/Tests/AgentCircuitDataTest.cs | |||
@@ -96,7 +96,7 @@ namespace OpenSim.Framework.Tests | |||
96 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_FOOT_SIZE] = 45; | 96 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_FOOT_SIZE] = 45; |
97 | 97 | ||
98 | 98 | ||
99 | // head | 99 | // head |
100 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_HEAD_SIZE] = 255; | 100 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_HEAD_SIZE] = 255; |
101 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_SQUASH_STRETCH_HEAD] = 0; // head stretch | 101 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_SQUASH_STRETCH_HEAD] = 0; // head stretch |
102 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_HEAD_SHAPE] = 155; | 102 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_HEAD_SHAPE] = 155; |
@@ -106,7 +106,7 @@ namespace OpenSim.Framework.Tests | |||
106 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_FACE_SHEAR] = 127; | 106 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_FACE_SHEAR] = 127; |
107 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_FOREHEAD_ANGLE] = 104; | 107 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_FOREHEAD_ANGLE] = 104; |
108 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_BIG_BROW] = 94; | 108 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_BIG_BROW] = 94; |
109 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_PUFFY_UPPER_CHEEKS] = 0; // upper cheeks | 109 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_PUFFY_UPPER_CHEEKS] = 0; // upper cheeks |
110 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_DOUBLE_CHIN] = 122; // lower cheeks | 110 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_DOUBLE_CHIN] = 122; // lower cheeks |
111 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_HIGH_CHEEK_BONES] = 130; | 111 | VisualParams[(int)AvatarAppearance.VPElement.SHAPE_HIGH_CHEEK_BONES] = 130; |
112 | 112 | ||
@@ -232,7 +232,7 @@ namespace OpenSim.Framework.Tests | |||
232 | /// <summary> | 232 | /// <summary> |
233 | /// Test to ensure that the serialization format is the same and the underlying types don't change without notice | 233 | /// Test to ensure that the serialization format is the same and the underlying types don't change without notice |
234 | /// oldSerialization is just a json serialization of the OSDMap packed for the AgentCircuitData. | 234 | /// oldSerialization is just a json serialization of the OSDMap packed for the AgentCircuitData. |
235 | /// The idea is that if the current json serializer cannot parse the old serialization, then the underlying types | 235 | /// The idea is that if the current json serializer cannot parse the old serialization, then the underlying types |
236 | /// have changed and are incompatible. | 236 | /// have changed and are incompatible. |
237 | /// </summary> | 237 | /// </summary> |
238 | [Test] | 238 | [Test] |
@@ -319,7 +319,7 @@ namespace OpenSim.Framework.Tests | |||
319 | string str = OSDParser.SerializeJsonString(map); | 319 | string str = OSDParser.SerializeJsonString(map); |
320 | //System.Console.WriteLine(str); | 320 | //System.Console.WriteLine(str); |
321 | map2 = (OSDMap) OSDParser.DeserializeJson(str); | 321 | map2 = (OSDMap) OSDParser.DeserializeJson(str); |
322 | } | 322 | } |
323 | catch (System.NullReferenceException) | 323 | catch (System.NullReferenceException) |
324 | { | 324 | { |
325 | //spurious litjson errors :P | 325 | //spurious litjson errors :P |
diff --git a/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs b/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs index ae132c8..b572afc 100644 --- a/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs +++ b/OpenSim/Framework/Tests/AgentCircuitManagerTests.cs | |||
@@ -183,7 +183,7 @@ namespace OpenSim.Framework.Tests | |||
183 | 183 | ||
184 | resp = agentCircuitManager.AuthenticateSession(UUID.Random(), AgentId1, circuitcode1); | 184 | resp = agentCircuitManager.AuthenticateSession(UUID.Random(), AgentId1, circuitcode1); |
185 | Assert.That(!resp.Authorised); | 185 | Assert.That(!resp.Authorised); |
186 | 186 | ||
187 | resp = agentCircuitManager.AuthenticateSession(SessionId1, AgentId1, circuitcode2); | 187 | resp = agentCircuitManager.AuthenticateSession(SessionId1, AgentId1, circuitcode2); |
188 | Assert.That(!resp.Authorised); | 188 | Assert.That(!resp.Authorised); |
189 | 189 | ||
diff --git a/OpenSim/Framework/Tests/AnimationTests.cs b/OpenSim/Framework/Tests/AnimationTests.cs index d8f17d0..daf8611 100644 --- a/OpenSim/Framework/Tests/AnimationTests.cs +++ b/OpenSim/Framework/Tests/AnimationTests.cs | |||
@@ -84,7 +84,7 @@ namespace OpenSim.Framework.Tests | |||
84 | anim4.AnimID = anim2.AnimID; | 84 | anim4.AnimID = anim2.AnimID; |
85 | anim4.ObjectID = anim2.ObjectID; | 85 | anim4.ObjectID = anim2.ObjectID; |
86 | anim4.SequenceNum = anim2.SequenceNum; | 86 | anim4.SequenceNum = anim2.SequenceNum; |
87 | 87 | ||
88 | Assert.That(anim4.ObjectID == objUUID2 && anim4.AnimID == animUUID2 && anim4.SequenceNum == 1, "void constructor and manual field population failed to set the properties correctly."); | 88 | Assert.That(anim4.ObjectID == objUUID2 && anim4.AnimID == animUUID2 && anim4.SequenceNum == 1, "void constructor and manual field population failed to set the properties correctly."); |
89 | } | 89 | } |
90 | } | 90 | } |
diff --git a/OpenSim/Framework/Tests/CacheTests.cs b/OpenSim/Framework/Tests/CacheTests.cs index c709860..a92ff3c 100644 --- a/OpenSim/Framework/Tests/CacheTests.cs +++ b/OpenSim/Framework/Tests/CacheTests.cs | |||
@@ -70,7 +70,7 @@ namespace OpenSim.Framework.Tests | |||
70 | Assert.That(citem == null, "Item should not be in Cache"); | 70 | Assert.That(citem == null, "Item should not be in Cache"); |
71 | } | 71 | } |
72 | 72 | ||
73 | 73 | ||
74 | [Test] | 74 | [Test] |
75 | public void ExpireItemManually() | 75 | public void ExpireItemManually() |
76 | { | 76 | { |
@@ -96,7 +96,7 @@ namespace OpenSim.Framework.Tests | |||
96 | cachedItem.Store(foo); | 96 | cachedItem.Store(foo); |
97 | cache.Store(cacheItemUUID.ToString(), cachedItem); | 97 | cache.Store(cacheItemUUID.ToString(), cachedItem); |
98 | cache.Clear(); | 98 | cache.Clear(); |
99 | 99 | ||
100 | object citem = cache.Get(cacheItemUUID.ToString()); | 100 | object citem = cache.Get(cacheItemUUID.ToString()); |
101 | Assert.That(citem == null, "Item should not be in Cache because we manually invalidated it"); | 101 | Assert.That(citem == null, "Item should not be in Cache because we manually invalidated it"); |
102 | } | 102 | } |
diff --git a/OpenSim/Framework/Tests/LocationTest.cs b/OpenSim/Framework/Tests/LocationTest.cs index 3d5d1d2..5e84026 100644 --- a/OpenSim/Framework/Tests/LocationTest.cs +++ b/OpenSim/Framework/Tests/LocationTest.cs | |||
@@ -85,6 +85,6 @@ namespace OpenSim.Framework.Tests | |||
85 | Assert.That(TestLocation2.Equals(cln), "Cloned object failed .Equals(obj) Test"); | 85 | Assert.That(TestLocation2.Equals(cln), "Cloned object failed .Equals(obj) Test"); |
86 | 86 | ||
87 | } | 87 | } |
88 | 88 | ||
89 | } | 89 | } |
90 | } | 90 | } |
diff --git a/OpenSim/Framework/Tests/MundaneFrameworkTests.cs b/OpenSim/Framework/Tests/MundaneFrameworkTests.cs index d8072c7..bde7056 100644 --- a/OpenSim/Framework/Tests/MundaneFrameworkTests.cs +++ b/OpenSim/Framework/Tests/MundaneFrameworkTests.cs | |||
@@ -110,7 +110,7 @@ namespace OpenSim.Framework.Tests | |||
110 | && position2.Center == position1.Center | 110 | && position2.Center == position1.Center |
111 | && position2.RegionHandle == position1.RegionHandle | 111 | && position2.RegionHandle == position1.RegionHandle |
112 | && position2.Far == position1.Far | 112 | && position2.Far == position1.Far |
113 | 113 | ||
114 | ,"Copy From ChildAgentDataUpdate failed"); | 114 | ,"Copy From ChildAgentDataUpdate failed"); |
115 | 115 | ||
116 | position2 = new AgentPosition(); | 116 | position2 = new AgentPosition(); |
@@ -148,13 +148,13 @@ namespace OpenSim.Framework.Tests | |||
148 | // string time = settings.LoadedCreationTime; | 148 | // string time = settings.LoadedCreationTime; |
149 | 149 | ||
150 | Assert.That(m_RegionSettingsOnSaveEventFired, "RegionSettings Save Event didn't Fire"); | 150 | Assert.That(m_RegionSettingsOnSaveEventFired, "RegionSettings Save Event didn't Fire"); |
151 | 151 | ||
152 | } | 152 | } |
153 | public void RegionSaveFired(RegionSettings settings) | 153 | public void RegionSaveFired(RegionSettings settings) |
154 | { | 154 | { |
155 | m_RegionSettingsOnSaveEventFired = true; | 155 | m_RegionSettingsOnSaveEventFired = true; |
156 | } | 156 | } |
157 | 157 | ||
158 | [Test] | 158 | [Test] |
159 | public void InventoryItemBaseConstructorTest01() | 159 | public void InventoryItemBaseConstructorTest01() |
160 | { | 160 | { |
@@ -164,7 +164,7 @@ namespace OpenSim.Framework.Tests | |||
164 | 164 | ||
165 | UUID ItemID = UUID.Random(); | 165 | UUID ItemID = UUID.Random(); |
166 | UUID OwnerID = UUID.Random(); | 166 | UUID OwnerID = UUID.Random(); |
167 | 167 | ||
168 | InventoryItemBase b2 = new InventoryItemBase(ItemID); | 168 | InventoryItemBase b2 = new InventoryItemBase(ItemID); |
169 | Assert.That(b2.ID == ItemID, "ID constructor should create an inventory item with ID = ItemID"); | 169 | Assert.That(b2.ID == ItemID, "ID constructor should create an inventory item with ID = ItemID"); |
170 | Assert.That(b2.Owner == UUID.Zero, "ID constructor should create an inventory item with Owner = UUID.Zero"); | 170 | Assert.That(b2.Owner == UUID.Zero, "ID constructor should create an inventory item with Owner = UUID.Zero"); |
@@ -268,7 +268,7 @@ namespace OpenSim.Framework.Tests | |||
268 | Assert.That(fld.ID == uuid1, "ID,Owner constructor failed to save value in ID field."); | 268 | Assert.That(fld.ID == uuid1, "ID,Owner constructor failed to save value in ID field."); |
269 | Assert.That(fld.Owner == uuid2, "ID,Owner constructor failed to save value in ID field."); | 269 | Assert.That(fld.Owner == uuid2, "ID,Owner constructor failed to save value in ID field."); |
270 | } | 270 | } |
271 | 271 | ||
272 | [Test] | 272 | [Test] |
273 | public void AsssetBaseConstructorTest01() | 273 | public void AsssetBaseConstructorTest01() |
274 | { | 274 | { |
@@ -304,6 +304,6 @@ namespace OpenSim.Framework.Tests | |||
304 | Culture.SetCurrentCulture(); | 304 | Culture.SetCurrentCulture(); |
305 | Assert.That(Thread.CurrentThread.CurrentCulture.Name == ci.Name, "SetCurrentCulture failed to set thread culture to en-US"); | 305 | Assert.That(Thread.CurrentThread.CurrentCulture.Name == ci.Name, "SetCurrentCulture failed to set thread culture to en-US"); |
306 | 306 | ||
307 | } | 307 | } |
308 | } | 308 | } |
309 | } | 309 | } |
diff --git a/OpenSim/Framework/Tests/PrimeNumberHelperTests.cs b/OpenSim/Framework/Tests/PrimeNumberHelperTests.cs index 82e13e5..cc30fb9 100644 --- a/OpenSim/Framework/Tests/PrimeNumberHelperTests.cs +++ b/OpenSim/Framework/Tests/PrimeNumberHelperTests.cs | |||
@@ -127,9 +127,9 @@ namespace OpenSim.Framework.Tests | |||
127 | 127 | ||
128 | int[] nonprimes = { | 128 | int[] nonprimes = { |
129 | 4, 6, 8, 10, 14, 16, 18, 22, 28, 30, 36, 40, 42, 46, 52, 58, 60, 66, 70, 72, 78, 82, 88, | 129 | 4, 6, 8, 10, 14, 16, 18, 22, 28, 30, 36, 40, 42, 46, 52, 58, 60, 66, 70, 72, 78, 82, 88, |
130 | 96, 366, 372, 378, 382, 388, 396, 400, 408, 418, 420, 430, 432, 438, 442, 448, 456, 460, 462, | 130 | 96, 366, 372, 378, 382, 388, 396, 400, 408, 418, 420, 430, 432, 438, 442, 448, 456, 460, 462, |
131 | 466, 478, 486, 490, 498, 502, 508, 856, 858, 862, 876, 880, 882, 886, 906, 910, 918, 928, 936, | 131 | 466, 478, 486, 490, 498, 502, 508, 856, 858, 862, 876, 880, 882, 886, 906, 910, 918, 928, 936, |
132 | 940, 946, 952, 966, 970, 976, 982, 990, 996, 1008, 1740, 1746, 1752, 1758, 4650, 4656, 4662, | 132 | 940, 946, 952, 966, 970, 976, 982, 990, 996, 1008, 1740, 1746, 1752, 1758, 4650, 4656, 4662, |
133 | 4672, 4678, 4690, 7740, 7752, 7756, 7758, 7788, 7792, 7816, 7822, 7828, 7840, 7852, 7866, 7872, | 133 | 4672, 4678, 4690, 7740, 7752, 7756, 7758, 7788, 7792, 7816, 7822, 7828, 7840, 7852, 7866, 7872, |
134 | 7876, 7878, 7882, 7900, 7906, 7918 | 134 | 7876, 7878, 7882, 7900, 7906, 7918 |
135 | }; | 135 | }; |
diff --git a/OpenSim/Framework/Tests/UtilTest.cs b/OpenSim/Framework/Tests/UtilTest.cs index 14b9d2f..b3d79ee 100644 --- a/OpenSim/Framework/Tests/UtilTest.cs +++ b/OpenSim/Framework/Tests/UtilTest.cs | |||
@@ -233,7 +233,7 @@ namespace OpenSim.Framework.Tests | |||
233 | "application/vnd.ll.clothing", | 233 | "application/vnd.ll.clothing", |
234 | "application/vnd.ll.gesture" | 234 | "application/vnd.ll.gesture" |
235 | }; | 235 | }; |
236 | 236 | ||
237 | for (int i=0;i<inventorytypes.Length;i++) | 237 | for (int i=0;i<inventorytypes.Length;i++) |
238 | { | 238 | { |
239 | Assert.AreEqual(invcontenttypes[i], SLUtil.SLInvTypeToContentType(inventorytypes[i]), | 239 | Assert.AreEqual(invcontenttypes[i], SLUtil.SLInvTypeToContentType(inventorytypes[i]), |