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 2011/01/09 01:57:51 UTC

svn commit: r1056852 - /pig/trunk/build.xml

Author: daijy
Date: Sun Jan  9 00:57:51 2011
New Revision: 1056852

URL: http://svn.apache.org/viewvc?rev=1056852&view=rev
Log:
Revert PIG-631:4 Unit test failures on Windows

Modified:
    pig/trunk/build.xml

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1056852&r1=1056851&r2=1056852&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Sun Jan  9 00:57:51 2011
@@ -30,9 +30,6 @@
 	<property name="pig.pom" value="${basedir}/ivy/pig.pom" />
 	<property name="version" value="0.9.0-SNAPSHOT" />
     <property name="final.name" value="${name}-${version}" />
-    <condition property="isWindows">
-        <os family="windows"/>
-    </condition>
 
     <!-- source properties -->
     <property name="lib.dir" value="${basedir}/lib/" />
@@ -685,8 +682,6 @@
                     <exclude name="**/TestPigFile.java" />
                     <exclude name="**/TestStoreOld.java" />
                     -->
-                    <!-- Excluded under Windows.-->
-                    <exclude name="**/TestHBaseStorage.java" if="isWindows" />
                     <!-- Excluced because we don't want to run them -->
                     <exclude name="**/PigExecTestCase.java" />
                     <exclude name="**/TypeCheckingTestUtil.java" />