Github user rtaneja1 commented on a diff in the pull request:
https://github.com/apache/incubator-netbeans/pull/44#discussion_r142630474
--- 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 --
Fixed
---