41
41
Ice.StringSeqHolder argsH = new Ice.StringSeqHolder(args);
45
46
// We must set MessageSizeMax to an explicit value,
46
47
// because we run tests to check whether
47
48
// Ice.MemoryLimitException is raised as expected.
54
53
// We don't want connection warnings because of the timeout test.
59
status = run(argsH.value, communicator, initData, System.out);
60
61
catch(Ice.LocalException ex)