Github user robertgmoss commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/218#discussion_r69442254
--- Diff:
launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/Windows7zipBlueprintLiveTest.java
---
@@ -81,7 +81,7 @@ public void test7zip() throws Exception {
Predicate<Application> asserter = new Predicate<Application>() {
@Override public boolean apply(Application app) {
- VanillaWindowsProcess entity =
Iterables.getOnlyElement(Entities.descendants(app,
VanillaWindowsProcess.class));
+ VanillaWindowsProcess entity =
Iterables.getOnlyElement(Entities.descendantsAndSelf(app,
VanillaWindowsProcess.class));
--- End diff --
Ignore me, it might not be the root being searched for.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---