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:12:54 UTC

svn commit: r1302687 - /pig/branches/branch-0.10/test/org/apache/pig/test/TestPigServer.java

Author: daijy
Date: Mon Mar 19 22:12:54 2012
New Revision: 1302687

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

Modified:
    pig/branches/branch-0.10/test/org/apache/pig/test/TestPigServer.java

Modified: pig/branches/branch-0.10/test/org/apache/pig/test/TestPigServer.java
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/test/org/apache/pig/test/TestPigServer.java?rev=1302687&r1=1302686&r2=1302687&view=diff
==============================================================================
--- pig/branches/branch-0.10/test/org/apache/pig/test/TestPigServer.java (original)
+++ pig/branches/branch-0.10/test/org/apache/pig/test/TestPigServer.java Mon Mar 19 22:12:54 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