comparison test/compiler/rtm/cli/TestRTMRetryCountOption.java @ 21817:12478c5eb000

Merge
author asaha
date Fri, 24 Oct 2014 17:09:30 -0700
parents cabe05c85665
children
comparison
equal deleted inserted replaced
21815:37179dcf830a 21817:12478c5eb000
33 33
34 public class TestRTMRetryCountOption extends RTMGenericCommandLineOptionTest { 34 public class TestRTMRetryCountOption extends RTMGenericCommandLineOptionTest {
35 private static final String DEFAULT_VALUE = "5"; 35 private static final String DEFAULT_VALUE = "5";
36 36
37 private TestRTMRetryCountOption() { 37 private TestRTMRetryCountOption() {
38 super(Boolean.TRUE::booleanValue, "RTMRetryCount", false, true, 38 super(Boolean.TRUE::booleanValue, "RTMRetryCount", false, false,
39 TestRTMRetryCountOption.DEFAULT_VALUE, 39 TestRTMRetryCountOption.DEFAULT_VALUE,
40 "0", "10", "100", "1000"); 40 "0", "10", "100", "1000");
41 } 41 }
42 42
43 public static void main(String args[]) throws Throwable { 43 public static void main(String args[]) throws Throwable {