https://issues.apache.org/bugzilla/show_bug.cgi?id=43969

Michael Clarke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30014|0                           |1
        is obsolete|                            |

--- Comment #17 from Michael Clarke <[email protected]> ---
Created attachment 30015
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30015&action=edit
Updated Patch +test -duplication

Patch with test case re-instated and duplicate code removed.

The previous patch introduced a CustomJUnit4TestAdapterCache which provided the
notifier for Ignored and Skipped events in JUnit4. This new class mostly
duplicated the existing private 'Cache' class within JUnit4TestMethodAdapter,
although added the methods needed for Ignored and Skipped events. This latest
patch removes the private class and changes references to it to the new public
class so as to prevent code duplication.

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

Reply via email to