XMLUnit.NET 2.9.0
This release fixes a bug for a very specific setup and makes ISource
disposable.
Full details:
-
ISource
now extendsIDisposable
to allow releasing unmanaged resources used when building sources from files or URIs.This change is backwards incompatible if you are providing
ISource
implementations of your own.
#33. -
DefaultNodeMatcher
with multipleElementSelector
s could fail to find the best matches as the order ofElementSelector
s should select them.
Issue similar to xmlunit/#197