You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/05/27 11:45:47 UTC

[maven-surefire] 01/01: Merge pull request #235 from apache/SUREFIRE-1669

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit d78bfebb486817b8323190c1201f6b79e04e7be1
Merge: 3336004 95bfe70
Author: Tibor Digana <ti...@apache.org>
AuthorDate: Mon May 27 13:45:41 2019 +0200

    Merge pull request #235 from apache/SUREFIRE-1669
    
    [SUREFIRE-1669] POJO tests do not call fixture methods setUp and tearDown and test instances are not new between tests

 .../apache/maven/surefire/its/PojoSimpleIT.java    |  14 ++-
 .../pojo-simple/src/test/java/PojoTest.java        |  11 +++
 .../maven/surefire/junit/JUnit3Provider.java       |  19 +++-
 .../apache/maven/surefire/junit/PojoTestSet.java   | 101 ++++++++++-----------
 4 files changed, 83 insertions(+), 62 deletions(-)