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

svn commit: r925383 - in /hadoop/pig/branches/branch-0.6/contrib/zebra: CHANGES.txt build-contrib.xml

Author: yanz
Date: Fri Mar 19 19:13:12 2010
New Revision: 925383

URL: http://svn.apache.org/viewvc?rev=925383&view=rev
Log:
PIG-1253 exclusion of the column group security test from the test suite (chaow via yanz)

Modified:
    hadoop/pig/branches/branch-0.6/contrib/zebra/CHANGES.txt
    hadoop/pig/branches/branch-0.6/contrib/zebra/build-contrib.xml

Modified: hadoop/pig/branches/branch-0.6/contrib/zebra/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.6/contrib/zebra/CHANGES.txt?rev=925383&r1=925382&r2=925383&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.6/contrib/zebra/CHANGES.txt (original)
+++ hadoop/pig/branches/branch-0.6/contrib/zebra/CHANGES.txt Fri Mar 19 19:13:12 2010
@@ -4,6 +4,8 @@ Trunk (unreleased changes)
 
   INCOMPATIBLE CHANGES
 
+    PIG-1253 exclusion of the column group security test from the test suite (chaow via yanz)
+
     PIG-1164 Addition of smoke tests (gauravj via yanz)
 
   IMPROVEMENTS

Modified: hadoop/pig/branches/branch-0.6/contrib/zebra/build-contrib.xml
URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.6/contrib/zebra/build-contrib.xml?rev=925383&r1=925382&r2=925383&view=diff
==============================================================================
--- hadoop/pig/branches/branch-0.6/contrib/zebra/build-contrib.xml (original)
+++ hadoop/pig/branches/branch-0.6/contrib/zebra/build-contrib.xml Fri Mar 19 19:13:12 2010
@@ -208,6 +208,7 @@
      encoding="${build.encoding}"
      srcdir="${src.test}"
      includes="**/*.java"
+     excludes="**/TestColumnSecurity.java"
      destdir="${build.test}"
      debug="${javac.debug}">
       <classpath refid="test.classpath"/>