Skip to content

Commit d993395

Browse files
committed
HADOOP-19617 - [JDK17] Remove JUnit4 Dependency.
1 parent 9665314 commit d993395

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2610,12 +2610,6 @@ public void testGettingPropertiesWithPrefix() throws Exception {
26102610
assertTrue(prefixedProps.isEmpty());
26112611
}
26122612

2613-
public static void main(String[] argv) throws Exception {
2614-
junit.textui.TestRunner.main(new String[]{
2615-
TestConfiguration.class.getName()
2616-
});
2617-
}
2618-
26192613
@Test
26202614
public void testGetAllPropertiesByTags() throws Exception {
26212615

0 commit comments

Comments
 (0)