You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2013/05/24 01:22:57 UTC

[3/6] git commit: FGCP: add @Test(enabled = false) to public methods that are not tests

FGCP: add @Test(enabled = false) to public methods that are not tests


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/commit/b98dcf64
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/tree/b98dcf64
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/diff/b98dcf64

Branch: refs/heads/master
Commit: b98dcf643ac017d8c92603fd8374ebe7e6176ad7
Parents: cf6cfc6
Author: Dies Koper <di...@fast.au.fujitsu.com>
Authored: Wed May 22 15:13:11 2013 +1000
Committer: Andrew Gaul <an...@gaul.org>
Committed: Thu May 23 16:21:51 2013 -0700

----------------------------------------------------------------------
 .../fgcp/compute/FGCPAUComputeServiceLiveTest.java |    3 +--
 .../fgcp/compute/FGCPDEComputeServiceLiveTest.java |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/b98dcf64/fgcp-au/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPAUComputeServiceLiveTest.java
----------------------------------------------------------------------
diff --git a/fgcp-au/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPAUComputeServiceLiveTest.java b/fgcp-au/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPAUComputeServiceLiveTest.java
index 06185e6..fe6615d 100644
--- a/fgcp-au/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPAUComputeServiceLiveTest.java
+++ b/fgcp-au/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPAUComputeServiceLiveTest.java
@@ -16,11 +16,9 @@
  */
 package org.jclouds.fujitsu.fgcp.compute;
 
-
 import org.jclouds.fujitsu.fgcp.compute.FGCPBaseComputeServiceLiveTest;
 import org.testng.annotations.Test;
 
-
 /**
  * @author Dies Koper
  *
@@ -29,6 +27,7 @@ import org.testng.annotations.Test;
 public class FGCPAUComputeServiceLiveTest extends FGCPBaseComputeServiceLiveTest {
 
    @Override
+   @Test(enabled = false)
    public void setServiceDefaults() {
       provider = "fgcp-au";
    }

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs/blob/b98dcf64/fgcp-de/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPDEComputeServiceLiveTest.java
----------------------------------------------------------------------
diff --git a/fgcp-de/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPDEComputeServiceLiveTest.java b/fgcp-de/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPDEComputeServiceLiveTest.java
index 06e685e..a1dfaeb 100644
--- a/fgcp-de/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPDEComputeServiceLiveTest.java
+++ b/fgcp-de/src/test/java/org/jclouds/fujitsu/fgcp/compute/FGCPDEComputeServiceLiveTest.java
@@ -29,6 +29,7 @@ import org.testng.annotations.Test;
 public class FGCPDEComputeServiceLiveTest extends FGCPBaseComputeServiceLiveTest {
 
    @Override
+   @Test(enabled = false)
    public void setServiceDefaults() {
       provider = "fgcp-de";
    }