Josh Elser created ACCUMULO-2356:
------------------------------------
Summary: 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
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)