aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs
diff options
context:
space:
mode:
authoropensim mirror account2010-10-15 17:30:05 -0700
committeropensim mirror account2010-10-15 17:30:05 -0700
commit06b17841e2e8b3677153e3209667ed92fb731260 (patch)
treee343f5115c50c8dbae730a15c41a0d62f5b9f74d /OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentMade OARs use the new serialization procedure. (TPs/crossings still on the ol... (diff)
downloadopensim-SC_OLD-06b17841e2e8b3677153e3209667ed92fb731260.zip
opensim-SC_OLD-06b17841e2e8b3677153e3209667ed92fb731260.tar.gz
opensim-SC_OLD-06b17841e2e8b3677153e3209667ed92fb731260.tar.bz2
opensim-SC_OLD-06b17841e2e8b3677153e3209667ed92fb731260.tar.xz
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs b/OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs
index 799a448..49bd466 100644
--- a/OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs
+++ b/OpenSim/Region/CoreModules/World/Serialiser/Tests/SerialiserTests.cs
@@ -369,7 +369,7 @@ namespace OpenSim.Region.CoreModules.World.Serialiser.Tests
369 // Need to add the object to the scene so that the request to get script state succeeds 369 // Need to add the object to the scene so that the request to get script state succeeds
370 m_scene.AddSceneObject(so); 370 m_scene.AddSceneObject(so);
371 371
372 string xml2 = m_serialiserModule.SerializeGroupToXml2(so); 372 string xml2 = m_serialiserModule.SerializeGroupToXml2(so, new System.Collections.Generic.Dictionary<string,object>());
373 373
374 XmlTextReader xtr = new XmlTextReader(new StringReader(xml2)); 374 XmlTextReader xtr = new XmlTextReader(new StringReader(xml2));
375 xtr.ReadStartElement("SceneObjectGroup"); 375 xtr.ReadStartElement("SceneObjectGroup");