aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Tests
diff options
context:
space:
mode:
authorTeravus Ovares2008-11-27 06:07:17 +0000
committerTeravus Ovares2008-11-27 06:07:17 +0000
commit7bf1452a61e65bf6c220adcdb406c3ae1892053c (patch)
tree5dfff711537c1dc0006677b9a989783e54660660 /OpenSim/Region/Environment/Scenes/Tests
parentThank you kindly, Nlin for a patch that: (diff)
downloadopensim-SC_OLD-7bf1452a61e65bf6c220adcdb406c3ae1892053c.zip
opensim-SC_OLD-7bf1452a61e65bf6c220adcdb406c3ae1892053c.tar.gz
opensim-SC_OLD-7bf1452a61e65bf6c220adcdb406c3ae1892053c.tar.bz2
opensim-SC_OLD-7bf1452a61e65bf6c220adcdb406c3ae1892053c.tar.xz
* Fix some tests
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Tests')
-rw-r--r--OpenSim/Region/Environment/Scenes/Tests/TestClient.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs b/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs
index 606b1fb..69e45bb 100644
--- a/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs
+++ b/OpenSim/Region/Environment/Scenes/Tests/TestClient.cs
@@ -942,7 +942,8 @@ namespace OpenSim.Region.Environment.Scenes.Tests
942 942
943 public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) 943 public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
944 { 944 {
945 throw new NotImplementedException(); 945 //throw new NotImplementedException();
946 return false;
946 } 947 }
947 948
948 } 949 }