Github user sjcorbett commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/121#discussion_r16406090
--- Diff: core/src/test/java/brooklyn/entity/rebind/RebindTestUtils.java ---
@@ -211,6 +211,16 @@ public static Application rebind(File mementoDir,
ClassLoader classLoader) throw
return rebind(mementoDir, classLoader, null);
}
+ public static Application rebind(LocalManagementContext
newManagementContext, ClassLoader classLoader) throws Exception {
+ return rebind(newManagementContext, classLoader, null);
+ }
+
+ public static Application rebind(LocalManagementContext
newManagementContext, ClassLoader classLoader, RebindExceptionHandler
exceptionHandler) throws Exception {
+ Collection<Application> newApps = rebindAll(newManagementContext,
classLoader, null);
--- End diff --
Passing null rather than exceptionHandler argument.
---
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.
---