This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch SUREFIRE-1360
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
omit c05a15944 [SUREFIRE-1360] Ability to disable properties for
successfully passed tests
new ee4ed16ad Fix typos
new 786b0169e [SUREFIRE-1360] Ability to disable properties for
successfully passed tests
new bbdcf9087 Add IT
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c05a15944)
\
N -- N -- N refs/heads/SUREFIRE-1360 (bbdcf9087)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...T.java => Surefire1360PropertiesElementIT.java} | 38 +++++++++++-----------
.../its/jiras/Surefire1934OutErrElementsIT.java | 2 +-
.../pom.xml | 18 +++++-----
.../TestPropertiesElement.java | 18 ++++++++++
.../TestPropertiesElement2.java | 17 ++++++++++
.../pom.xml | 15 ++-------
.../TestPropertiesElement.java | 12 +++++++
.../surefire-1934-enable-out-err-elements/pom.xml | 2 +-
8 files changed, 79 insertions(+), 43 deletions(-)
copy
surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/{Surefire1934OutErrElementsIT.java
=> Surefire1360PropertiesElementIT.java} (55%)
copy surefire-its/src/test/resources/{crash-detection =>
surefire-1360-disable-properties-element}/pom.xml (81%)
create mode 100644
surefire-its/src/test/resources/surefire-1360-disable-properties-element/src/test/java/disablePropertiesElement/TestPropertiesElement.java
create mode 100644
surefire-its/src/test/resources/surefire-1360-disable-properties-element/src/test/java/disablePropertiesElement/TestPropertiesElement2.java
copy surefire-its/src/test/resources/{surefire-1934-enable-out-err-elements =>
surefire-1360-enable-properties-element}/pom.xml (81%)
create mode 100644
surefire-its/src/test/resources/surefire-1360-enable-properties-element/src/test/java/enablePropertiesElement/TestPropertiesElement.java