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

neil_a_wilson
07.49.2007 3ac1786b3a6a36851a63c61a50357c187c046eb8
Fix a bug in the TestCaseUtils.startServer() method in which we don't properly
close a file after we're done reading it.
1 files modified
1 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 1 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -298,6 +298,7 @@
    writer.close();
    outFile.close();
    reader.close();
    serverLdapSocket.close();
    serverJmxSocket.close();