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 @@ -110,7 +110,7 @@ public static void main(String args[]) throws Exception {
110
110
test .verifyRestartMax (5 );
111
111
test .verifyT3ChannelPublicAddress (adminHost );
112
112
test .verifyT3ChannelPublicPort (30091 );
113
- test .verifyMSSeverMaxMessageSize (77777777 ,"managed-server1" );
113
+ test .verifyMsSeverMaxMessageSize (77777777 ,"managed-server1" );
114
114
}
115
115
116
116
if (testName .equals ("testCustomSitConfigOverridesForJdbc" )) {
@@ -305,7 +305,7 @@ protected void verifyMaxMessageSize(int expectedValue) {
305
305
* @param expectedValue - integer value to be checked in the max-message-size attribute in
306
306
* EditMBean in ServerConfig tree
307
307
*/
308
- protected void verifyMSSeverMaxMessageSize (int expectedValue ,String serverName ) {
308
+ protected void verifyMsSeverMaxMessageSize (int expectedValue ,String serverName ) {
309
309
310
310
try {
311
311
EditServiceMBean editSvc = getEditService ();
You can’t perform that action at this time.
0 commit comments