Skip to content

Commit

Permalink
Merge pull request #1567 from bjhargrave/issue1462
Browse files Browse the repository at this point in the history
project: Use Strategy.LOWEST for -testpath
  • Loading branch information
bjhargrave committed Jul 30, 2016
2 parents ececdd6 + c35b0df commit b491a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz.aQute.bndlib/src/aQute/bnd/build/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ private List<Container> parseRunFw() throws Exception {
}

private List<Container> parseTestpath() throws Exception {
return getBundles(Strategy.HIGHEST, mergeProperties(Constants.TESTPATH), Constants.TESTPATH);
return getBundles(Strategy.LOWEST, mergeProperties(Constants.TESTPATH), Constants.TESTPATH);
}

/**
Expand Down

0 comments on commit b491a7f

Please sign in to comment.