xmpp-rs/xmpp-parsers
Maxime “pep” Buquet 1c5551a917
minidom: Implement PartialEq manually for Node and Element
Move the NamespaceAwareCompare implementation from xmpp-parsers as Node
and Element's PartialEq implementation. Thanks Astro!

It's a lot more useful in tests to use `assert_eq!` than `assert!`, so
we get both items compared (left and right) instead of a "it failed."
message.

This "breaks" comparison for these two structs in the sense that it is
not strict object comparison anymore but it ensures that namespaces are
all present in the compared objects.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-11-29 16:02:23 +01:00
..
examples Rustfmt pass, and rustfmt --check in CI" 2019-10-23 01:36:02 +02:00
src minidom: Implement PartialEq manually for Node and Element 2019-11-29 16:02:23 +01:00
Cargo.toml Update repo and homepage in Cargo.toml files 2019-10-20 01:04:22 +02:00
ChangeLog Prepare for merge: Move all xmpp-parsers files into xmpp-parsers/ 2019-10-18 13:47:10 +02:00
doap.xml Prepare for merge: Move all xmpp-parsers files into xmpp-parsers/ 2019-10-18 13:47:10 +02:00
LICENSE Prepare for merge: Move all xmpp-parsers files into xmpp-parsers/ 2019-10-18 13:47:10 +02:00