You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/10/19 07:50:07 UTC

[GitHub] geertjanw closed pull request #155: Renamed VerifyFileTest class to exclude it from TestSuite run as it depends on deleted resource

geertjanw closed pull request #155: Renamed VerifyFileTest class  to exclude it from TestSuite run as it depends on deleted resource
URL: https://github.com/apache/incubator-netbeans/pull/155
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/VerifyFileTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/VerifyFileTestDisabled.java
similarity index 96%
rename from autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/VerifyFileTest.java
rename to autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/VerifyFileTestDisabled.java
index d722d244d..5f62139f6 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/VerifyFileTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/VerifyFileTestDisabled.java
@@ -34,13 +34,13 @@
 import org.netbeans.api.autoupdate.TestUtils;
 import org.netbeans.junit.NbTestCase;
 
-public class VerifyFileTest extends NbTestCase {
+public class VerifyFileTestDisabled extends NbTestCase {
 
-    private static final Logger LOG = Logger.getLogger(VerifyFileTest.class.getName());
+    private static final Logger LOG = Logger.getLogger(VerifyFileTestDisabled.class.getName());
 
     private KeyStore ks;
 
-    public VerifyFileTest(String testName) {
+    public VerifyFileTestDisabled(String testName) {
         super(testName);
     }
 


 

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