Skip to content

Commit c982dc5

Browse files
committed
HADOOP-19433. Improve Some Code.
1 parent 637d844 commit c982dc5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hadoop-tools/hadoop-extras/src/test/java/org/apache/hadoop/mapred/tools/TestGetGroups.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,36 +55,30 @@ protected Tool getTool(PrintStream o) {
5555
@Test
5656
@Override
5757
public void testNoUserGiven() throws Exception {
58-
super.testNoUserGiven();
5958
}
6059

6160
@Test
6261
@Override
6362
public void testExistingUser() throws Exception {
64-
super.testExistingUser();
6563
}
6664

6765
@Test
6866
@Override
6967
public void testMultipleExistingUsers() throws Exception {
70-
super.testMultipleExistingUsers();
7168
}
7269

7370
@Test
7471
@Override
7572
public void testNonExistentUser() throws Exception {
76-
super.testNonExistentUser();
7773
}
7874

7975
@Test
8076
@Override
8177
public void testMultipleNonExistingUsers() throws Exception {
82-
super.testMultipleNonExistingUsers();
8378
}
8479

8580
@Test
8681
@Override
8782
public void testExistingInterleavedWithNonExistentUsers() throws Exception {
88-
super.testExistingInterleavedWithNonExistentUsers();
8983
}
9084
}

0 commit comments

Comments
 (0)