aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup/BaseRequestHandlerHelpers.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-21 00:44:58 +0100
committerJustin Clark-Casey (justincc)2011-05-21 00:44:58 +0100
commit156cc1418b38c4494d3610926c0c2b2bf6c8cc2c (patch)
treef531be681b356825232c72208499b532affd0fe2 /OpenSim/Tests/Common/Setup/BaseRequestHandlerHelpers.cs
parentrefactor: rename AddSceneObjectItem to AddSceneObject (diff)
downloadopensim-SC_OLD-156cc1418b38c4494d3610926c0c2b2bf6c8cc2c.zip
opensim-SC_OLD-156cc1418b38c4494d3610926c0c2b2bf6c8cc2c.tar.gz
opensim-SC_OLD-156cc1418b38c4494d3610926c0c2b2bf6c8cc2c.tar.bz2
opensim-SC_OLD-156cc1418b38c4494d3610926c0c2b2bf6c8cc2c.tar.xz
test helper rename for consistency
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Setup/BaseRequestHandlerHelpers.cs (renamed from OpenSim/Tests/Common/Setup/BaseRequestHandlerTestHelper.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Setup/BaseRequestHandlerTestHelper.cs b/OpenSim/Tests/Common/Setup/BaseRequestHandlerHelpers.cs
index eaf8b39..286e6ff 100644
--- a/OpenSim/Tests/Common/Setup/BaseRequestHandlerTestHelper.cs
+++ b/OpenSim/Tests/Common/Setup/BaseRequestHandlerHelpers.cs
@@ -36,7 +36,7 @@ using OpenSim.Tests.Common.Mock;
36 36
37namespace OpenSim.Tests.Common.Setup 37namespace OpenSim.Tests.Common.Setup
38{ 38{
39 public class BaseRequestHandlerTestHelper 39 public class BaseRequestHandlerHelpers
40 { 40 {
41 private static string[] m_emptyStringArray = new string[] { }; 41 private static string[] m_emptyStringArray = new string[] { };
42 42