git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1306901 13f79535-47bb-0310-9956-ffa450edef68
@@ -182,6 +182,9 @@ Release 2.0.0 - UNRELEASED
MAPREDUCE-3377. Added a unit test to ensure OutputCommitter.checkOutputSpecs
is called prior to copying job.xml. (Jane Chen via acmurthy)
+ MAPREDUCE-4081. TestMROutputFormat.java does not compile (Jason Lowe via
+ bobby)
+
Release 0.23.2 - UNRELEASED
INCOMPATIBLE CHANGES
@@ -33,7 +33,7 @@ import org.junit.Test;
import static org.junit.Assert.assertTrue;
-public class TestConfInCheckSpec {
+public class TestMROutputFormat {
@Test
public void testJobSubmission() throws Exception {