Github user rtaneja1 commented on a diff in the pull request:

    https://github.com/apache/incubator-netbeans/pull/44#discussion_r143384110
  
    --- Diff: 
autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/UpdateProviderFactoryCreateTest.java
 ---
    @@ -50,7 +49,7 @@ protected void tearDown () throws  Exception {
         public void testCreate () throws Exception {
             String name = "new-one";
             String displayName = "Newone";
    -        URL url = UpdateUnitFactoryTest.class.getResource 
("data/catalog.xml");
    +        URL url = getClass().getResource 
("/org/netbeans/modules/autoupdate/updateprovider/data/catalog.xml");
    --- End diff --
    
    Can you please approve this?


---

Reply via email to