Robin Schimpf created COMPRESS-520:
--------------------------------------
Summary: 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
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)