Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1F277200D23 for ; Thu, 19 Oct 2017 09:47:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1D9DC1609ED; Thu, 19 Oct 2017 07:47:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 59C491609E2 for ; Thu, 19 Oct 2017 09:47:18 +0200 (CEST) Received: (qmail 5564 invoked by uid 500); 19 Oct 2017 07:47:12 -0000 Mailing-List: contact dev-help@netbeans.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@netbeans.incubator.apache.org Delivered-To: mailing list dev@netbeans.incubator.apache.org Received: (qmail 5553 invoked by uid 99); 19 Oct 2017 07:47:12 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2017 07:47:12 +0000 From: GitBox To: dev@netbeans.apache.org Subject: [GitHub] geertjanw commented on a change in pull request #44: Testcases related fixes Message-ID: <150839923191.14028.16415780324809712876.gitbox@gitbox.apache.org> archived-at: Thu, 19 Oct 2017 07:47:19 -0000 geertjanw commented on a change in pull request #44: Testcases related fixes URL: https://github.com/apache/incubator-netbeans/pull/44#discussion_r145621717 ########## File path: 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"); Review comment: OK, will merge this one. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services