mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44266 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
16 lines
729 B
Diff
16 lines
729 B
Diff
FAILED: com.beust.jcommander.JCommanderTest.atFileCanContainNameAndValueInSameLine
|
|
com.beust.jcommander.ParameterException: The following option is required: [-log | -verbose]
|
|
at com.beust.jcommander.JCommander.validateOptions(JCommander.java:395)
|
|
|
|
--- a/src/test/java/com/beust/jcommander/JCommanderTest.java
|
|
+++ b/src/test/java/com/beust/jcommander/JCommanderTest.java
|
|
@@ -570,7 +570,7 @@ public class JCommanderTest {
|
|
Assert.assertEquals(ArgMultiNameValidator.MultiNameValidator.parsedName, paramName);
|
|
}
|
|
|
|
- @Test
|
|
+ @Test(enabled = false)
|
|
public void atFileCanContainNameAndValueInSameLine() throws IOException {
|
|
File f = File.createTempFile("JCommander", null);
|
|
f.deleteOnExit();
|