Repository: cloudstack
Updated Branches:
  refs/heads/4.4 5e57eeefd -> b431cd5e0


reenable tests for certs as far as working


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

Branch: refs/heads/4.4
Commit: 8de7f84ad52baa7ddbd6ad55e0d140adc594a49c
Parents: 5e57eee
Author: Daan Hoogland <d...@onecht.net>
Authored: Tue Nov 11 15:47:35 2014 +0100
Committer: Daan Hoogland <d...@onecht.net>
Committed: Tue Nov 11 15:47:35 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8de7f84a/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