diff options
author | Justin Clark-Casey (justincc) | 2009-09-08 17:42:07 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-08 17:42:07 +0100 |
commit | b7256f256733f1c7667edc95ec500694bbe35dab (patch) | |
tree | 7be2bc029b9c07672b757f7cc7aeb2ca4453da12 /OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs | |
parent | refactor: change method argument name (diff) | |
download | opensim-SC_OLD-b7256f256733f1c7667edc95ec500694bbe35dab.zip opensim-SC_OLD-b7256f256733f1c7667edc95ec500694bbe35dab.tar.gz opensim-SC_OLD-b7256f256733f1c7667edc95ec500694bbe35dab.tar.bz2 opensim-SC_OLD-b7256f256733f1c7667edc95ec500694bbe35dab.tar.xz |
extend load iar test to loading into a deeply nested directory
correct bug associated with this
Diffstat (limited to 'OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs')
-rw-r--r-- | 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/UserProfileTestUtils.cs index f146a15..4ad9926 100644 --- a/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs +++ b/OpenSim/Tests/Common/Setup/UserProfileTestUtils.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Tests.Common.Setup | |||
35 | /// <summary> | 35 | /// <summary> |
36 | /// Utility functions for carrying out user profile related tests. | 36 | /// Utility functions for carrying out user profile related tests. |
37 | /// </summary> | 37 | /// </summary> |
38 | public class UserProfileTestUtils | 38 | public static class UserProfileTestUtils |
39 | { | 39 | { |
40 | /// <summary> | 40 | /// <summary> |
41 | /// Create a test user with a standard inventory | 41 | /// Create a test user with a standard inventory |