parsers: Use new NSChoice API from minidom. Fixes tests
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
362ceae922
commit
70f3ef5523
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ macro_rules! generate_serialiser {
|
|||
|
||||
macro_rules! generate_child_test {
|
||||
($child:ident, $name:tt, *) => {
|
||||
true
|
||||
$child.is($name, ::minidom::NSChoice::Any)
|
||||
};
|
||||
($child:ident, $name:tt, $ns:tt) => {
|
||||
$child.is($name, crate::ns::$ns)
|
||||
|
|
Loading…
Reference in a new issue