diff options
author | Justin Clark-Casey (justincc) | 2011-05-21 00:48:01 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-21 00:48:01 +0100 |
commit | 94553d4753f092bfb25a83a5df01f277834d1088 (patch) | |
tree | 5dc7963d86b111e0b851f5c0c3da05ee83fba40e /OpenSim/Tests/Common | |
parent | test helper rename for consistency (diff) | |
download | opensim-SC_OLD-94553d4753f092bfb25a83a5df01f277834d1088.zip opensim-SC_OLD-94553d4753f092bfb25a83a5df01f277834d1088.tar.gz opensim-SC_OLD-94553d4753f092bfb25a83a5df01f277834d1088.tar.bz2 opensim-SC_OLD-94553d4753f092bfb25a83a5df01f277834d1088.tar.xz |
rename UserInventoryTestsUtils -> UserInventoryHelpers for consistency
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Setup/UserInventoryHelpers.cs (renamed from OpenSim/Tests/Common/Setup/UserInventoryTestUtils.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Setup/UserInventoryTestUtils.cs b/OpenSim/Tests/Common/Setup/UserInventoryHelpers.cs index 135c50e..0419134 100644 --- a/OpenSim/Tests/Common/Setup/UserInventoryTestUtils.cs +++ b/OpenSim/Tests/Common/Setup/UserInventoryHelpers.cs | |||
@@ -34,9 +34,9 @@ using OpenSim.Services.Interfaces; | |||
34 | namespace OpenSim.Tests.Common | 34 | namespace OpenSim.Tests.Common |
35 | { | 35 | { |
36 | /// <summary> | 36 | /// <summary> |
37 | /// Utility functions for carrying out user inventory related tests. | 37 | /// Utility functions for carrying out user inventory tests. |
38 | /// </summary> | 38 | /// </summary> |
39 | public static class UserInventoryTestUtils | 39 | public static class UserInventoryHelpers |
40 | { | 40 | { |
41 | public static readonly string PATH_DELIMITER = "/"; | 41 | public static readonly string PATH_DELIMITER = "/"; |
42 | 42 | ||