Skip to content

Commit

Permalink
Added (unfortunately yet disfunctional) regression test for JENKINS-1…
Browse files Browse the repository at this point in the history
…1592

Originally-Committed-As: 83822830cf6f74a5663dfcc9acd14b13774739ae
  • Loading branch information
kutzi committed Nov 18, 2011
1 parent 590bfba commit d716d19
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -627,7 +627,7 @@ protected MavenModuleSet createMavenProject(String name) throws IOException {
return hudson.createProject(MavenModuleSet.class,name);
}

private String createUniqueProjectName() {
protected String createUniqueProjectName() {
return "test"+hudson.getItems().size();
}

Expand Down

0 comments on commit d716d19

Please sign in to comment.