mirror of https://github.com/winsw/winsw
update ValidateAndLoadXmlSchemaTest to throw exception
parent
5caf6145bb
commit
5e7ddf4480
|
@ -448,12 +448,12 @@ $@"<service>
|
||||||
[Test]
|
[Test]
|
||||||
public void ValidateAndLoadXmlSchemaTest()
|
public void ValidateAndLoadXmlSchemaTest()
|
||||||
{
|
{
|
||||||
const string seedXml = @"<service>
|
const string seedXml = @"<id>
|
||||||
<id>myapp</id>
|
<id>myapp</id>
|
||||||
<name>appname</name>
|
<name>appname</name>
|
||||||
<description>app description</description>
|
<description>app description</description>
|
||||||
<executable>jenkins</executable>
|
<executable>jenkins</executable>
|
||||||
</service>";
|
</id>";
|
||||||
|
|
||||||
|
|
||||||
var dom = new XmlDocument();
|
var dom = new XmlDocument();
|
||||||
|
|
Loading…
Reference in New Issue