mirror of
https://github.com/jlengrand/picocli.git
synced 2026-03-10 08:41:17 +00:00
TEST fix test to not depend on some JDK error message details
This commit is contained in:
@@ -524,7 +524,7 @@ public class CommandLineTypeConversionTest {
|
||||
}
|
||||
@Test
|
||||
public void testInetAddressConvertersInvalidError() {
|
||||
parseInvalidValue("-InetAddress", "%$::a?*!a", "java.net.UnknownHostException: %$::a?*!a");
|
||||
parseInvalidValue("-InetAddress", "%$::a?*!a", "java.net.UnknownHostException: ");
|
||||
}
|
||||
@Test
|
||||
public void testUUIDConvertersInvalidError() {
|
||||
|
||||
Reference in New Issue
Block a user