From 8aa9e3c4288898f16445e768320b6dad1de612e1 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Wed, 25 Mar 2009 21:26:49 +0000
Subject: [PATCH] These changes:

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
index c71a573..fe1b2be 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2008 Sun Microsystems, Inc.
+ *      Copyright 2008-2009 Sun Microsystems, Inc.
  */
 package org.opends.server.util;
 
@@ -920,7 +920,7 @@
   public void testGenerateCSRAliasInUse()
          throws Exception
   {
-    if (! CERT_MANAGER_AVAILABLE)
+    if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM"))
     {
       return;
     }
@@ -1002,7 +1002,7 @@
   public void testGenerateCSRInvalidSubject()
          throws Exception
   {
-    if (! CERT_MANAGER_AVAILABLE)
+    if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM"))
     {
       return;
     }
@@ -1037,7 +1037,7 @@
   public void testGenerateCSRJKS()
          throws Exception
   {
-    if (! CERT_MANAGER_AVAILABLE)
+    if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM"))
     {
       return;
     }
@@ -1068,7 +1068,7 @@
   public void testGenerateCSRPKCS12()
          throws Exception
   {
-    if (! CERT_MANAGER_AVAILABLE)
+    if (! CERT_MANAGER_AVAILABLE || Platform.isVendor("IBM"))
     {
       return;
     }

--
Gitblit v1.10.0