You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Jia Zhai (JIRA)" <ji...@apache.org> on 2015/08/31 14:52:45 UTC

[jira] [Created] (BOOKKEEPER-866) Fix compile issue when Updating junit to latest release version( 4.12) in the test of Bookkeeper-server.

Jia Zhai created BOOKKEEPER-866:
-----------------------------------

             Summary: Fix compile issue when Updating junit to latest release version( 4.12) in the test of  Bookkeeper-server.
                 Key: BOOKKEEPER-866
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-866
             Project: Bookkeeper
          Issue Type: Improvement
          Components: bookkeeper-server
            Reporter: Jia Zhai
            Assignee: Jia Zhai


When write test cases for BOOKKEEPER-865,  It appears that current version of junit could not support some new features well, such as Parameterized test. Then we try to update junit to latest release version, but found " junit.framework.Assert in junit.framework has been deprecated" .  
So using this new ticket to trace this to make the objective more clear.

The fix is simple, 
replace 
import junit.framework.Assert;
to
import org.junit.Assert; 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)