timothyjward commented on code in PR #403:
URL: https://github.com/apache/felix-dev/pull/403#discussion_r2036968086
##########
framework/src/test/java/org/apache/felix/framework/BundleWiringImplTest.java:
##########
@@ -539,8 +511,8 @@ public void testAccessorSubsequentLoadFailed() throws
Exception
verify(requiredPkgs, never()).values();
} catch (Exception e) {
- e.printStackTrace();
- fail();
+ e.printStackTrace();
+ fail("");
Review Comment:
```suggestion
fail("An unexpected failure occurred" + e.getMessage());
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]