You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/03/19 23:13:14 UTC

svn commit: r1302688 - /pig/trunk/test/org/apache/pig/test/TestPigServer.java

Author: daijy
Date: Mon Mar 19 22:13:13 2012
New Revision: 1302688

URL: http://svn.apache.org/viewvc?rev=1302688&view=rev
Log:
Fix Unit test failure TestPigServer

Modified:
    pig/trunk/test/org/apache/pig/test/TestPigServer.java

Modified: pig/trunk/test/org/apache/pig/test/TestPigServer.java
URL: http://svn.apache.org/viewvc/pig/trunk/test/org/apache/pig/test/TestPigServer.java?rev=1302688&r1=1302687&r2=1302688&view=diff
==============================================================================
--- pig/trunk/test/org/apache/pig/test/TestPigServer.java (original)
+++ pig/trunk/test/org/apache/pig/test/TestPigServer.java Mon Mar 19 22:13:13 2012
@@ -73,6 +73,7 @@ public class TestPigServer {
 
     @Before
     public void setUp() throws Exception{
+        FileLocalizer.setInitialized(false);
         pig = new PigServer(ExecType.MAPREDUCE, cluster.getProperties());
         stdOutRedirectedFile = new File("stdout.redirected");
         // Create file if it does not exist