File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration-tests/src/test/resources/sitconfig/java Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public class SitConfigTests {
85
85
private final String adminPassword ;
86
86
87
87
/**
88
- * @param args the args should include a minimum of these values administration server host,
88
+ * @param args the args should include a minimum of these values - administration server host,
89
89
* administration server port, administration server user name and administration server
90
90
* password. When testCustomSitConfigOverridesForJdbc test is run it expects an additional
91
91
* argument JDBC URL.
@@ -106,7 +106,7 @@ public static void main(String args[]) throws Exception {
106
106
107
107
if (testName .equals ("testCustomSitConfigOverridesForDomain" )) {
108
108
// the values passed to these verify methods are the attribute values overrrideen in the
109
- // config.xml
109
+ // config.xml. These are just randomly chosen attributes and values to override
110
110
test .verifyDebugFlagJMXCore (true );
111
111
test .verifyDebugFlagServerLifeCycle (true );
112
112
test .verifyMaxMessageSize (78787878 );
You can’t perform that action at this time.
0 commit comments