From af4fb72726af8a4a80113ca866b8b7dcb4ad290cf8cf9846969ee767ef89dc0d Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sun, 12 Dec 2021 14:41:20 +0000 Subject: [PATCH] Accepting request 940079 from home:dirkmueller:Factory - update to 1.6: * In cases of ATTR_NAME_NOT_FOUND and CHILD_NODE_NOT_FOUND differences the value used to be the local name of the missing attribute or node. * New assertXpathEvaluatesTo overloads in XMLAssert and a new QualifiedName class can be used to assert the stringified result of an XPath expression is actually a qualified name * The JAXP 1.3 based validator ignored xsi:namespaceLocation and xsi:noNamespaceLocation attributes. OBS-URL: https://build.opensuse.org/request/show/940079 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlunit?expand=0&rev=33 --- xmlunit-1.5-src.zip | 3 --- xmlunit-1.6-src.zip | 3 +++ xmlunit-1.5.pom => xmlunit-1.6.pom | 12 ++++++------ xmlunit.changes | 14 ++++++++++++++ xmlunit.spec | 8 ++++---- 5 files changed, 27 insertions(+), 13 deletions(-) delete mode 100644 xmlunit-1.5-src.zip create mode 100644 xmlunit-1.6-src.zip rename xmlunit-1.5.pom => xmlunit-1.6.pom (86%) diff --git a/xmlunit-1.5-src.zip b/xmlunit-1.5-src.zip deleted file mode 100644 index 369e2c8..0000000 --- a/xmlunit-1.5-src.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae2f340dfa730e3932bd970b2008a67696b32517ae8bf74f49e7149caa1842ae -size 818928 diff --git a/xmlunit-1.6-src.zip b/xmlunit-1.6-src.zip new file mode 100644 index 0000000..0f554c1 --- /dev/null +++ b/xmlunit-1.6-src.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3aeb0c9737c1184e7c70bb1f8eb986dc449c03f09f6d3c65406d51a7f879c8c +size 830899 diff --git a/xmlunit-1.5.pom b/xmlunit-1.6.pom similarity index 86% rename from xmlunit-1.5.pom rename to xmlunit-1.6.pom index e67d549..18d8a3e 100644 --- a/xmlunit-1.5.pom +++ b/xmlunit-1.6.pom @@ -1,6 +1,6 @@