diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/UserAccountHelpers.cs (renamed from OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs b/OpenSim/Tests/Common/Helpers/UserAccountHelpers.cs index d01521d..8cfad79 100644 --- a/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs +++ b/OpenSim/Tests/Common/Helpers/UserAccountHelpers.cs | |||
@@ -31,12 +31,12 @@ using OpenSim.Framework.Communications; | |||
31 | using OpenSim.Region.Framework.Scenes; | 31 | using OpenSim.Region.Framework.Scenes; |
32 | using OpenSim.Services.Interfaces; | 32 | using OpenSim.Services.Interfaces; |
33 | 33 | ||
34 | namespace OpenSim.Tests.Common.Setup | 34 | namespace OpenSim.Tests.Common |
35 | { | 35 | { |
36 | /// <summary> | 36 | /// <summary> |
37 | /// Utility functions for carrying out user profile related tests. | 37 | /// Utility functions for carrying out user profile related tests. |
38 | /// </summary> | 38 | /// </summary> |
39 | public static class UserProfileTestUtils | 39 | public static class UserAccountHelpers |
40 | { | 40 | { |
41 | // /// <summary> | 41 | // /// <summary> |
42 | // /// Create a test user with a standard inventory | 42 | // /// Create a test user with a standard inventory |