mirror of https://github.com/winsw/winsw
Update src/Test/winswTests/ServiceDescriptorTests.cs
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>pull/460/merge^2
parent
f978c30e5a
commit
bdddc8de92
|
@ -456,8 +456,7 @@ $@"<service>
|
||||||
</id>
|
</id>
|
||||||
";
|
";
|
||||||
|
|
||||||
Assert.That(() => ServiceDescriptor.ValidateXMLSchema(new StringReader(seedXml)), Throws.TypeOf<XmlException>());
|
Assert.That(() => ServiceDescriptor.FromXML(seedXml), Throws.TypeOf<XmlException>());
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue