goiri commented on a change in pull request #1253: HDFS-8631. WebHDFS : Support 
setQuota
URL: https://github.com/apache/hadoop/pull/1253#discussion_r312593255
 
 

 ##########
 File path: 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/resources/TestParam.java
 ##########
 @@ -49,7 +51,7 @@
   @Test
   public void testAccessTimeParam() {
     final AccessTimeParam p = new AccessTimeParam(AccessTimeParam.DEFAULT);
-    Assert.assertEquals(-1L, p.getValue().longValue());
+    assertEquals(-1L, p.getValue().longValue());
 
 Review comment:
   To avoid so much churn, let's just do the assertEquals in the new methods 
and leave this alone for the rest for now.
   we can do a followup JIRA for that if so.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to