Skip to content

Commit

Permalink
Assert no duplicate eclipse linked resources are generated when run t…
Browse files Browse the repository at this point in the history
…wice

+review REVIEW-6053
  • Loading branch information
eskatos committed Jun 10, 2016
1 parent 7537d64 commit fbc7d6b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ configure(project(":projectA")){

then:
project.assertHasLinkedResource('README.md', '1', 'PARENT-1-PROJECT_LOC/README.md')
project.assertHasLinkedResources('README.md')

and:
run 'eclipse'

then:
project.assertHasLinkedResource('README.md', '1', 'PARENT-1-PROJECT_LOC/README.md')
project.assertHasLinkedResources('README.md')
}
}

0 comments on commit fbc7d6b

Please sign in to comment.