Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was not meant to indent the input xml
parent
8acb863060
commit
38df5f1e9b
|
@ -635,7 +635,7 @@ namespace OpenSim.Region.CoreModules.World.Serialiser.Tests
|
||||||
{
|
{
|
||||||
using (XmlTextWriter xtw = new XmlTextWriter(sw))
|
using (XmlTextWriter xtw = new XmlTextWriter(sw))
|
||||||
{
|
{
|
||||||
xtw.Formatting = Formatting.Indented;
|
// xtw.Formatting = Formatting.Indented;
|
||||||
xdoc.WriteTo(xtw);
|
xdoc.WriteTo(xtw);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue