mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
25.11.2013 c939f83148e5f24cbf8fd0db18709286b1a03162
OPENDJ-816 (CR-1460) ssf bug in ACI evaluation?

Fixing build.
1 files modified
5 ■■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java 5 ●●●●● patch | view | raw | blame | history
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);
    }
  }