[
https://issues.apache.org/jira/browse/ACCUMULO-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved ACCUMULO-2356.
----------------------------------
Resolution: Fixed
> Remove static block from AccumuloDFSBase
> ----------------------------------------
>
> Key: ACCUMULO-2356
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2356
> Project: Accumulo
> Issue Type: Test
> Components: test
> Affects Versions: 1.5.0
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: 1.5.1, 1.6.0
>
>
> AccumuloDFSBase have this static initializer block which has the terrible
> sideeffect of not failing nicely in the test, but instead just throwing a
> NoClassDefFoundException.
> It should be moved to a static method with a BeforeClass annotation.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)