You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2019/10/15 12:16:27 UTC

[Bug 63850] New: LegacyXmlResultFormatter of JUnitLauncher Task does not log Exceptions in @BeforeAll

https://bz.apache.org/bugzilla/show_bug.cgi?id=63850

            Bug ID: 63850
           Summary: LegacyXmlResultFormatter of JUnitLauncher Task does
                    not log Exceptions in @BeforeAll
           Product: Ant
           Version: 1.10.7
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
          Assignee: notifications@ant.apache.org
          Reporter: mseele@guh-software.de
  Target Milestone: ---

LegacyXmlResultFormatter of JUnitLauncher Task does not log Exceptions in
@BeforeAll.

Please see my attached Example Test Case and the JUnit5 and JUnit4 XMLs.

Maybe @AfterAll has the same bug, i did not test that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63850] LegacyXmlResultFormatter of JUnitLauncher Task does not log Exceptions in @BeforeAll

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63850

--- Comment #1 from mseele@guh-software.de ---
Created attachment 36831
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36831&action=edit
ExampleTest.java

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63850] LegacyXmlResultFormatter of JUnitLauncher Task does not log Exceptions in @BeforeAll

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63850

Jaikiran Pai <ja...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |1.10.8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63850] LegacyXmlResultFormatter of JUnitLauncher Task does not log Exceptions in @BeforeAll

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63850

--- Comment #2 from mseele@guh-software.de ---
Created attachment 36832
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36832&action=edit
JUnit4 XML (correct)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63850] LegacyXmlResultFormatter of JUnitLauncher Task does not log Exceptions in @BeforeAll

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63850

Jaikiran Pai <ja...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 OS|                            |All
         Resolution|---                         |FIXED

--- Comment #4 from Jaikiran Pai <ja...@apache.org> ---
PR containing the fix has been merged https://github.com/apache/ant/pull/108

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63850] LegacyXmlResultFormatter of JUnitLauncher Task does not log Exceptions in @BeforeAll

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63850

--- Comment #3 from mseele@guh-software.de ---
Created attachment 36833
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36833&action=edit
JUnit5 XML (incorrect)

-- 
You are receiving this mail because:
You are the assignee for the bug.