| opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/TLSByteChannelTestCase.java | ●●●●● 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); } }