minidom: clear warning in failure_with_duplicate_namespace test
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
8977745fe3
commit
eb3a62eb7e
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn failure_with_duplicate_namespace() {
|
||||
let elem: Element = r###"<?xml version="1.0" encoding="UTF-8"?>
|
||||
let _: Element = r###"<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions
|
||||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
|
|
Loading…
Reference in a new issue