aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Setup/UserAccountHelpers.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-21 00:11:52 +0100
committerJustin Clark-Casey (justincc)2011-05-21 00:11:52 +0100
commit534ee52a121c209752101476e031a2c097637d82 (patch)
treef641f53c3ffb9e62ce76530eb83f79caf0e83670 /OpenSim/Tests/Common/Setup/UserAccountHelpers.cs
parentrefactor: in TaskInventoryTests, use UserProfileTestUtils.CreateUserWithInvet... (diff)
downloadopensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.zip
opensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.tar.gz
opensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.tar.bz2
opensim-SC_OLD-534ee52a121c209752101476e031a2c097637d82.tar.xz
rename UserProfileTestUtils to UserAccountHelpers to be consistent with other test helper names
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Setup/UserAccountHelpers.cs (renamed from OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs b/OpenSim/Tests/Common/Setup/UserAccountHelpers.cs
index d01521d..346f78a 100644
--- a/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs
+++ b/OpenSim/Tests/Common/Setup/UserAccountHelpers.cs
@@ -36,7 +36,7 @@ namespace OpenSim.Tests.Common.Setup
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