diff options
author | Justin Clark-Casey (justincc) | 2011-05-21 00:11:52 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-21 00:11:52 +0100 |
commit | 534ee52a121c209752101476e031a2c097637d82 (patch) | |
tree | f641f53c3ffb9e62ce76530eb83f79caf0e83670 /OpenSim/Tests/Common | |
parent | refactor: in TaskInventoryTests, use UserProfileTestUtils.CreateUserWithInvet... (diff) | |
download | opensim-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 'OpenSim/Tests/Common')
-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 |