aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorMelanie Thielker2017-01-05 19:07:37 +0000
committerMelanie Thielker2017-01-05 19:07:37 +0000
commitb16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch)
tree6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Tests/Common/Mock/TestClient.cs
parentMake it possible to disable the bakes module in the way it is described in co... (diff)
downloadopensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip
opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz
opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2
opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz
Massive tab and trailing space cleanup
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index f407e5a..e2f57b5 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -321,7 +321,7 @@ namespace OpenSim.Tests.Common
321 public event AvatarInterestUpdate OnAvatarInterestUpdate; 321 public event AvatarInterestUpdate OnAvatarInterestUpdate;
322 322
323 public event PlacesQuery OnPlacesQuery; 323 public event PlacesQuery OnPlacesQuery;
324 324
325 public event FindAgentUpdate OnFindAgent; 325 public event FindAgentUpdate OnFindAgent;
326 public event TrackAgentUpdate OnTrackAgent; 326 public event TrackAgentUpdate OnTrackAgent;
327 public event NewUserReport OnUserReport; 327 public event NewUserReport OnUserReport;
@@ -673,7 +673,7 @@ namespace OpenSim.Tests.Common
673 { 673 {
674 AgentCircuitData agentData = new AgentCircuitData(); 674 AgentCircuitData agentData = new AgentCircuitData();
675 agentData.AgentID = AgentId; 675 agentData.AgentID = AgentId;
676 agentData.SessionID = SessionId; 676 agentData.SessionID = SessionId;
677 agentData.SecureSessionID = UUID.Zero; 677 agentData.SecureSessionID = UUID.Zero;
678 agentData.circuitcode = m_circuitCode; 678 agentData.circuitcode = m_circuitCode;
679 agentData.child = false; 679 agentData.child = false;
@@ -713,7 +713,7 @@ namespace OpenSim.Tests.Common
713 public virtual void SendTeleportFailed(string reason) 713 public virtual void SendTeleportFailed(string reason)
714 { 714 {
715 m_log.DebugFormat( 715 m_log.DebugFormat(
716 "[TEST CLIENT]: Teleport failed for {0} {1} on {2} with reason {3}", 716 "[TEST CLIENT]: Teleport failed for {0} {1} on {2} with reason {3}",
717 m_firstName, m_lastName, m_scene.Name, reason); 717 m_firstName, m_lastName, m_scene.Name, reason);
718 } 718 }
719 719
@@ -781,7 +781,7 @@ namespace OpenSim.Tests.Common
781 public virtual void SendInventoryFolderDetails(UUID ownerID, UUID folderID, 781 public virtual void SendInventoryFolderDetails(UUID ownerID, UUID folderID,
782 List<InventoryItemBase> items, 782 List<InventoryItemBase> items,
783 List<InventoryFolderBase> folders, 783 List<InventoryFolderBase> folders,
784 int version, 784 int version,
785 bool fetchFolders, 785 bool fetchFolders,
786 bool fetchItems) 786 bool fetchItems)
787 { 787 {
@@ -881,7 +881,7 @@ namespace OpenSim.Tests.Common
881 OnRegionHandShakeReply(this); 881 OnRegionHandShakeReply(this);
882 } 882 }
883 } 883 }
884 884
885 public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) 885 public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID)
886 { 886 {
887 } 887 }
@@ -1314,7 +1314,7 @@ namespace OpenSim.Tests.Common
1314 public void SendMuteListUpdate(string filename) 1314 public void SendMuteListUpdate(string filename)
1315 { 1315 {
1316 } 1316 }
1317 1317
1318 public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) 1318 public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled)
1319 { 1319 {
1320 } 1320 }
@@ -1334,7 +1334,7 @@ namespace OpenSim.Tests.Common
1334 { 1334 {
1335 } 1335 }
1336 1336
1337 public void Disconnect() 1337 public void Disconnect()
1338 { 1338 {
1339 } 1339 }
1340 1340
@@ -1343,19 +1343,19 @@ namespace OpenSim.Tests.Common
1343 if (OnReceivedSendRebakeAvatarTextures != null) 1343 if (OnReceivedSendRebakeAvatarTextures != null)
1344 OnReceivedSendRebakeAvatarTextures(textureID); 1344 OnReceivedSendRebakeAvatarTextures(textureID);
1345 } 1345 }
1346 1346
1347 public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages) 1347 public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages)
1348 { 1348 {
1349 } 1349 }
1350 1350
1351 public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) 1351 public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt)
1352 { 1352 {
1353 } 1353 }
1354 1354
1355 public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier) 1355 public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier)
1356 { 1356 {
1357 } 1357 }
1358 1358
1359 public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) 1359 public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt)
1360 { 1360 {
1361 } 1361 }