powerbroker commented on code in PR #34:
URL: https://github.com/apache/geronimo-xbean/pull/34#discussion_r1053960992


##########
xbean-finder/src/test/java/org/apache/xbean/finder/archive/JarArchiveTest.java:
##########
@@ -80,7 +78,7 @@ public void testGetBytecode() throws Exception {
 
         try {
             archive.getBytecode("Fake");
-            fail("ClassNotFoundException should have been thrown");
+            Assert.fail("ClassNotFoundException should have been thrown");

Review Comment:
   yep))



-- 
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: dev-unsubscr...@geronimo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to