[
https://issues.apache.org/jira/browse/COMPRESS-520?focusedWorklogId=434470&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-434470
]
ASF GitHub Bot logged work on COMPRESS-520:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/20 16:09
Start Date: 18/May/20 16:09
Worklog Time Spent: 10m
Work Description: coveralls edited a comment on pull request #101:
URL: https://github.com/apache/commons-compress/pull/101#issuecomment-629636885
[](https://coveralls.io/builds/30864047)
Coverage decreased (-0.007%) to 87.239% when pulling
**efd2e84f2b89d0494c444f4f227e2c390b28b520 on theobisproject:remove-powermock**
into **a5ccbd6c55f8df73aa5c13f48aed8d363c722c3a on apache:master**.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 434470)
Time Spent: 20m (was: 10m)
> Implement ZCompressorInputStreamTest without powermock
> ------------------------------------------------------
>
> Key: COMPRESS-520
> URL: https://issues.apache.org/jira/browse/COMPRESS-520
> Project: Commons Compress
> Issue Type: Improvement
> Affects Versions: 1.20
> Reporter: Robin Schimpf
> Priority: Trivial
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The ZCompressorInputStreamTest uses powermock to mock an empty enumeration.
> This prevents the test to be run on Java 9+.
> The same behaviour can be achieved by using {{Collections.emptyEnumeration}}
> and therefore the powermock dependency for the tests dropped.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)