"client or server is missing");
}
TestSuite suite = new TestSuite();
addVersionCombinations(suite);
TestConfiguration config = TestConfiguration.getCurrent();
return new SecurityManagerSetup(
new ServerSetup(suite, "localhost", config.getPort()),
// Need permission for getProtectionDomain to determine what
// to put on the classpath for the spawned process(es).
VersionCombinationConfigurator.class.getName().
replaceAll("\\.", "/") + ".policy",