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
This commit is contained in:
parent
8126971e22
commit
af4fb72726
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae2f340dfa730e3932bd970b2008a67696b32517ae8bf74f49e7149caa1842ae
|
||||
size 818928
|
BIN
xmlunit-1.6-src.zip
(Stored with Git LFS)
Normal file
BIN
xmlunit-1.6-src.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Copyright (c) 2007-2013, Jeff Martin, Tim Bacon
|
||||
Copyright (c) 2007-2014, Jeff Martin, Tim Bacon
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
@ -45,18 +45,18 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
<artifactId>xmlunit</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>XMLUnit for Java</name>
|
||||
<version>1.5</version>
|
||||
<url>http://xmlunit.sourceforge.net/</url>
|
||||
<version>1.6</version>
|
||||
<url>http://www.xmlunit.org/</url>
|
||||
<description>XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.</description>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>BSD License</name>
|
||||
<url>http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt</url>
|
||||
<url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/LICENSE.txt</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</url>
|
||||
<connection>scm:svn:https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/branches/xmlunit-1.x</connection>
|
||||
<url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/</url>
|
||||
<connection>scm:svn:https://svn.code.sf.net/p/xmlunit/code/trunk</connection>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 12 13:03:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 20:46:02 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xmlunit
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2000-2008, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
Name: xmlunit
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
Release: 0
|
||||
Summary: Provides classes to do asserts on XML
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://xmlunit.sourceforge.net/
|
||||
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip
|
||||
Source1: http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
|
||||
Source0: https://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip
|
||||
Source1: https://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
|
||||
BuildRequires: ant
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
x
Reference in New Issue
Block a user