aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-16 21:56:56 +0100
committerJustin Clark-Casey (justincc)2011-08-16 21:56:56 +0100
commit66eb537d0cedfd017fd8872fb1b60ed15d871d2b (patch)
treef3b829d75a357c6de9eb0bdce8f7b54d1bcfaa80 /OpenSim
parentAdd terminating quotes to http addresses in [SimulatorFeatures] section of Op... (diff)
downloadopensim-SC_OLD-66eb537d0cedfd017fd8872fb1b60ed15d871d2b.zip
opensim-SC_OLD-66eb537d0cedfd017fd8872fb1b60ed15d871d2b.tar.gz
opensim-SC_OLD-66eb537d0cedfd017fd8872fb1b60ed15d871d2b.tar.bz2
opensim-SC_OLD-66eb537d0cedfd017fd8872fb1b60ed15d871d2b.tar.xz
relocate AttachmentTests.cs to AttachmentsModuleTests.cs
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs (renamed from OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
index 07b30f4..cc810d7 100644
--- a/OpenSim/Region/Framework/Scenes/Tests/AttachmentTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
@@ -44,13 +44,13 @@ using OpenSim.Region.CoreModules.ServiceConnectorsOut.Simulation;
44using OpenSim.Tests.Common; 44using OpenSim.Tests.Common;
45using OpenSim.Tests.Common.Mock; 45using OpenSim.Tests.Common.Mock;
46 46
47namespace OpenSim.Region.Framework.Scenes.Tests 47namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
48{ 48{
49 /// <summary> 49 /// <summary>
50 /// Attachment tests 50 /// Attachment tests
51 /// </summary> 51 /// </summary>
52 [TestFixture] 52 [TestFixture]
53 public class AttachmentTests 53 public class AttachmentsModuleTests
54 { 54 {
55 public Scene scene, scene2; 55 public Scene scene, scene2;
56 public UUID agent1; 56 public UUID agent1;