assertTrue(b.getWorkspace().child("3").exists());
assertTrue(b.getWorkspace().child("test.x").exists());
assertBuildStatusSuccess(p.scheduleBuild2(0));
} finally {
server.kill();
}
}
@Bug(1379)
public void testSuperUserForAllRepos() throws Exception {