mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was not meant to indent the input xml
This commit is contained in:
@@ -635,7 +635,7 @@ namespace OpenSim.Region.CoreModules.World.Serialiser.Tests
|
||||
{
|
||||
using (XmlTextWriter xtw = new XmlTextWriter(sw))
|
||||
{
|
||||
xtw.Formatting = Formatting.Indented;
|
||||
// xtw.Formatting = Formatting.Indented;
|
||||
xdoc.WriteTo(xtw);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user