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

    https://github.com/apache/incubator-netbeans/pull/44#discussion_r142446465
  
    --- Diff: 
autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/UpdateProviderFactoryCreateTest.java
 ---
    @@ -50,7 +50,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 = CatalogCacheTest.class.getResource ("data/catalog.xml");
    --- End diff --
    
    Why not use `UpdateProviderFactoryCreateTest.class` here? Or even 
`getClass().getResource()` ?


---

Reply via email to