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


##########
xbean-finder/src/test/java/org/apache/xbean/finder/archive/JarArchiveTest.java:
##########
@@ -71,12 +73,12 @@ public void testGetBytecode() throws Exception {
 
     @Test
     public void testLoadClass() throws Exception {
-        for (Class clazz : JarArchiveTest.classes) {
+        for (Class clazz : classes) {
             Assert.assertEquals(clazz.getName(), clazz, 
this.archive.loadClass(clazz.getName()));
         }
 
         try {
-            this.archive.loadClass("Fake");
+            archive.loadClass("Fake");

Review Comment:
   +4



-- 
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