diff options
author | Teravus Ovares | 2008-11-27 06:07:17 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-11-27 06:07:17 +0000 |
commit | 7bf1452a61e65bf6c220adcdb406c3ae1892053c (patch) | |
tree | 5dfff711537c1dc0006677b9a989783e54660660 /OpenSim | |
parent | Thank you kindly, Nlin for a patch that: (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Tests/TestClient.cs | 3 |
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 | } |