git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@747893 13f79535-47bb-0310-9956-ffa450edef68
@@ -238,6 +238,9 @@ Trunk (unreleased changes)
HADOOP-5305. Increase number of files and print debug messages in
TestCopyFiles. (szetszwo)
+ HADOOP-5320. Add a close() in TestMapReduceLocal. (Jothi Padmanabhan
+ via szetszwo)
+
Release 0.20.0 - Unreleased
INCOMPATIBLE CHANGES
@@ -77,6 +77,7 @@ public class TestMapReduceLocal extends TestCase {
result.append('\n');
line = b.readLine();
}
+ b.close();
return result.toString();