[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14965076#comment-14965076
 ] 

Hudson commented on BOOKKEEPER-866:
-----------------------------------

FAILURE: Integrated in bookkeeper-master #1170 (See 
[https://builds.apache.org/job/bookkeeper-master/1170/])
BOOKKEEPER-866: Fix compile issue when Updating junit to latest release (sijie: 
rev 8a3922e00d5fc3f82cb28ca032595b02db1a516e)
* 
bookkeeper-server/src/test/java/org/apache/bookkeeper/replication/AuditorBookieTest.java
* CHANGES.txt
* 
bookkeeper-server/src/test/java/org/apache/bookkeeper/zookeeper/TestZooKeeperClient.java
* bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/CookieTest.java
* bookkeeper-server/pom.xml
* 
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookKeeperTest.java
* 
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/CreateNewLogTest.java
* 
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieInitializationTest.java
* 
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/UpdateCookieCmdTest.java
* 
bookkeeper-server/src/test/java/org/apache/bookkeeper/client/UpdateLedgerCmdTest.java


> 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
>              Labels: test
>             Fix For: 4.4.0
>
>         Attachments: BOOKKEEPER-866-2.patch, BOOKKEEPER-866.patch
>
>
> 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)

Reply via email to