// Finds the test project.
 public Project GetProject(Server s, String strName)
 {
     return s.FindProject(strName);
 }