Making tests less random!

This commit is contained in:
Stephan
2016-11-08 18:11:28 +01:00
parent 5d632b2426
commit 50f7af2823

View File

@@ -71,7 +71,7 @@ namespace Umbraco.Tests.Misc
<id>3</id>
<name>child2</name>
</children>
</json>", result.Current.OuterXml);
</json>".CrLf(), result.Current.OuterXml.CrLf());
}
[Test]
@@ -88,7 +88,7 @@ namespace Umbraco.Tests.Misc
<id>3</id>
<name>child2</name>
</arrayitem>
</json>", result.Current.OuterXml);
</json>".CrLf(), result.Current.OuterXml.CrLf());
}
[Test]