Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changelog and fixed test for [JENKINS-16499]
  • Loading branch information
kutzi authored and jglick committed Oct 4, 2013
1 parent 4c5f193 commit 314ccfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/test/java/hudson/maven/MavenProjectTest.java
Expand Up @@ -57,6 +57,7 @@ public void testOnMaster() throws Exception {
public void testCopyFromExistingMavenProject() throws Exception {
MavenModuleSet project = createSimpleProject();
project.setGoals("abcdefg");
project.save();

MavenModuleSet copy = (MavenModuleSet) Jenkins.getInstance().copy((AbstractProject<?, ?>)project, "copy" + System.currentTimeMillis());
assertNotNull("Copied project must not be null", copy);
Expand Down

0 comments on commit 314ccfd

Please sign in to comment.