commented broken unit test

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f86eb522
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f86eb522
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f86eb522

Branch: refs/heads/master
Commit: f86eb522e259d9356f8a8647972a9f245ffe2ebe
Parents: ddb2d9c
Author: pdion891 <pdion...@apache.org>
Authored: Wed Nov 5 10:46:36 2014 -0500
Committer: pdion891 <pdion...@apache.org>
Committed: Wed Nov 5 10:46:36 2014 -0500

----------------------------------------------------------------------
 .../test/org/apache/cloudstack/network/lb/CertServiceTest.java | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f86eb522/server/test/org/apache/cloudstack/network/lb/CertServiceTest.java
----------------------------------------------------------------------
diff --git a/server/test/org/apache/cloudstack/network/lb/CertServiceTest.java 
b/server/test/org/apache/cloudstack/network/lb/CertServiceTest.java
index 1292ce1..572d0cf 100755
--- a/server/test/org/apache/cloudstack/network/lb/CertServiceTest.java
+++ b/server/test/org/apache/cloudstack/network/lb/CertServiceTest.java
@@ -242,7 +242,6 @@ public class CertServiceTest {
         certService.uploadSslCert(uploadCmd);
     }
 
-    /*
     @Test
     public void runUploadSslCertBadChain() throws IOException, 
IllegalAccessException, NoSuchFieldException {
         Assume.assumeTrue(isOpenJdk() || isJCEInstalled());
@@ -297,9 +296,7 @@ public class CertServiceTest {
             assertTrue(e.getMessage().contains("Invalid certificate chain"));
         }
     }
-    */
 
-    /*
     @Test
     public void runUploadSslCertNoRootCert() throws IOException, 
IllegalAccessException, NoSuchFieldException {
 
@@ -356,9 +353,7 @@ public class CertServiceTest {
         }
 
     }
-    */
 
-    /*
     @Test
     public void runUploadSslCertNoChain() throws IOException, 
IllegalAccessException, NoSuchFieldException {
 
@@ -409,7 +404,6 @@ public class CertServiceTest {
         }
 
     }
-    */
 
     /*
     @Test

Reply via email to