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/11/01 12:24:12 UTC

[GitHub] geertjanw closed pull request #214: disabled failing tests

geertjanw closed pull request #214: disabled failing tests
URL: https://github.com/apache/incubator-netbeans/pull/214
 
 
   

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/NbmsInDownloadedTabTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmsInDownloadedTabTest.java
index ea82e6a07..b6d98f522 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmsInDownloadedTabTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NbmsInDownloadedTabTest.java
@@ -45,7 +45,7 @@ public NbmsInDownloadedTabTest(String testName) {
         super(testName);
     }
     
-    public void testNbmDependsOnLowerVersion () throws IOException {
+    public void disabledtestNbmDependsOnLowerVersion () throws IOException {
         URL higherEngineURL = TestUtils.class.getResource ("data/org-yourorghere-engine-1-2.nbm");
         assertNotNull ("URL data/org-yourorghere-engine-1-2.nbm exits", higherEngineURL);
         File higherEngineNbm = TestUtils.getFile(this, higherEngineURL);
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NewClustersRebootTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NewClustersRebootTestDisabled.java
similarity index 98%
rename from autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NewClustersRebootTest.java
rename to autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NewClustersRebootTestDisabled.java
index 0bc13bcca..d86777ec5 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NewClustersRebootTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/NewClustersRebootTestDisabled.java
@@ -34,10 +34,10 @@
 import org.openide.util.Lookup;
 import org.openide.util.Utilities;
 
-public class NewClustersRebootTest extends NbTestCase {
+public class NewClustersRebootTestDisabled extends NbTestCase {
     private Logger LOG;
 
-    public NewClustersRebootTest(String testName) {
+    public NewClustersRebootTestDisabled(String testName) {
         super(testName);
     }
 
diff --git a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTest.java b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTestDisabled.java
similarity index 98%
rename from autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTest.java
rename to autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTestDisabled.java
index 5b7c4ac0d..f3bd94bef 100644
--- a/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTest.java
+++ b/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/UpdateDisabledModuleTestDisabled.java
@@ -51,11 +51,11 @@
  *
  * @author Jaroslav Tulach
  */
-public class UpdateDisabledModuleTest extends NbTestCase {
+public class UpdateDisabledModuleTestDisabled extends NbTestCase {
     static Manifest man;
     private File ud;
 
-    public UpdateDisabledModuleTest(String testName) {
+    public UpdateDisabledModuleTestDisabled(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