Skip to content

Commit e61275f

Browse files
diarios
1 parent 583aeda commit e61275f

4 files changed

Lines changed: 27 additions & 29 deletions

File tree

Diarios/Diario Denilson.pdf

247 KB
Binary file not shown.

Diarios/Diário Elliton.pdf

44.4 KB
Binary file not shown.

Diarios/diario mateus.pdf

79.3 KB
Binary file not shown.

src/test/java/org/apache/commons/cli/BasicParserTest.java

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
55
The ASF licenses this file to You under the Apache License, Version 2.0
66
(the "License"); you may not use this file except in compliance with
77
the License. You may obtain a copy of the License at
8-
98
http://www.apache.org/licenses/LICENSE-2.0
10-
119
Unless required by applicable law or agreed to in writing, software
1210
distributed under the License is distributed on an "AS IS" BASIS,
1311
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -62,39 +60,39 @@ public void testAmbiguousPartialLongOption4() throws Exception {
6260

6361
@Override
6462
@Test
65-
@Ignore("not supported by the BasicParser")
63+
6664
public void testBursting() throws Exception {
6765
}
6866

69-
@Override
70-
@Test
71-
@Ignore("not supported by the BasicParser")
72-
public void testDoubleDash2() throws Exception {
73-
}
67+
7468

75-
@Override
76-
@Test
77-
@Ignore("not supported by the BasicParser")
78-
public void testLongOptionWithEqualsQuoteHandling() throws Exception {
79-
}
8069

81-
@Override
82-
@Test
83-
@Ignore("not supported by the BasicParser")
84-
public void testLongWithEqualDoubleDash() throws Exception {
85-
}
8670

87-
@Override
88-
@Test
89-
@Ignore("not supported by the BasicParser")
90-
public void testLongWithEqualSingleDash() throws Exception {
91-
}
9271

93-
@Override
94-
@Test
95-
@Ignore("not supported by the BasicParser")
96-
public void testLongWithoutEqualSingleDash() throws Exception {
97-
}
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
9896

9997
@Override
10098
@Test
@@ -185,4 +183,4 @@ public void testUnambiguousPartialLongOption4() throws Exception {
185183
@Ignore("not supported by the BasicParser")
186184
public void testUnrecognizedOptionWithBursting() throws Exception {
187185
}
188-
}
186+
}

0 commit comments

Comments
 (0)