aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-30 12:56:23 +0000
committerUbitUmarov2019-03-30 12:56:23 +0000
commit98be9969912921b67e1fd831fb567d18ad84823b (patch)
treefb9bb30eebf2be5ebd90f010d40d644dc4a9ae22 /OpenSim/Tests/Common/Mock/TestClient.cs
parentmake 2 tests happy again (diff)
downloadopensim-SC-98be9969912921b67e1fd831fb567d18ad84823b.zip
opensim-SC-98be9969912921b67e1fd831fb567d18ad84823b.tar.gz
opensim-SC-98be9969912921b67e1fd831fb567d18ad84823b.tar.bz2
opensim-SC-98be9969912921b67e1fd831fb567d18ad84823b.tar.xz
missing file
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 0af49f2..0031127 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1400,7 +1400,7 @@ namespace OpenSim.Tests.Common
1400 1400
1401 public uint GetViewerCaps() 1401 public uint GetViewerCaps()
1402 { 1402 {
1403 return 0; 1403 return 0x1000;
1404 } 1404 }
1405 1405
1406 } 1406 }