This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
The following commit(s) were added to refs/heads/master by this push:
new 852b038608 blueprint test fixture should return new app after rebinding
852b038608 is described below
commit 852b0386088bd342fa1b76f431c053675be2f066
Author: Alex Heneveld <[email protected]>
AuthorDate: Wed Jan 10 13:00:19 2024 +0000
blueprint test fixture should return new app after rebinding
---
.../org/apache/brooklyn/launcher/blueprints/AbstractBlueprintTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/AbstractBlueprintTest.java
b/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/AbstractBlueprintTest.java
index b497158d9f..a03ee10eec 100644
---
a/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/AbstractBlueprintTest.java
+++
b/launcher/src/test/java/org/apache/brooklyn/launcher/blueprints/AbstractBlueprintTest.java
@@ -216,6 +216,7 @@ public abstract class AbstractBlueprintTest {
if (isRebindEnabled()) {
Application newApp = rebind();
check.accept(newApp);
+ return newApp;
}
return app;