diff options
author | Justin Clark-Casey (justincc) | 2011-05-21 00:44:58 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-21 00:44:58 +0100 |
commit | 156cc1418b38c4494d3610926c0c2b2bf6c8cc2c (patch) | |
tree | f531be681b356825232c72208499b532affd0fe2 /OpenSim/Tests/Common | |
parent | refactor: rename AddSceneObjectItem to AddSceneObject (diff) | |
download | opensim-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 'OpenSim/Tests/Common')
-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 | ||
37 | namespace OpenSim.Tests.Common.Setup | 37 | namespace 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 | ||