diff options
author | UbitUmarov | 2019-03-30 12:56:23 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-30 12:56:23 +0000 |
commit | 98be9969912921b67e1fd831fb567d18ad84823b (patch) | |
tree | fb9bb30eebf2be5ebd90f010d40d644dc4a9ae22 /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | make 2 tests happy again (diff) | |
download | opensim-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.cs | 2 |
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 | } |