diff options
author | Justin Clark-Casey (justincc) | 2011-05-21 01:05:20 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-05-21 01:05:20 +0100 |
commit | bb9b317f1521720a6da98c6f21735126d9c060ce (patch) | |
tree | a654e4a6c6fe16d107e4245ecbf2c1a15164538c /OpenSim/Tests/Common/Helpers/TaskInventoryHelpers.cs | |
parent | rename test helpers enclosing package from Setup to Helpers (diff) | |
download | opensim-SC_OLD-bb9b317f1521720a6da98c6f21735126d9c060ce.zip opensim-SC_OLD-bb9b317f1521720a6da98c6f21735126d9c060ce.tar.gz opensim-SC_OLD-bb9b317f1521720a6da98c6f21735126d9c060ce.tar.bz2 opensim-SC_OLD-bb9b317f1521720a6da98c6f21735126d9c060ce.tar.xz |
Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Tests.Common instead
Diffstat (limited to 'OpenSim/Tests/Common/Helpers/TaskInventoryHelpers.cs')
-rw-r--r-- | OpenSim/Tests/Common/Helpers/TaskInventoryHelpers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Helpers/TaskInventoryHelpers.cs b/OpenSim/Tests/Common/Helpers/TaskInventoryHelpers.cs index fbf00d6..5215c34 100644 --- a/OpenSim/Tests/Common/Helpers/TaskInventoryHelpers.cs +++ b/OpenSim/Tests/Common/Helpers/TaskInventoryHelpers.cs | |||
@@ -32,7 +32,7 @@ using OpenSim.Framework; | |||
32 | using OpenSim.Region.Framework.Scenes; | 32 | using OpenSim.Region.Framework.Scenes; |
33 | using OpenSim.Services.Interfaces; | 33 | using OpenSim.Services.Interfaces; |
34 | 34 | ||
35 | namespace OpenSim.Tests.Common.Setup | 35 | namespace OpenSim.Tests.Common |
36 | { | 36 | { |
37 | /// <summary> | 37 | /// <summary> |
38 | /// Utility functions for carrying out task inventory tests. | 38 | /// Utility functions for carrying out task inventory tests. |