aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-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 }