File tree Expand file tree Collapse file tree
src/test/java/org/apache/commons/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
4141import java .util .Map ;
4242import java .util .stream .Stream ;
4343
44- import org .apache .commons .io .IOUtils ;
4544import org .junit .jupiter .api .Test ;
4645import org .junit .jupiter .params .ParameterizedTest ;
4746import org .junit .jupiter .params .provider .Arguments ;
@@ -237,12 +236,6 @@ public void testnstantiableEquals() {
237236 assertEquals (new Instantiable (), new Instantiable ());
238237 }
239238
240- @ Test
241- public void testOpenFile () throws ParseException , IOException {
242- try (FileInputStream fis = TypeHandler .openFile ("src/test/resources/org/apache/commons/cli/existing-readable.file" )) {
243- IOUtils .consume (fis );
244- }
245- }
246239
247240 @ Test
248241 public void testRegister () {
You can’t perform that action at this time.
0 commit comments