HBASE-8494. TestRemoteAdmin#testClusterStatus should not assume 'requests' does not change

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1494664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2013-06-19 15:49:30 +00:00
parent 278659b6e6
commit becbdfa8d1
1 changed files with 0 additions and 3 deletions

View File

@ -116,9 +116,6 @@ public class TestRemoteAdmin {
assertEquals(
"Dead server count from cluster status and returned status did not match up. ",
status.getDeadServers(), returnedStatus.getDeadNodes().size());
assertEquals(
"Number of requests from cluster status and returned status did not match up. ",
status.getRequestsCount(), returnedStatus.getRequests());
}
@Test