Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.20
-
None
-
None
Description
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.