PIG-5229: TestPigTest.testSpecificOrderOutput and testSpecificOrderOutputForAlias failing (knoguchi)


git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1793119 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 9d06f17..d826b75 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -97,6 +97,8 @@
  
 BUG FIXES
 
+PIG-5229: TestPigTest.testSpecificOrderOutput and testSpecificOrderOutputForAlias failing (knoguchi)
+
 PIG-5226: PreprocessorContext.java can deadlock forever with large stderr (jtolar via knoguchi)
 
 PIG-5221: More fs.default.name deprecation warnings (wattsinabox via daijy)
diff --git a/test/org/apache/pig/test/pigunit/TestPigTest.java b/test/org/apache/pig/test/pigunit/TestPigTest.java
index 437ef72..4657af3 100644
--- a/test/org/apache/pig/test/pigunit/TestPigTest.java
+++ b/test/org/apache/pig/test/pigunit/TestPigTest.java
@@ -28,8 +28,6 @@
 import java.util.Map;
 import java.util.Properties;
 
-import junit.framework.ComparisonFailure;
-
 import org.apache.commons.lang.StringUtils;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
@@ -41,6 +39,7 @@
 import org.apache.pig.tools.parameters.ParseException;
 import org.apache.pig.impl.util.PropertiesUtil;
 import org.junit.BeforeClass;
+import org.junit.ComparisonFailure;
 import org.junit.Ignore;
 import org.junit.Test;