mirror of https://github.com/winsw/winsw
update ValidateAndLoadXmlSchemaTest to throw exception
parent
5caf6145bb
commit
5e7ddf4480
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue