From 50f7af2823b52534b27d0ffade8b2e55dfd252d8 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 8 Nov 2016 18:11:28 +0100 Subject: [PATCH] Making tests less random! --- src/Umbraco.Tests/Misc/LibraryTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Tests/Misc/LibraryTests.cs b/src/Umbraco.Tests/Misc/LibraryTests.cs index 411d596e39..5976e932f3 100644 --- a/src/Umbraco.Tests/Misc/LibraryTests.cs +++ b/src/Umbraco.Tests/Misc/LibraryTests.cs @@ -71,7 +71,7 @@ namespace Umbraco.Tests.Misc 3 child2 -", result.Current.OuterXml); +".CrLf(), result.Current.OuterXml.CrLf()); } [Test] @@ -88,7 +88,7 @@ namespace Umbraco.Tests.Misc 3 child2 -", result.Current.OuterXml); +".CrLf(), result.Current.OuterXml.CrLf()); } [Test]