From 48ac4129c6b93fff96360e71f722c0447153dc06 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 05 Sep 2012 09:58:26 +0000
Subject: [PATCH] Fix OPENDJ-515: Upgrade OpenDJ SDK to Grizzly 2.2.x
---
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java b/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
index 180889c..d1a6467 100644
--- a/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
+++ b/opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
@@ -163,8 +163,7 @@
// startTLS + SASL confidentiality
// Use IP address here so that DIGEST-MD5 host verification works if
- // local
- // host name is not localhost (e.g. on some machines it might be
+ // local host name is not localhost (e.g. on some machines it might be
// localhost.localdomain).
factories[6][0] =
new AuthenticatedConnectionFactory(new LDAPConnectionFactory(new InetSocketAddress(
@@ -291,8 +290,7 @@
@Test(enabled = false)
public void testSchemaUsage() throws Exception {
// Create a connection factory: this should always use the default
- // schema,
- // even if it is updated.
+ // schema, even if it is updated.
final ConnectionFactory factory =
new LDAPConnectionFactory("localhost", TestCaseUtils.getLdapPort());
final Schema defaultSchema = Schema.getDefaultSchema();
--
Gitblit v1.10.0