update ValidateAndLoadXmlSchemaTest to throw exception

pull/460/merge^2
Buddhika Chathuranga 2020-04-30 12:37:36 +05:30
parent 5caf6145bb
commit 5e7ddf4480
1 changed files with 2 additions and 2 deletions

View File

@ -448,12 +448,12 @@ $@"<service>
[Test]
public void ValidateAndLoadXmlSchemaTest()
{
const string seedXml = @"<service>
const string seedXml = @"<id>
<id>myapp</id>
<name>appname</name>
<description>app description</description>
<executable>jenkins</executable>
</service>";
</id>";
var dom = new XmlDocument();