aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorUbitUmarov2015-10-31 02:05:11 +0000
committerUbitUmarov2015-10-31 02:05:11 +0000
commit9232876421cb91dc5550960ab028a6e2f55908be (patch)
tree06d4cd41e1f6dcf7bbb48a16098c2f737ade3db3 /OpenSim/Region/CoreModules/Avatar
parentfix teleport to to string version regions (diff)
downloadopensim-SC_OLD-9232876421cb91dc5550960ab028a6e2f55908be.zip
opensim-SC_OLD-9232876421cb91dc5550960ab028a6e2f55908be.tar.gz
opensim-SC_OLD-9232876421cb91dc5550960ab028a6e2f55908be.tar.bz2
opensim-SC_OLD-9232876421cb91dc5550960ab028a6e2f55908be.tar.xz
let silly tests override version on local connections
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
index 3e7e4ed..6faad0d 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
@@ -841,7 +841,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments.Tests
841 sceneB, config, new CapabilitiesModule(), etmB, attModB, new BasicInventoryAccessModule()); 841 sceneB, config, new CapabilitiesModule(), etmB, attModB, new BasicInventoryAccessModule());
842 842
843 // FIXME: Hack - this is here temporarily to revert back to older entity transfer behaviour 843 // FIXME: Hack - this is here temporarily to revert back to older entity transfer behaviour
844 lscm.ServiceVersion = "SIMULATION/0.1"; 844 lscm.ServiceVersion = 0.1f;
845 845
846 UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(sceneA, 0x1); 846 UserAccount ua1 = UserAccountHelpers.CreateUserWithInventory(sceneA, 0x1);
847 847