aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index f75a815..578e3ed 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -873,9 +873,7 @@ namespace OpenSim.Tests.Common.Mock
873 { 873 {
874 } 874 }
875 875
876 public void SetDebugPacketLevel(int newDebug) 876 public int DebugPacketLevel { get; set; }
877 {
878 }
879 877
880 public void InPacket(object NewPack) 878 public void InPacket(object NewPack)
881 { 879 {