We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9665314 commit d993395Copy full SHA for d993395
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
@@ -2610,12 +2610,6 @@ public void testGettingPropertiesWithPrefix() throws Exception {
2610
assertTrue(prefixedProps.isEmpty());
2611
}
2612
2613
- public static void main(String[] argv) throws Exception {
2614
- junit.textui.TestRunner.main(new String[]{
2615
- TestConfiguration.class.getName()
2616
- });
2617
- }
2618
-
2619
@Test
2620
public void testGetAllPropertiesByTags() throws Exception {
2621
0 commit comments