From c939f83148e5f24cbf8fd0db18709286b1a03162 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 25 Mar 2013 10:11:21 +0000
Subject: [PATCH] OPENDJ-816 (CR-1460) ssf bug in ACI evaluation?
---
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java
index 1fad68e..fe31051 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java
@@ -44,13 +44,12 @@
import javax.xml.xpath.XPathExpressionException;
import javax.xml.xpath.XPathFactory;
+import org.opends.server.util.StaticUtils;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import org.w3c.dom.Document;
import org.w3c.dom.NodeList;
-import com.forgerock.opendj.util.StaticUtils;
-
@Test(groups = { "slow" })
public class TLSByteChannelTestCase
{
@@ -404,7 +403,7 @@
}
finally
{
- StaticUtils.closeSilently(bis);
+ StaticUtils.close(bis);
}
}
--
Gitblit v1.10.0