Skip to content

Commit

Permalink
JENKINS-21149 Removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
patbos committed Jan 7, 2014
1 parent 2fc4d4f commit e6f5dd7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -770,9 +770,6 @@ public void testVersionContributorConfiguredAndUpdated() throws Exception {
assertNotNull(firstProject.getLastBuild());
assertNotNull(secondProject.getLastBuild());

// assertEquals("1.0.0.1", firstProject.getLastBuild().getDisplayName());
// assertEquals("2.0.0.1", secondProject.getLastBuild().getDisplayName());

Pipeline pipeline = PipelineFactory.createPipelineLatest(PipelineFactory.extractPipeline("Pipeline", firstProject), jenkins.getInstance());
assertNotNull(pipeline);
assertEquals("2.0.0.1", pipeline.getVersion());
Expand Down

0 comments on commit e6f5dd7

Please sign in to comment.