Akira Ajisaka created HADOOP-14415: -------------------------------------- Summary: Use java.lang.AssertionError instead of junit.framework.AssertionFailedError Key: HADOOP-14415 URL: https://issues.apache.org/jira/browse/HADOOP-14415 Project: Hadoop Common Issue Type: Improvement Reporter: Akira Ajisaka Priority: Minor
When reviewing HADOOP-14180, I found some test codes that throw junit.framework.AssertionFailedError. org.junit.Assert no longer throws AssertionFailedError, so we should use AssertionError instead of AssertionFailedError. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org