You can subscribe to this list here.
2007 |
Jan
|
Feb
(3) |
Mar
(18) |
Apr
(39) |
May
(15) |
Jun
(12) |
Jul
(3) |
Aug
(23) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(21) |
Feb
(23) |
Mar
(33) |
Apr
(8) |
May
(1) |
Jun
(22) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(6) |
Nov
|
Dec
(11) |
2009 |
Jan
(5) |
Feb
|
Mar
(2) |
Apr
(24) |
May
(36) |
Jun
(18) |
Jul
(2) |
Aug
(3) |
Sep
(9) |
Oct
(3) |
Nov
(1) |
Dec
|
2010 |
Jan
(5) |
Feb
(3) |
Mar
|
Apr
(15) |
May
(24) |
Jun
(11) |
Jul
(8) |
Aug
(34) |
Sep
(42) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(13) |
Feb
(32) |
Mar
(35) |
Apr
(31) |
May
(33) |
Jun
(30) |
Jul
(32) |
Aug
(31) |
Sep
(30) |
Oct
(31) |
Nov
(32) |
Dec
(31) |
2012 |
Jan
(35) |
Feb
(31) |
Mar
(31) |
Apr
(30) |
May
(31) |
Jun
(34) |
Jul
(23) |
Aug
(30) |
Sep
(30) |
Oct
(29) |
Nov
(30) |
Dec
(32) |
2013 |
Jan
(25) |
Feb
(39) |
Mar
(1) |
Apr
(18) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(20) |
Sep
(41) |
Oct
(32) |
Nov
(9) |
Dec
(31) |
2014 |
Jan
(31) |
Feb
(30) |
Mar
(34) |
Apr
(60) |
May
(31) |
Jun
(28) |
Jul
(32) |
Aug
(28) |
Sep
(26) |
Oct
(32) |
Nov
(43) |
Dec
(115) |
2015 |
Jan
(106) |
Feb
(101) |
Mar
(51) |
Apr
(32) |
May
(63) |
Jun
(18) |
Jul
|
Aug
(18) |
Sep
|
Oct
(1) |
Nov
(84) |
Dec
(63) |
2016 |
Jan
(26) |
Feb
(17) |
Mar
(104) |
Apr
(30) |
May
(6) |
Jun
(30) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(48) |
Dec
(22) |
2017 |
Jan
(15) |
Feb
(29) |
Mar
(43) |
Apr
(29) |
May
(25) |
Jun
(28) |
Jul
(62) |
Aug
(35) |
Sep
(35) |
Oct
(72) |
Nov
(10) |
Dec
(4) |
2018 |
Jan
(7) |
Feb
(4) |
Mar
|
Apr
(46) |
May
(20) |
Jun
(12) |
Jul
(9) |
Aug
(42) |
Sep
(4) |
Oct
(17) |
Nov
(32) |
Dec
(31) |
2019 |
Jan
(21) |
Feb
(14) |
Mar
|
Apr
(74) |
May
(25) |
Jun
(43) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
(10) |
2020 |
Jan
(1) |
Feb
|
Mar
(26) |
Apr
(8) |
May
(62) |
Jun
(4) |
Jul
(25) |
Aug
|
Sep
(21) |
Oct
(24) |
Nov
(26) |
Dec
(9) |
2021 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(11) |
Nov
(1) |
Dec
(12) |
2022 |
Jan
(47) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(14) |
2023 |
Jan
(3) |
Feb
|
Mar
(60) |
Apr
(9) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
(5) |
Feb
|
Mar
|
Apr
(10) |
May
(1) |
Jun
|
Jul
|
Aug
(17) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2025 |
Jan
|
Feb
|
Mar
(88) |
Apr
(64) |
May
(47) |
Jun
(20) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2018-05-14 11:22:29
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 4e0be7c0ff736ad131621458866f12df31e837e9 https://github.com/xmlunit/xmlunit/commit/4e0be7c0ff736ad131621458866f12df31e837e9 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M pom.xml A xmlunit-assertj/pom.xml A xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssertFactory.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java Log Message: ----------- Create xmlunit-assertj module Commit: 7252a7ac631dc713adad248d8b33776e014e773c https://github.com/xmlunit/xmlunit/commit/7252a7ac631dc713adad248d8b33776e014e773c Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M xmlunit-assertj/pom.xml M xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/ExpectedException.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/IterableNodeAssertTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Add assetThat(xml).nodes(xPath) Commit: ac53af930a8e3e00b23a72e05bacace6af649d7b https://github.com/xmlunit/xmlunit/commit/ac53af930a8e3e00b23a72e05bacace6af649d7b Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-10 (Thu, 10 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Rename nodes to nodesByXpath Commit: 3a0d4bbb21c07f69ab1b5315bc837868e75e41a4 https://github.com/xmlunit/xmlunit/commit/3a0d4bbb21c07f69ab1b5315bc837868e75e41a4 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-10 (Thu, 10 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasNotXPathTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasXPathTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Add hasXPath and hasNotXPath methods Commit: 5b3c497121e0b6cba0fc00152cfbd4bfee9f8d8e https://github.com/xmlunit/xmlunit/commit/5b3c497121e0b6cba0fc00152cfbd4bfee9f8d8e Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-12 (Sat, 12 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasAttributeTest.java Log Message: ----------- Add tests for hasAttribute Commit: e7de29864768aefb562df8f48c6adc4d214858b2 https://github.com/xmlunit/xmlunit/commit/e7de29864768aefb562df8f48c6adc4d214858b2 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-12 (Sat, 12 May 2018) Changed paths: R xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java R xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssertFactory.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/IterableNodeAssertTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasNotAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Rename Assert classes Commit: a5686019c641f053d305c485d8ed8cdbc58f0419 https://github.com/xmlunit/xmlunit/commit/a5686019c641f053d305c485d8ed8cdbc58f0419 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssertFactory.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasNotAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java Log Message: ----------- Add haveAttribute methods Commit: e76b29883114ee7afc1ba6e6362f977db88190f5 https://github.com/xmlunit/xmlunit/commit/e76b29883114ee7afc1ba6e6362f977db88190f5 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java R xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldHaveAttribute.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldNotHaveAttribute.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveNotAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasNotAttributeTest.java Log Message: ----------- Add hasNotAttribute and haveNotAttribute assertions Commit: 6da3a379fc15929da8575185e374a684745b94f9 https://github.com/xmlunit/xmlunit/commit/6da3a379fc15929da8575185e374a684745b94f9 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveNotAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasNotAttributeTest.java Log Message: ----------- Add some doc Commit: d510e73b5d63a16f8dbd4662894250560aee1863 https://github.com/xmlunit/xmlunit/commit/d510e73b5d63a16f8dbd4662894250560aee1863 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M pom.xml M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldNotHaveThrown.java Log Message: ----------- Decrease assertj version to 2.9.0 Commit: f3e1d479a6188a5fb86f580b73967fbfcc3ba57a https://github.com/xmlunit/xmlunit/commit/f3e1d479a6188a5fb86f580b73967fbfcc3ba57a Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldNotHaveAttribute.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertDoNotHaveAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveNotAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertDoesNotHaveAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasNotAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertDoesNotHaveXPathTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasNotXPathTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasXPathTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Rename some assert method to be consistent with AssertJ Commit: 3a76af021069c544260a157dfb7d436b25cda5b8 https://github.com/xmlunit/xmlunit/commit/3a76af021069c544260a157dfb7d436b25cda5b8 Author: Stefan Bodewig <ste...@fr...> Date: 2018-05-14 (Mon, 14 May 2018) Changed paths: M pom.xml M xmlunit-assertj/pom.xml Log Message: ----------- assertj module requires Java7, push it into a profile Compare: https://github.com/xmlunit/xmlunit/compare/c9a45717607e...3a76af021069 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-05-14 07:53:16
|
Branch: refs/heads/pr120 Home: https://github.com/xmlunit/xmlunit Commit: 4e0be7c0ff736ad131621458866f12df31e837e9 https://github.com/xmlunit/xmlunit/commit/4e0be7c0ff736ad131621458866f12df31e837e9 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-06 (Sun, 06 May 2018) Changed paths: M pom.xml A xmlunit-assertj/pom.xml A xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssertFactory.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java Log Message: ----------- Create xmlunit-assertj module Commit: 7252a7ac631dc713adad248d8b33776e014e773c https://github.com/xmlunit/xmlunit/commit/7252a7ac631dc713adad248d8b33776e014e773c Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-07 (Mon, 07 May 2018) Changed paths: M xmlunit-assertj/pom.xml M xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/ExpectedException.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/IterableNodeAssertTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Add assetThat(xml).nodes(xPath) Commit: ac53af930a8e3e00b23a72e05bacace6af649d7b https://github.com/xmlunit/xmlunit/commit/ac53af930a8e3e00b23a72e05bacace6af649d7b Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-10 (Thu, 10 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Rename nodes to nodesByXpath Commit: 3a0d4bbb21c07f69ab1b5315bc837868e75e41a4 https://github.com/xmlunit/xmlunit/commit/3a0d4bbb21c07f69ab1b5315bc837868e75e41a4 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-10 (Thu, 10 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasNotXPathTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasXPathTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Add hasXPath and hasNotXPath methods Commit: 5b3c497121e0b6cba0fc00152cfbd4bfee9f8d8e https://github.com/xmlunit/xmlunit/commit/5b3c497121e0b6cba0fc00152cfbd4bfee9f8d8e Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-12 (Sat, 12 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasAttributeTest.java Log Message: ----------- Add tests for hasAttribute Commit: e7de29864768aefb562df8f48c6adc4d214858b2 https://github.com/xmlunit/xmlunit/commit/e7de29864768aefb562df8f48c6adc4d214858b2 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-12 (Sat, 12 May 2018) Changed paths: R xmlunit-assertj/src/main/java/org/xmlunit/assertj/IterableNodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java R xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssertFactory.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/IterableNodeAssertTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasNotAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Rename Assert classes Commit: a5686019c641f053d305c485d8ed8cdbc58f0419 https://github.com/xmlunit/xmlunit/commit/a5686019c641f053d305c485d8ed8cdbc58f0419 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/NodeAssertFactory.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/NodeAssertHasNotAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java Log Message: ----------- Add haveAttribute methods Commit: e76b29883114ee7afc1ba6e6362f977db88190f5 https://github.com/xmlunit/xmlunit/commit/e76b29883114ee7afc1ba6e6362f977db88190f5 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java R xmlunit-assertj/src/main/java/org/xmlunit/assertj/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldHaveAttribute.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldNotHaveAttribute.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveNotAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasNotAttributeTest.java Log Message: ----------- Add hasNotAttribute and haveNotAttribute assertions Commit: 6da3a379fc15929da8575185e374a684745b94f9 https://github.com/xmlunit/xmlunit/commit/6da3a379fc15929da8575185e374a684745b94f9 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveNotAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasNotAttributeTest.java Log Message: ----------- Add some doc Commit: d510e73b5d63a16f8dbd4662894250560aee1863 https://github.com/xmlunit/xmlunit/commit/d510e73b5d63a16f8dbd4662894250560aee1863 Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M pom.xml M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java A xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldNotHaveThrown.java Log Message: ----------- Decrease assertj version to 2.9.0 Commit: f3e1d479a6188a5fb86f580b73967fbfcc3ba57a https://github.com/xmlunit/xmlunit/commit/f3e1d479a6188a5fb86f580b73967fbfcc3ba57a Author: Krystian Kałużny <k.k...@gm...> Date: 2018-05-13 (Sun, 13 May 2018) Changed paths: M xmlunit-assertj/src/main/java/org/xmlunit/assertj/MultipleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/SingleNodeAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/XmlAssert.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldHaveAttribute.java M xmlunit-assertj/src/main/java/org/xmlunit/assertj/error/ShouldNotHaveAttribute.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertDoNotHaveAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveAttributeTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/MultipleNodeAssertHaveNotAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertDoesNotHaveAttributeTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasAttributeTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/SingleNodeAssertHasNotAttributeTest.java A xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertDoesNotHaveXPathTest.java R xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasNotXPathTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertHasXPathTest.java M xmlunit-assertj/src/test/java/org/xmlunit/assertj/XmlAssertTest.java Log Message: ----------- Rename some assert method to be consistent with AssertJ Commit: 3a76af021069c544260a157dfb7d436b25cda5b8 https://github.com/xmlunit/xmlunit/commit/3a76af021069c544260a157dfb7d436b25cda5b8 Author: Stefan Bodewig <ste...@fr...> Date: 2018-05-14 (Mon, 14 May 2018) Changed paths: M pom.xml M xmlunit-assertj/pom.xml Log Message: ----------- assertj module requires Java7, push it into a profile Compare: https://github.com/xmlunit/xmlunit/compare/4e0be7c0ff73^...3a76af021069 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: AppVeyor <no-...@ap...> - 2018-05-03 10:14:03
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;"> <h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.6.1.135" style="color:#078DC7;">Build xmlunit.net 2.6.1.135 completed</a></h1> <p style="color: #888;"> Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/85328ccc39">85328ccc39</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 5/3/2018 9:45 AM: <br /> <span style="font-size: 110%;color:#222;">github pages use https now</span> </p> <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p> </div> |
From: Travis CI <bu...@tr...> - 2018-05-03 09:47:28
|
Build Update for xmlunit/xmlunit ------------------------------------- Build: #437 Status: Broken Duration: 2 mins and 31 secs Commit: c9a4571 (master) Author: Stefan Bodewig Message: github pages use https now View the changeset: https://github.com/xmlunit/xmlunit/compare/4bfb7b97eeac...c9a45717607e View the full build log and details: https://travis-ci.org/xmlunit/xmlunit/builds/374330358?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to xml...@li... (mailto:xml...@li...) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=16cc06a7e9b74c4dacf3e36af4f4c677.tM7bKO0f%2B1DbpUvOZi3g5FY4LvY%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dxmlunit-commits%2540lists.sourceforge.net) |
From: GitHub <no...@gi...> - 2018-05-03 09:45:32
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.net Commit: 85328ccc3900eea5feb9f400cd011b62d77e2987 https://github.com/xmlunit/xmlunit.net/commit/85328ccc3900eea5feb9f400cd011b62d77e2987 Author: Stefan Bodewig <ste...@fr...> Date: 2018-05-03 (Thu, 03 May 2018) Changed paths: M src/doc/XMLUnit.Net.shfbproj M src/doc/monodoc/core/index.xml M src/main/net-constraints-nunit2/XMLUnit.NUnit2.Constraints.nuspec M src/main/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.nuspec M src/main/net-core/XMLUnit.Core.nuspec M src/main/net-placeholders/XMLUnit.Placeholders.nuspec M src/tests/net-core/Diff/RecursiveXPathBuilderTest.cs M test-resources Log Message: ----------- github pages use https now **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-05-03 09:44:21
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: c9a45717607e631a267050a8471669dc65f9928c https://github.com/xmlunit/xmlunit/commit/c9a45717607e631a267050a8471669dc65f9928c Author: Stefan Bodewig <ste...@fr...> Date: 2018-05-03 (Thu, 03 May 2018) Changed paths: M pom.xml M src/main/javadoc/overview.html M test-resources M xmlunit-core/pom.xml M xmlunit-core/src/main/java/org/xmlunit/package-info.java M xmlunit-core/src/test/java/org/xmlunit/builder/JaxbBuilderTest.java M xmlunit-core/src/test/java/org/xmlunit/builder/jaxb/ComplexNode.java M xmlunit-core/src/test/java/org/xmlunit/builder/jaxb/ObjectFactory.java M xmlunit-core/src/test/java/org/xmlunit/builder/jaxb/RootNode.java M xmlunit-core/src/test/java/org/xmlunit/builder/jaxb/package-info.java M xmlunit-core/src/test/java/org/xmlunit/diff/RecursiveXPathBuilderTest.java M xmlunit-legacy/pom.xml M xmlunit-legacy/src/test/java/org/custommonkey/xmlunit/test_ElementNameAndAttributeQualifier.java M xmlunit-legacy/src/test/resources/BookXsdGenerated.xml M xmlunit-matchers/pom.xml Log Message: ----------- github pages use https now **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-05-03 09:41:19
|
Branch: refs/heads/master Home: https://github.com/xmlunit/test-resources Commit: a6ee962d8441db799f160e0d43ce96a08f925894 https://github.com/xmlunit/test-resources/commit/a6ee962d8441db799f160e0d43ce96a08f925894 Author: Stefan Bodewig <ste...@in...> Date: 2018-05-03 (Thu, 03 May 2018) Changed paths: M Book.rng M Book.rngc M Book.xsd M Book.xsd2 M BookXsdGenerated.xml M BookXsdGeneratedNoSchema.xml M BookXsdGeneratedWithComment.xml M BookXsdGeneratedWithFixedSchemaLocation.xml M InvalidBookXsdGeneratedNoSchema.xml M broken.xsd M controlNamespaces.xml M invalidBook.xml M testNamespaces.xml Log Message: ----------- using https for xmlunit.org by now **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-05-03 09:40:50
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.github.io Commit: 2d2fa3ae4f8600a429a483eb3dee3fc4f31e64e5 https://github.com/xmlunit/xmlunit.github.io/commit/2d2fa3ae4f8600a429a483eb3dee3fc4f31e64e5 Author: Stefan Bodewig <ste...@in...> Date: 2018-05-03 (Thu, 03 May 2018) Changed paths: M test-support/Book.xsd Log Message: ----------- using https for github pages now **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: Stefan B. <bo...@ap...> - 2018-05-03 00:21:52
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project org.xmlunit has an issue affecting its community integration. This issue affects 3 projects, and has been outstanding for 4 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - org.xmlunit : Extension for XML unit tests. - xmlsec : Support for "XML-Signature Syntax and Processing" and "XML E... - xmlunit : Extension for XML unit tests. Full details are available at: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/xmlunit/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/xmlunit/pom.xml -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/gump_work/build_xmlunit_org.xmlunit.html Work Name: build_xmlunit_org.xmlunit (Type: Build) Work ended in a state of : Failed Elapsed: 19 secs Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/xmlunit/gump_mvn_settings.xml install [Working Directory: /srv/gump/public/workspace/xmlunit] M2_HOME: /opt/maven3 --------------------------------------------- at org.junit.Assert.assertThat(Assert.java:966) at org.junit.Assert.assertThat(Assert.java:931) at org.xmlunit.matchers.ValidationMatcherTest.shouldSuccessfullyValidateInstanceWithoutExplicitSchemaSource(ValidationMatcherTest.java:80) Running org.xmlunit.matchers.EvaluateXPathMatcherTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 sec - in org.xmlunit.matchers.EvaluateXPathMatcherTest Running org.xmlunit.matchers.CompareMatcherTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec - in org.xmlunit.matchers.CompareMatcherTest Running org.xmlunit.matchers.HasXPathMatcherTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.xmlunit.matchers.HasXPathMatcherTest Running org.xmlunit.bugreports.SelectElementsByNameOfChildTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.01 sec - in org.xmlunit.bugreports.SelectElementsByNameOfChildTest Results : Failed tests: ValidationMatcherTest.shouldSuccessfullyValidateInstanceWithoutExplicitSchemaSource:80 Expected: is that "file:/srv/gump/public/workspace/xmlunit/xmlunit-matchers/../test-resources/BookXsdGenerated.xml" validates but: got validation errors: ValidationProblem { line=2, column=35, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.' }ValidationProblem { line=4, column=36, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.' }ValidationProblem { line=5, column=20, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw 'nginx'.' }ValidationProblem { line=6, column=3, type=ERROR, message='The element type "hr" must be terminated by the matching end-tag "</hr>".' }ValidationProblem { line=6, column=3, type=ERROR, message='The element type "hr" must be terminated by the matching end-tag "</hr>".' } Tests run: 62, Failures: 1, Errors: 0, Skipped: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.xmlunit:xmlunit-parent ......................... SUCCESS [ 6.843 s] [INFO] org.xmlunit:xmlunit-core ........................... SUCCESS [ 8.571 s] [INFO] org.xmlunit:xmlunit-matchers ....................... FAILURE [ 2.872 s] [INFO] org.xmlunit:xmlunit-legacy ......................... SKIPPED [INFO] org.xmlunit:xmlunit-placeholders ................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.468 s [INFO] Finished at: 2018-05-03T00:21:39+00:00 [INFO] Final Memory: 30M/310M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project xmlunit-matchers: There are test failures. [ERROR] [ERROR] Please refer to /srv/gump/public/workspace/xmlunit/xmlunit-matchers/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :xmlunit-matchers --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/rss.xml - Atom: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20180503000006, vmgump-vm3.apache.org:vmgump:20180503000006 Gump E-mail Identifier (unique within run) #1. -- Apache Gump http://gump.apache.org/ [Instance: vmgump-vm3] |
From: Stefan B. <bo...@ap...> - 2018-05-02 06:21:51
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project org.xmlunit has an issue affecting its community integration. This issue affects 3 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - org.xmlunit : Extension for XML unit tests. - xmlsec : Support for "XML-Signature Syntax and Processing" and "XML E... - xmlunit : Extension for XML unit tests. Full details are available at: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/xmlunit/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/xmlunit/pom.xml -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/gump_work/build_xmlunit_org.xmlunit.html Work Name: build_xmlunit_org.xmlunit (Type: Build) Work ended in a state of : Failed Elapsed: 21 secs Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/xmlunit/gump_mvn_settings.xml install [Working Directory: /srv/gump/public/workspace/xmlunit] M2_HOME: /opt/maven3 --------------------------------------------- at org.junit.Assert.assertThat(Assert.java:966) at org.junit.Assert.assertThat(Assert.java:931) at org.xmlunit.matchers.ValidationMatcherTest.shouldSuccessfullyValidateInstanceWithoutExplicitSchemaSource(ValidationMatcherTest.java:80) Running org.xmlunit.matchers.EvaluateXPathMatcherTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 sec - in org.xmlunit.matchers.EvaluateXPathMatcherTest Running org.xmlunit.matchers.CompareMatcherTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec - in org.xmlunit.matchers.CompareMatcherTest Running org.xmlunit.matchers.HasXPathMatcherTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.xmlunit.matchers.HasXPathMatcherTest Running org.xmlunit.bugreports.SelectElementsByNameOfChildTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.023 sec - in org.xmlunit.bugreports.SelectElementsByNameOfChildTest Results : Failed tests: ValidationMatcherTest.shouldSuccessfullyValidateInstanceWithoutExplicitSchemaSource:80 Expected: is that "file:/srv/gump/public/workspace/xmlunit/xmlunit-matchers/../test-resources/BookXsdGenerated.xml" validates but: got validation errors: ValidationProblem { line=2, column=35, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.' }ValidationProblem { line=4, column=36, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.' }ValidationProblem { line=5, column=20, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw 'nginx'.' }ValidationProblem { line=6, column=3, type=ERROR, message='The element type "hr" must be terminated by the matching end-tag "</hr>".' }ValidationProblem { line=6, column=3, type=ERROR, message='The element type "hr" must be terminated by the matching end-tag "</hr>".' } Tests run: 62, Failures: 1, Errors: 0, Skipped: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.xmlunit:xmlunit-parent ......................... SUCCESS [ 6.934 s] [INFO] org.xmlunit:xmlunit-core ........................... SUCCESS [ 9.423 s] [INFO] org.xmlunit:xmlunit-matchers ....................... FAILURE [ 3.167 s] [INFO] org.xmlunit:xmlunit-legacy ......................... SKIPPED [INFO] org.xmlunit:xmlunit-placeholders ................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.701 s [INFO] Finished at: 2018-05-02T06:21:36+00:00 [INFO] Final Memory: 30M/325M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project xmlunit-matchers: There are test failures. [ERROR] [ERROR] Please refer to /srv/gump/public/workspace/xmlunit/xmlunit-matchers/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :xmlunit-matchers --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/rss.xml - Atom: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20180502060005, vmgump-vm3.apache.org:vmgump:20180502060005 Gump E-mail Identifier (unique within run) #1. -- Apache Gump http://gump.apache.org/ [Instance: vmgump-vm3] |
From: Stefan B. <bo...@ap...> - 2018-05-02 00:40:46
|
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at ge...@gu.... Project org.xmlunit has an issue affecting its community integration. This issue affects 3 projects, and has been outstanding for 500 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - org.xmlunit : Extension for XML unit tests. - xmlsec : Support for "XML-Signature Syntax and Processing" and "XML E... - xmlunit : Extension for XML unit tests. Full details are available at: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/xmlunit/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/xmlunit/pom.xml -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/gump_work/build_xmlunit_org.xmlunit.html Work Name: build_xmlunit_org.xmlunit (Type: Build) Work ended in a state of : Failed Elapsed: 19 secs Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/xmlunit/gump_mvn_settings.xml install [Working Directory: /srv/gump/public/workspace/xmlunit] M2_HOME: /opt/maven3 --------------------------------------------- at org.junit.Assert.assertThat(Assert.java:966) at org.junit.Assert.assertThat(Assert.java:931) at org.xmlunit.matchers.ValidationMatcherTest.shouldSuccessfullyValidateInstanceWithoutExplicitSchemaSource(ValidationMatcherTest.java:80) Running org.xmlunit.matchers.EvaluateXPathMatcherTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 sec - in org.xmlunit.matchers.EvaluateXPathMatcherTest Running org.xmlunit.matchers.CompareMatcherTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec - in org.xmlunit.matchers.CompareMatcherTest Running org.xmlunit.matchers.HasXPathMatcherTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.xmlunit.matchers.HasXPathMatcherTest Running org.xmlunit.bugreports.SelectElementsByNameOfChildTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 sec - in org.xmlunit.bugreports.SelectElementsByNameOfChildTest Results : Failed tests: ValidationMatcherTest.shouldSuccessfullyValidateInstanceWithoutExplicitSchemaSource:80 Expected: is that "file:/srv/gump/public/workspace/xmlunit/xmlunit-matchers/../test-resources/BookXsdGenerated.xml" validates but: got validation errors: ValidationProblem { line=2, column=35, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.' }ValidationProblem { line=4, column=36, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.' }ValidationProblem { line=5, column=20, type=ERROR, message='s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw 'nginx'.' }ValidationProblem { line=6, column=3, type=ERROR, message='The element type "hr" must be terminated by the matching end-tag "</hr>".' }ValidationProblem { line=6, column=3, type=ERROR, message='The element type "hr" must be terminated by the matching end-tag "</hr>".' } Tests run: 62, Failures: 1, Errors: 0, Skipped: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.xmlunit:xmlunit-parent ......................... SUCCESS [ 6.468 s] [INFO] org.xmlunit:xmlunit-core ........................... SUCCESS [ 8.583 s] [INFO] org.xmlunit:xmlunit-matchers ....................... FAILURE [ 2.728 s] [INFO] org.xmlunit:xmlunit-legacy ......................... SKIPPED [INFO] org.xmlunit:xmlunit-placeholders ................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.939 s [INFO] Finished at: 2018-05-02T00:21:34+00:00 [INFO] Final Memory: 29M/314M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project xmlunit-matchers: There are test failures. [ERROR] [ERROR] Please refer to /srv/gump/public/workspace/xmlunit/xmlunit-matchers/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :xmlunit-matchers --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/rss.xml - Atom: http://vmgump-vm3.apache.org/xmlunit/org.xmlunit/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20180502000006, vmgump-vm3.apache.org:vmgump:20180502000006 Gump E-mail Identifier (unique within run) #1. -- Apache Gump http://gump.apache.org/ [Instance: vmgump-vm3] |
From: GitHub <no...@gi...> - 2018-04-22 10:58:49
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.github.io Commit: 7c43e0a6828e0352567c2d5478541d6462b0475d https://github.com/xmlunit/xmlunit.github.io/commit/7c43e0a6828e0352567c2d5478541d6462b0475d Author: Stefan Bodewig <ste...@in...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M index.html Log Message: ----------- announce the 2.6.0 release |
From: GitHub <no...@gi...> - 2018-04-22 10:52:26
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 09816e917509cce3f04d5a7506c7b0fbac8a6a60 https://github.com/xmlunit/xmlunit/commit/09816e917509cce3f04d5a7506c7b0fbac8a6a60 Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M RELEASE_NOTES.md M pom.xml M xmlunit-core/pom.xml M xmlunit-legacy/pom.xml M xmlunit-matchers/pom.xml M xmlunit-placeholders/pom.xml Log Message: ----------- prepare the 2.6.0 release Commit: a5c5b8fa077c1f6c49eac4e8c15c8c5d29151ea3 https://github.com/xmlunit/xmlunit/commit/a5c5b8fa077c1f6c49eac4e8c15c8c5d29151ea3 Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M RELEASE_NOTES.md M pom.xml M xmlunit-core/pom.xml M xmlunit-legacy/pom.xml M xmlunit-matchers/pom.xml M xmlunit-placeholders/pom.xml Log Message: ----------- next iteration Commit: 4bfb7b97eeacd0df36c22241d580f05ba8ed8a58 https://github.com/xmlunit/xmlunit/commit/4bfb7b97eeacd0df36c22241d580f05ba8ed8a58 Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M create-bin-dist.sh Log Message: ----------- explicitly use gpg-agent Compare: https://github.com/xmlunit/xmlunit/compare/0b5e401e59dc...4bfb7b97eeac |
From: Travis CI <bu...@tr...> - 2018-04-22 10:49:16
|
Build Update for xmlunit/xmlunit ------------------------------------- Build: #435 Status: Passed Duration: 4 mins and 11 secs Commit: 09816e9 (v2.6.0) Author: Stefan Bodewig Message: prepare the 2.6.0 release View the changeset: https://github.com/xmlunit/xmlunit/commit/09816e917509 View the full build log and details: https://travis-ci.org/xmlunit/xmlunit/builds/369714326?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to xml...@li... (mailto:xml...@li...) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=9cf71f149bfa4c0dadde86e272d70f66.tM7bKO0f%2B1DbpUvOZi3g5FY4LvY%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dxmlunit-commits%2540lists.sourceforge.net) |
From: GitHub <no...@gi...> - 2018-04-22 10:44:35
|
Branch: refs/tags/v2.6.0 Home: https://github.com/xmlunit/xmlunit Commit: 09816e917509cce3f04d5a7506c7b0fbac8a6a60 https://github.com/xmlunit/xmlunit/commit/09816e917509cce3f04d5a7506c7b0fbac8a6a60 Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M RELEASE_NOTES.md M pom.xml M xmlunit-core/pom.xml M xmlunit-legacy/pom.xml M xmlunit-matchers/pom.xml M xmlunit-placeholders/pom.xml Log Message: ----------- prepare the 2.6.0 release |
From: GitHub <no...@gi...> - 2018-04-22 10:42:08
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.github.io Commit: 9ca5a82470c2787e23ef6ca0a2c3570ee8fd95d8 https://github.com/xmlunit/xmlunit.github.io/commit/9ca5a82470c2787e23ef6ca0a2c3570ee8fd95d8 Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: A api/java/2.6.0/allclasses-frame.html A api/java/2.6.0/allclasses-noframe.html A api/java/2.6.0/constant-values.html A api/java/2.6.0/deprecated-list.html A api/java/2.6.0/help-doc.html A api/java/2.6.0/index-all.html A api/java/2.6.0/index.html A api/java/2.6.0/org/custommonkey/xmlunit/AbstractNodeTester.html A api/java/2.6.0/org/custommonkey/xmlunit/ComparisonController.html A api/java/2.6.0/org/custommonkey/xmlunit/DetailedDiff.html A api/java/2.6.0/org/custommonkey/xmlunit/Diff.html A api/java/2.6.0/org/custommonkey/xmlunit/Difference.html A api/java/2.6.0/org/custommonkey/xmlunit/DifferenceConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/DifferenceEngine.DifferenceFoundException.html A api/java/2.6.0/org/custommonkey/xmlunit/DifferenceEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/DifferenceEngineContract.html A api/java/2.6.0/org/custommonkey/xmlunit/DifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/DoctypeInputStream.html A api/java/2.6.0/org/custommonkey/xmlunit/DoctypeReader.html A api/java/2.6.0/org/custommonkey/xmlunit/ElementNameAndAttributeQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/ElementNameAndTextQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/ElementNameQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/ElementQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html A api/java/2.6.0/org/custommonkey/xmlunit/HTMLDocumentBuilder.html A api/java/2.6.0/org/custommonkey/xmlunit/IgnoreTextAndAttributeValuesDifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/JAXPConstants.Properties.html A api/java/2.6.0/org/custommonkey/xmlunit/JAXPConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/MatchTracker.html A api/java/2.6.0/org/custommonkey/xmlunit/NamespaceContext.html A api/java/2.6.0/org/custommonkey/xmlunit/NewDifferenceEngine.ComparisonController2ComparisonController.html A api/java/2.6.0/org/custommonkey/xmlunit/NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.html A api/java/2.6.0/org/custommonkey/xmlunit/NewDifferenceEngine.ElementQualifier2ElementSelector.html A api/java/2.6.0/org/custommonkey/xmlunit/NewDifferenceEngine.MatchTracker2ComparisonListener.html A api/java/2.6.0/org/custommonkey/xmlunit/NewDifferenceEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/NodeDescriptor.html A api/java/2.6.0/org/custommonkey/xmlunit/NodeDetail.html A api/java/2.6.0/org/custommonkey/xmlunit/NodeInputStream.html A api/java/2.6.0/org/custommonkey/xmlunit/NodeTest.html A api/java/2.6.0/org/custommonkey/xmlunit/NodeTestException.html A api/java/2.6.0/org/custommonkey/xmlunit/NodeTester.html A api/java/2.6.0/org/custommonkey/xmlunit/QualifiedName.html A api/java/2.6.0/org/custommonkey/xmlunit/SimpleNamespaceContext.html A api/java/2.6.0/org/custommonkey/xmlunit/SimpleXpathEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/TolerantSaxDocumentBuilder.html A api/java/2.6.0/org/custommonkey/xmlunit/Transform.html A api/java/2.6.0/org/custommonkey/xmlunit/Validator.html A api/java/2.6.0/org/custommonkey/xmlunit/XMLAssert.html A api/java/2.6.0/org/custommonkey/xmlunit/XMLConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/XMLTestCase.html A api/java/2.6.0/org/custommonkey/xmlunit/XMLUnit.html A api/java/2.6.0/org/custommonkey/xmlunit/XSLTConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/XpathEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/XpathNodeTracker.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/AbstractNodeTester.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/ComparisonController.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DetailedDiff.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/Diff.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/Difference.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DifferenceConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DifferenceEngine.DifferenceFoundException.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DifferenceEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DifferenceEngineContract.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DoctypeInputStream.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/DoctypeReader.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/ElementNameAndAttributeQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/ElementNameAndTextQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/ElementNameQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/ElementQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/HTMLDocumentBuilder.SwingEvent2SaxAdapter.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/HTMLDocumentBuilder.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/IgnoreTextAndAttributeValuesDifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/JAXPConstants.Properties.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/JAXPConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/MatchTracker.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NamespaceContext.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.ComparisonController2ComparisonController.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.DifferenceListener2DifferenceEvaluator.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.ElementQualifier2ElementSelector.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.MatchTracker2ComparisonListener.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NewDifferenceEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NodeDescriptor.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NodeDetail.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NodeInputStream.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NodeTest.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NodeTestException.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/NodeTester.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/QualifiedName.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/SimpleNamespaceContext.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/SimpleXpathEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/TolerantSaxDocumentBuilder.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/Transform.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/Validator.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/XMLAssert.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/XMLConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/XMLTestCase.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/XMLUnit.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/XSLTConstants.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/XpathEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/class-use/XpathNodeTracker.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/CaseInsensitiveDifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/CountingNodeTester.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/FloatingPointTolerantDifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/MultiLevelElementNameAndTextQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/RecursiveElementNameAndTextQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/TextDifferenceListenerBase.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/XPathRegexAssert.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/class-use/CaseInsensitiveDifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/class-use/CountingNodeTester.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/class-use/FloatingPointTolerantDifferenceListener.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/class-use/MultiLevelElementNameAndTextQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/class-use/RecursiveElementNameAndTextQualifier.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/class-use/TextDifferenceListenerBase.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/class-use/XPathRegexAssert.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/package-frame.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/package-summary.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/package-tree.html A api/java/2.6.0/org/custommonkey/xmlunit/examples/package-use.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/ConfigurationException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/XMLUnitException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/XMLUnitRuntimeException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/XpathException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/class-use/ConfigurationException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/class-use/XMLUnitException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/class-use/XMLUnitRuntimeException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/class-use/XpathException.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/package-frame.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/package-summary.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/package-tree.html A api/java/2.6.0/org/custommonkey/xmlunit/exceptions/package-use.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/Jaxp13XpathEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/Validator.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/XMLUnitNamespaceContext2Jaxp13.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/class-use/Jaxp13XpathEngine.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/class-use/Validator.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/class-use/XMLUnitNamespaceContext2Jaxp13.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/package-frame.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/package-summary.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/package-tree.html A api/java/2.6.0/org/custommonkey/xmlunit/jaxp13/package-use.html A api/java/2.6.0/org/custommonkey/xmlunit/package-frame.html A api/java/2.6.0/org/custommonkey/xmlunit/package-summary.html A api/java/2.6.0/org/custommonkey/xmlunit/package-tree.html A api/java/2.6.0/org/custommonkey/xmlunit/package-use.html A api/java/2.6.0/org/custommonkey/xmlunit/util/IntegerBuffer.html A api/java/2.6.0/org/custommonkey/xmlunit/util/class-use/IntegerBuffer.html A api/java/2.6.0/org/custommonkey/xmlunit/util/package-frame.html A api/java/2.6.0/org/custommonkey/xmlunit/util/package-summary.html A api/java/2.6.0/org/custommonkey/xmlunit/util/package-tree.html A api/java/2.6.0/org/custommonkey/xmlunit/util/package-use.html A api/java/2.6.0/org/xmlunit/ConfigurationException.html A api/java/2.6.0/org/xmlunit/XMLUnitException.html A api/java/2.6.0/org/xmlunit/builder/DiffBuilder.html A api/java/2.6.0/org/xmlunit/builder/DifferenceEngineConfigurer.html A api/java/2.6.0/org/xmlunit/builder/Input.Builder.html A api/java/2.6.0/org/xmlunit/builder/Input.TransformationBuilder.html A api/java/2.6.0/org/xmlunit/builder/Input.html A api/java/2.6.0/org/xmlunit/builder/JaxbBuilder.html A api/java/2.6.0/org/xmlunit/builder/Transform.Builder.html A api/java/2.6.0/org/xmlunit/builder/Transform.TransformationResult.html A api/java/2.6.0/org/xmlunit/builder/Transform.html A api/java/2.6.0/org/xmlunit/builder/TransformationBuilderBase.html A api/java/2.6.0/org/xmlunit/builder/class-use/DiffBuilder.html A api/java/2.6.0/org/xmlunit/builder/class-use/DifferenceEngineConfigurer.html A api/java/2.6.0/org/xmlunit/builder/class-use/Input.Builder.html A api/java/2.6.0/org/xmlunit/builder/class-use/Input.TransformationBuilder.html A api/java/2.6.0/org/xmlunit/builder/class-use/Input.html A api/java/2.6.0/org/xmlunit/builder/class-use/JaxbBuilder.html A api/java/2.6.0/org/xmlunit/builder/class-use/Transform.Builder.html A api/java/2.6.0/org/xmlunit/builder/class-use/Transform.TransformationResult.html A api/java/2.6.0/org/xmlunit/builder/class-use/Transform.html A api/java/2.6.0/org/xmlunit/builder/class-use/TransformationBuilderBase.html A api/java/2.6.0/org/xmlunit/builder/package-frame.html A api/java/2.6.0/org/xmlunit/builder/package-summary.html A api/java/2.6.0/org/xmlunit/builder/package-tree.html A api/java/2.6.0/org/xmlunit/builder/package-use.html A api/java/2.6.0/org/xmlunit/class-use/ConfigurationException.html A api/java/2.6.0/org/xmlunit/class-use/XMLUnitException.html A api/java/2.6.0/org/xmlunit/diff/AbstractDifferenceEngine.ComparisonState.html A api/java/2.6.0/org/xmlunit/diff/AbstractDifferenceEngine.DeferredComparison.html A api/java/2.6.0/org/xmlunit/diff/AbstractDifferenceEngine.FinishedComparisonState.html A api/java/2.6.0/org/xmlunit/diff/AbstractDifferenceEngine.OngoingComparisonState.html A api/java/2.6.0/org/xmlunit/diff/AbstractDifferenceEngine.html A api/java/2.6.0/org/xmlunit/diff/ByNameAndTextRecSelector.html A api/java/2.6.0/org/xmlunit/diff/Comparison.Detail.html A api/java/2.6.0/org/xmlunit/diff/Comparison.html A api/java/2.6.0/org/xmlunit/diff/ComparisonController.html A api/java/2.6.0/org/xmlunit/diff/ComparisonControllers.html A api/java/2.6.0/org/xmlunit/diff/ComparisonFormatter.html A api/java/2.6.0/org/xmlunit/diff/ComparisonListener.html A api/java/2.6.0/org/xmlunit/diff/ComparisonListenerSupport.html A api/java/2.6.0/org/xmlunit/diff/ComparisonResult.html A api/java/2.6.0/org/xmlunit/diff/ComparisonType.html A api/java/2.6.0/org/xmlunit/diff/DOMDifferenceEngine.html A api/java/2.6.0/org/xmlunit/diff/DefaultComparisonFormatter.html A api/java/2.6.0/org/xmlunit/diff/DefaultNodeMatcher.DefaultNodeTypeMatcher.html A api/java/2.6.0/org/xmlunit/diff/DefaultNodeMatcher.NodeTypeMatcher.html A api/java/2.6.0/org/xmlunit/diff/DefaultNodeMatcher.html A api/java/2.6.0/org/xmlunit/diff/Diff.html A api/java/2.6.0/org/xmlunit/diff/Difference.html A api/java/2.6.0/org/xmlunit/diff/DifferenceEngine.html A api/java/2.6.0/org/xmlunit/diff/DifferenceEvaluator.html A api/java/2.6.0/org/xmlunit/diff/DifferenceEvaluators.html A api/java/2.6.0/org/xmlunit/diff/ElementSelector.html A api/java/2.6.0/org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilder.html A api/java/2.6.0/org/xmlunit/diff/ElementSelectors.ConditionalSelectorBuilderThen.html A api/java/2.6.0/org/xmlunit/diff/ElementSelectors.html A api/java/2.6.0/org/xmlunit/diff/MultiLevelByNameAndTextSelector.html A api/java/2.6.0/org/xmlunit/diff/NodeFilters.html A api/java/2.6.0/org/xmlunit/diff/NodeMatcher.html A api/java/2.6.0/org/xmlunit/diff/RecursiveXPathBuilder.html A api/java/2.6.0/org/xmlunit/diff/XPathContext.DOMNodeInfo.html A api/java/2.6.0/org/xmlunit/diff/XPathContext.NodeInfo.html A api/java/2.6.0/org/xmlunit/diff/XPathContext.html A api/java/2.6.0/org/xmlunit/diff/class-use/AbstractDifferenceEngine.ComparisonState.html A api/java/2.6.0/org/xmlunit/diff/class-use/AbstractDifferenceEngine.DeferredComparison.html A api/java/2.6.0/org/xmlunit/diff/class-use/AbstractDifferenceEngine.FinishedComparisonState.html A api/java/2.6.0/org/xmlunit/diff/class-use/AbstractDifferenceEngine.OngoingComparisonState.html A api/java/2.6.0/org/xmlunit/diff/class-use/AbstractDifferenceEngine.html A api/java/2.6.0/org/xmlunit/diff/class-use/ByNameAndTextRecSelector.html A api/java/2.6.0/org/xmlunit/diff/class-use/Comparison.Detail.html A api/java/2.6.0/org/xmlunit/diff/class-use/Comparison.html A api/java/2.6.0/org/xmlunit/diff/class-use/ComparisonController.html A api/java/2.6.0/org/xmlunit/diff/class-use/ComparisonControllers.html A api/java/2.6.0/org/xmlunit/diff/class-use/ComparisonFormatter.html A api/java/2.6.0/org/xmlunit/diff/class-use/ComparisonListener.html A api/java/2.6.0/org/xmlunit/diff/class-use/ComparisonListenerSupport.html A api/java/2.6.0/org/xmlunit/diff/class-use/ComparisonResult.html A api/java/2.6.0/org/xmlunit/diff/class-use/ComparisonType.html A api/java/2.6.0/org/xmlunit/diff/class-use/DOMDifferenceEngine.html A api/java/2.6.0/org/xmlunit/diff/class-use/DefaultComparisonFormatter.html A api/java/2.6.0/org/xmlunit/diff/class-use/DefaultNodeMatcher.DefaultNodeTypeMatcher.html A api/java/2.6.0/org/xmlunit/diff/class-use/DefaultNodeMatcher.NodeTypeMatcher.html A api/java/2.6.0/org/xmlunit/diff/class-use/DefaultNodeMatcher.html A api/java/2.6.0/org/xmlunit/diff/class-use/Diff.html A api/java/2.6.0/org/xmlunit/diff/class-use/Difference.html A api/java/2.6.0/org/xmlunit/diff/class-use/DifferenceEngine.html A api/java/2.6.0/org/xmlunit/diff/class-use/DifferenceEvaluator.html A api/java/2.6.0/org/xmlunit/diff/class-use/DifferenceEvaluators.html A api/java/2.6.0/org/xmlunit/diff/class-use/ElementSelector.html A api/java/2.6.0/org/xmlunit/diff/class-use/ElementSelectors.ConditionalSelectorBuilder.html A api/java/2.6.0/org/xmlunit/diff/class-use/ElementSelectors.ConditionalSelectorBuilderThen.html A api/java/2.6.0/org/xmlunit/diff/class-use/ElementSelectors.html A api/java/2.6.0/org/xmlunit/diff/class-use/MultiLevelByNameAndTextSelector.html A api/java/2.6.0/org/xmlunit/diff/class-use/NodeFilters.html A api/java/2.6.0/org/xmlunit/diff/class-use/NodeMatcher.html A api/java/2.6.0/org/xmlunit/diff/class-use/RecursiveXPathBuilder.html A api/java/2.6.0/org/xmlunit/diff/class-use/XPathContext.DOMNodeInfo.html A api/java/2.6.0/org/xmlunit/diff/class-use/XPathContext.NodeInfo.html A api/java/2.6.0/org/xmlunit/diff/class-use/XPathContext.html A api/java/2.6.0/org/xmlunit/diff/package-frame.html A api/java/2.6.0/org/xmlunit/diff/package-summary.html A api/java/2.6.0/org/xmlunit/diff/package-tree.html A api/java/2.6.0/org/xmlunit/diff/package-use.html A api/java/2.6.0/org/xmlunit/input/CommentLessSource.html A api/java/2.6.0/org/xmlunit/input/ElementContentWhitespaceStrippedSource.html A api/java/2.6.0/org/xmlunit/input/NormalizedSource.html A api/java/2.6.0/org/xmlunit/input/WhitespaceNormalizedSource.html A api/java/2.6.0/org/xmlunit/input/WhitespaceStrippedSource.html A api/java/2.6.0/org/xmlunit/input/class-use/CommentLessSource.html A api/java/2.6.0/org/xmlunit/input/class-use/ElementContentWhitespaceStrippedSource.html A api/java/2.6.0/org/xmlunit/input/class-use/NormalizedSource.html A api/java/2.6.0/org/xmlunit/input/class-use/WhitespaceNormalizedSource.html A api/java/2.6.0/org/xmlunit/input/class-use/WhitespaceStrippedSource.html A api/java/2.6.0/org/xmlunit/input/package-frame.html A api/java/2.6.0/org/xmlunit/input/package-summary.html A api/java/2.6.0/org/xmlunit/input/package-tree.html A api/java/2.6.0/org/xmlunit/input/package-use.html A api/java/2.6.0/org/xmlunit/matchers/CompareMatcher.html A api/java/2.6.0/org/xmlunit/matchers/EvaluateXPathMatcher.html A api/java/2.6.0/org/xmlunit/matchers/HasXPathMatcher.html A api/java/2.6.0/org/xmlunit/matchers/ValidationMatcher.html A api/java/2.6.0/org/xmlunit/matchers/class-use/CompareMatcher.html A api/java/2.6.0/org/xmlunit/matchers/class-use/EvaluateXPathMatcher.html A api/java/2.6.0/org/xmlunit/matchers/class-use/HasXPathMatcher.html A api/java/2.6.0/org/xmlunit/matchers/class-use/ValidationMatcher.html A api/java/2.6.0/org/xmlunit/matchers/package-frame.html A api/java/2.6.0/org/xmlunit/matchers/package-summary.html A api/java/2.6.0/org/xmlunit/matchers/package-tree.html A api/java/2.6.0/org/xmlunit/matchers/package-use.html A api/java/2.6.0/org/xmlunit/package-frame.html A api/java/2.6.0/org/xmlunit/package-summary.html A api/java/2.6.0/org/xmlunit/package-tree.html A api/java/2.6.0/org/xmlunit/package-use.html A api/java/2.6.0/org/xmlunit/placeholder/IgnorePlaceholderHandler.html A api/java/2.6.0/org/xmlunit/placeholder/PlaceholderDifferenceEvaluator.html A api/java/2.6.0/org/xmlunit/placeholder/PlaceholderHandler.html A api/java/2.6.0/org/xmlunit/placeholder/PlaceholderSupport.html A api/java/2.6.0/org/xmlunit/placeholder/class-use/IgnorePlaceholderHandler.html A api/java/2.6.0/org/xmlunit/placeholder/class-use/PlaceholderDifferenceEvaluator.html A api/java/2.6.0/org/xmlunit/placeholder/class-use/PlaceholderHandler.html A api/java/2.6.0/org/xmlunit/placeholder/class-use/PlaceholderSupport.html A api/java/2.6.0/org/xmlunit/placeholder/package-frame.html A api/java/2.6.0/org/xmlunit/placeholder/package-summary.html A api/java/2.6.0/org/xmlunit/placeholder/package-tree.html A api/java/2.6.0/org/xmlunit/placeholder/package-use.html A api/java/2.6.0/org/xmlunit/transform/Transformation.html A api/java/2.6.0/org/xmlunit/transform/class-use/Transformation.html A api/java/2.6.0/org/xmlunit/transform/package-frame.html A api/java/2.6.0/org/xmlunit/transform/package-summary.html A api/java/2.6.0/org/xmlunit/transform/package-tree.html A api/java/2.6.0/org/xmlunit/transform/package-use.html A api/java/2.6.0/org/xmlunit/util/Convert.html A api/java/2.6.0/org/xmlunit/util/DocumentBuilderFactoryConfigurer.Builder.html A api/java/2.6.0/org/xmlunit/util/DocumentBuilderFactoryConfigurer.html A api/java/2.6.0/org/xmlunit/util/IsNullPredicate.html A api/java/2.6.0/org/xmlunit/util/IterableNodeList.html A api/java/2.6.0/org/xmlunit/util/Linqy.html A api/java/2.6.0/org/xmlunit/util/Mapper.html A api/java/2.6.0/org/xmlunit/util/Nodes.html A api/java/2.6.0/org/xmlunit/util/Predicate.html A api/java/2.6.0/org/xmlunit/util/TransformerFactoryConfigurer.Builder.html A api/java/2.6.0/org/xmlunit/util/TransformerFactoryConfigurer.html A api/java/2.6.0/org/xmlunit/util/class-use/Convert.html A api/java/2.6.0/org/xmlunit/util/class-use/DocumentBuilderFactoryConfigurer.Builder.html A api/java/2.6.0/org/xmlunit/util/class-use/DocumentBuilderFactoryConfigurer.html A api/java/2.6.0/org/xmlunit/util/class-use/IsNullPredicate.html A api/java/2.6.0/org/xmlunit/util/class-use/IterableNodeList.html A api/java/2.6.0/org/xmlunit/util/class-use/Linqy.html A api/java/2.6.0/org/xmlunit/util/class-use/Mapper.html A api/java/2.6.0/org/xmlunit/util/class-use/Nodes.html A api/java/2.6.0/org/xmlunit/util/class-use/Predicate.html A api/java/2.6.0/org/xmlunit/util/class-use/TransformerFactoryConfigurer.Builder.html A api/java/2.6.0/org/xmlunit/util/class-use/TransformerFactoryConfigurer.html A api/java/2.6.0/org/xmlunit/util/package-frame.html A api/java/2.6.0/org/xmlunit/util/package-summary.html A api/java/2.6.0/org/xmlunit/util/package-tree.html A api/java/2.6.0/org/xmlunit/util/package-use.html A api/java/2.6.0/org/xmlunit/validation/JAXPValidator.html A api/java/2.6.0/org/xmlunit/validation/Languages.html A api/java/2.6.0/org/xmlunit/validation/ParsingValidator.html A api/java/2.6.0/org/xmlunit/validation/ValidationProblem.ProblemType.html A api/java/2.6.0/org/xmlunit/validation/ValidationProblem.html A api/java/2.6.0/org/xmlunit/validation/ValidationResult.html A api/java/2.6.0/org/xmlunit/validation/Validator.html A api/java/2.6.0/org/xmlunit/validation/class-use/JAXPValidator.html A api/java/2.6.0/org/xmlunit/validation/class-use/Languages.html A api/java/2.6.0/org/xmlunit/validation/class-use/ParsingValidator.html A api/java/2.6.0/org/xmlunit/validation/class-use/ValidationProblem.ProblemType.html A api/java/2.6.0/org/xmlunit/validation/class-use/ValidationProblem.html A api/java/2.6.0/org/xmlunit/validation/class-use/ValidationResult.html A api/java/2.6.0/org/xmlunit/validation/class-use/Validator.html A api/java/2.6.0/org/xmlunit/validation/package-frame.html A api/java/2.6.0/org/xmlunit/validation/package-summary.html A api/java/2.6.0/org/xmlunit/validation/package-tree.html A api/java/2.6.0/org/xmlunit/validation/package-use.html A api/java/2.6.0/org/xmlunit/xpath/JAXPXPathEngine.html A api/java/2.6.0/org/xmlunit/xpath/XPathEngine.html A api/java/2.6.0/org/xmlunit/xpath/class-use/JAXPXPathEngine.html A api/java/2.6.0/org/xmlunit/xpath/class-use/XPathEngine.html A api/java/2.6.0/org/xmlunit/xpath/package-frame.html A api/java/2.6.0/org/xmlunit/xpath/package-summary.html A api/java/2.6.0/org/xmlunit/xpath/package-tree.html A api/java/2.6.0/org/xmlunit/xpath/package-use.html A api/java/2.6.0/overview-frame.html A api/java/2.6.0/overview-summary.html A api/java/2.6.0/overview-tree.html A api/java/2.6.0/package-list A api/java/2.6.0/script.js A api/java/2.6.0/serialized-form.html A api/java/2.6.0/stylesheet.css Log Message: ----------- add API docs for XMLUnit for Java 2.6.0 |
From: GitHub <no...@gi...> - 2018-04-22 10:20:26
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.github.io Commit: 21420f28835d3dc9eeec732893d75c6ca75aaf0d https://github.com/xmlunit/xmlunit.github.io/commit/21420f28835d3dc9eeec732893d75c6ca75aaf0d Author: Stefan Bodewig <ste...@in...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: A api/net/2.6.0/Org.XmlUnit.Builder/DiffBuilder.html A api/net/2.6.0/Org.XmlUnit.Builder/IDifferenceEngineConfigurer`1.html A api/net/2.6.0/Org.XmlUnit.Builder/ITransformationBuilderBase`1.html A api/net/2.6.0/Org.XmlUnit.Builder/Input+IBuilder.html A api/net/2.6.0/Org.XmlUnit.Builder/Input+ITransformationBuilder.html A api/net/2.6.0/Org.XmlUnit.Builder/Input.html A api/net/2.6.0/Org.XmlUnit.Builder/Transform+IBuilder.html A api/net/2.6.0/Org.XmlUnit.Builder/Transform+ITransformationResult.html A api/net/2.6.0/Org.XmlUnit.Builder/Transform.html A api/net/2.6.0/Org.XmlUnit.Builder/index.html A api/net/2.6.0/Org.XmlUnit.Constraints/CompareConstraint+CompareConstraintResult.html A api/net/2.6.0/Org.XmlUnit.Constraints/CompareConstraint.html A api/net/2.6.0/Org.XmlUnit.Constraints/EvaluateXPathConstraint+HasXPathConstraintResult.html A api/net/2.6.0/Org.XmlUnit.Constraints/EvaluateXPathConstraint.html A api/net/2.6.0/Org.XmlUnit.Constraints/HasXPathConstraint+HasXPathConstraintResult.html A api/net/2.6.0/Org.XmlUnit.Constraints/HasXPathConstraint.html A api/net/2.6.0/Org.XmlUnit.Constraints/SchemaValidConstraint+SchemaValidationConstraintResult.html A api/net/2.6.0/Org.XmlUnit.Constraints/SchemaValidConstraint.html A api/net/2.6.0/Org.XmlUnit.Constraints/index.html A api/net/2.6.0/Org.XmlUnit.Diff/AbstractDifferenceEngine+ComparisonState.html A api/net/2.6.0/Org.XmlUnit.Diff/AbstractDifferenceEngine.html A api/net/2.6.0/Org.XmlUnit.Diff/ByNameAndTextRecSelector.html A api/net/2.6.0/Org.XmlUnit.Diff/Comparison+Detail.html A api/net/2.6.0/Org.XmlUnit.Diff/Comparison.html A api/net/2.6.0/Org.XmlUnit.Diff/ComparisonController.html A api/net/2.6.0/Org.XmlUnit.Diff/ComparisonControllers.html A api/net/2.6.0/Org.XmlUnit.Diff/ComparisonListener.html A api/net/2.6.0/Org.XmlUnit.Diff/ComparisonResult.html A api/net/2.6.0/Org.XmlUnit.Diff/ComparisonType.html A api/net/2.6.0/Org.XmlUnit.Diff/ComparisonTypes.html A api/net/2.6.0/Org.XmlUnit.Diff/DOMDifferenceEngine.html A api/net/2.6.0/Org.XmlUnit.Diff/DefaultComparisonFormatter.html A api/net/2.6.0/Org.XmlUnit.Diff/DefaultNodeMatcher+NodeTypeMatcher.html A api/net/2.6.0/Org.XmlUnit.Diff/DefaultNodeMatcher.html A api/net/2.6.0/Org.XmlUnit.Diff/Diff.html A api/net/2.6.0/Org.XmlUnit.Diff/Difference.html A api/net/2.6.0/Org.XmlUnit.Diff/DifferenceEvaluator.html A api/net/2.6.0/Org.XmlUnit.Diff/DifferenceEvaluators.html A api/net/2.6.0/Org.XmlUnit.Diff/ElementSelector.html A api/net/2.6.0/Org.XmlUnit.Diff/ElementSelectors+IConditionalSelectorBuilder.html A api/net/2.6.0/Org.XmlUnit.Diff/ElementSelectors+IConditionalSelectorBuilderThen.html A api/net/2.6.0/Org.XmlUnit.Diff/ElementSelectors.html A api/net/2.6.0/Org.XmlUnit.Diff/IComparisonFormatter.html A api/net/2.6.0/Org.XmlUnit.Diff/IDifferenceEngine.html A api/net/2.6.0/Org.XmlUnit.Diff/INodeMatcher.html A api/net/2.6.0/Org.XmlUnit.Diff/MultiLevelByNameAndTextSelector.html A api/net/2.6.0/Org.XmlUnit.Diff/NodeFilters.html A api/net/2.6.0/Org.XmlUnit.Diff/RecursiveXPathBuilder.html A api/net/2.6.0/Org.XmlUnit.Diff/XPathContext+DOMNodeInfo.html A api/net/2.6.0/Org.XmlUnit.Diff/XPathContext+INodeInfo.html A api/net/2.6.0/Org.XmlUnit.Diff/XPathContext.html A api/net/2.6.0/Org.XmlUnit.Diff/index.html A api/net/2.6.0/Org.XmlUnit.Input/AbstractSource.html A api/net/2.6.0/Org.XmlUnit.Input/ByteArraySource.html A api/net/2.6.0/Org.XmlUnit.Input/CommentLessSource.html A api/net/2.6.0/Org.XmlUnit.Input/DOMSource.html A api/net/2.6.0/Org.XmlUnit.Input/ElementContentWhitespaceStrippedSource.html A api/net/2.6.0/Org.XmlUnit.Input/LinqSource.html A api/net/2.6.0/Org.XmlUnit.Input/NormalizedSource.html A api/net/2.6.0/Org.XmlUnit.Input/ReaderSource.html A api/net/2.6.0/Org.XmlUnit.Input/StreamSource.html A api/net/2.6.0/Org.XmlUnit.Input/StringSource.html A api/net/2.6.0/Org.XmlUnit.Input/WhitespaceNormalizedSource.html A api/net/2.6.0/Org.XmlUnit.Input/WhitespaceStrippedSource.html A api/net/2.6.0/Org.XmlUnit.Input/index.html A api/net/2.6.0/Org.XmlUnit.Transform/Transformation.html A api/net/2.6.0/Org.XmlUnit.Transform/index.html A api/net/2.6.0/Org.XmlUnit.Util/Convert.html A api/net/2.6.0/Org.XmlUnit.Util/Linqy.html A api/net/2.6.0/Org.XmlUnit.Util/Nodes.html A api/net/2.6.0/Org.XmlUnit.Util/index.html A api/net/2.6.0/Org.XmlUnit.Validation/Languages.html A api/net/2.6.0/Org.XmlUnit.Validation/ValidationProblem.html A api/net/2.6.0/Org.XmlUnit.Validation/ValidationResult.html A api/net/2.6.0/Org.XmlUnit.Validation/Validator.html A api/net/2.6.0/Org.XmlUnit.Validation/index.html A api/net/2.6.0/Org.XmlUnit.Xpath/IXPathEngine.html A api/net/2.6.0/Org.XmlUnit.Xpath/XPathEngine.html A api/net/2.6.0/Org.XmlUnit.Xpath/index.html A api/net/2.6.0/Org.XmlUnit/ISource.html A api/net/2.6.0/Org.XmlUnit/XMLUnitException.html A api/net/2.6.0/Org.XmlUnit/index.html A api/net/2.6.0/index.html Log Message: ----------- add apidocs for XMLUnit.NET 2.6.0 |
From: AppVeyor <no-...@ap...> - 2018-04-22 10:15:33
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;"> <h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.6.1.134" style="color:#078DC7;">Build xmlunit.net 2.6.1.134 completed</a></h1> <p style="color: #888;"> Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/e9e88fcafb">e9e88fcafb</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 4/22/2018 10:12 AM: <br /> <span style="font-size: 110%;color:#222;">prepare for next round</span> </p> <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p> </div> |
From: GitHub <no...@gi...> - 2018-04-22 10:13:19
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.net Commit: e9e88fcafbb4255332fe1bc10544ed2650d5ca12 https://github.com/xmlunit/xmlunit.net/commit/e9e88fcafbb4255332fe1bc10544ed2650d5ca12 Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M RELEASE_NOTES.md M appveyor.yml M src/doc/monodoc/core/index.xml M src/shared/CommonAssemblyInfo.cs Log Message: ----------- prepare for next round |
From: Travis CI <bu...@tr...> - 2018-04-22 10:02:07
|
Build Update for xmlunit/xmlunit.net ------------------------------------- Build: #257 Status: Passed Duration: 2 mins and 48 secs Commit: 468f6f3 (v2.6.0) Author: Stefan Bodewig Message: prepare 2.6.0 release View the changeset: https://github.com/xmlunit/xmlunit.net/compare/v2.6.0 View the full build log and details: https://travis-ci.org/xmlunit/xmlunit.net/builds/369706495?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to xml...@li... (mailto:xml...@li...) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=b1e3b2d2c3ea4f45a277031a1b6169d5.tM7bKO0f%2B1DbpUvOZi3g5FY4LvY%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dxmlunit-commits%2540lists.sourceforge.net) |
From: GitHub <no...@gi...> - 2018-04-22 09:59:11
|
Branch: refs/tags/v2.6.0 Home: https://github.com/xmlunit/xmlunit.net |
From: AppVeyor <no-...@ap...> - 2018-04-22 09:36:44
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;"> <h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.6.0.133" style="color:#078DC7;">Build xmlunit.net 2.6.0.133 completed</a></h1> <p style="color: #888;"> Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/468f6f391c">468f6f391c</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 4/22/2018 9:34 AM: <br /> <span style="font-size: 110%;color:#222;">prepare 2.6.0 release</span> </p> <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p> </div> |
From: GitHub <no...@gi...> - 2018-04-22 09:34:41
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit.net Commit: 468f6f391c3a15118d8db165ae7b3558721db40b https://github.com/xmlunit/xmlunit.net/commit/468f6f391c3a15118d8db165ae7b3558721db40b Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-22 (Sun, 22 Apr 2018) Changed paths: M RELEASE_NOTES.md M src/doc/monodoc/core/index.xml M src/shared/CommonAssemblyInfo.cs Log Message: ----------- prepare 2.6.0 release |
From: GitHub <no...@gi...> - 2018-04-21 10:54:44
|
Branch: refs/heads/master Home: https://github.com/xmlunit/xmlunit Commit: 0b5e401e59dc7b324a11f368d0300146d5b1e3d8 https://github.com/xmlunit/xmlunit/commit/0b5e401e59dc7b324a11f368d0300146d5b1e3d8 Author: Stefan Bodewig <ste...@fr...> Date: 2018-04-21 (Sat, 21 Apr 2018) Changed paths: M xmlunit-legacy/src/main/java/org/custommonkey/xmlunit/NewDifferenceEngine.java Log Message: ----------- forgot to change copyright year in legacy code |
From: AppVeyor <no-...@ap...> - 2018-04-21 10:52:36
|
<div style="font-family:'Segoe UI',Arial,Sans-Serif;font-size:10pt;"> <h1 style="font-size: 150%;font-weight:normal; color:#078DC7;"><a href="https://ci.appveyor.com/project/bodewig/xmlunit-net/build/2.6.0.132" style="color:#078DC7;">Build xmlunit.net 2.6.0.132 completed</a></h1> <p style="color: #888;"> Commit <a href="https://github.com/xmlunit/xmlunit.net/commit/638c16d87a">638c16d87a</a> by <a href="mailto:ste...@fr...">Stefan Bodewig</a> on 4/21/2018 10:49 AM: <br /> <span style="font-size: 110%;color:#222;">apply NodFilter when comparing XmlDocumentType</span> </p> <p><a href="https://ci.appveyor.com/notifications" style="font-size:85%;color:#999;">Configure your notification preferences</a></p> </div> |