From 5e7ddf4480aaf2d15edcf295fd54af6ac0e67e15 Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Thu, 30 Apr 2020 12:37:36 +0530 Subject: [PATCH] update ValidateAndLoadXmlSchemaTest to throw exception --- src/Test/winswTests/ServiceDescriptorTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Test/winswTests/ServiceDescriptorTests.cs b/src/Test/winswTests/ServiceDescriptorTests.cs index 0c495ed..b18e9e2 100644 --- a/src/Test/winswTests/ServiceDescriptorTests.cs +++ b/src/Test/winswTests/ServiceDescriptorTests.cs @@ -448,12 +448,12 @@ $@" [Test] public void ValidateAndLoadXmlSchemaTest() { - const string seedXml = @" + const string seedXml = @" myapp appname app description jenkins - "; + "; var dom = new XmlDocument();