}
BaseTestSuite suite = new BaseTestSuite();
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",
true);