You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/12/08 20:40:39 UTC

svn commit: r1773296 - /uima/uimaj/trunk/uimaj-core/pom.xml

Author: schor
Date: Thu Dec  8 20:40:39 2016
New Revision: 1773296

URL: http://svn.apache.org/viewvc?rev=1773296&view=rev
Log:
no Jira fix rat exclude for binary data used in serdes testing to include both form 4 and 6

Modified:
    uima/uimaj/trunk/uimaj-core/pom.xml

Modified: uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/pom.xml?rev=1773296&r1=1773295&r2=1773296&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-core/pom.xml Thu Dec  8 20:40:39 2016
@@ -118,7 +118,7 @@
                   <exclude>src/test/resources/pearTests/*.pear</exclude> <!-- test pear files -->
                   <exclude>src/test/resources/pearTests/encodingTests/*</exclude> <!-- test data, RAT can't reliably read these -->
                   <exclude>src/test/resources/SequencerTest/*.txt</exclude> <!-- test data -->
-                  <exclude>src/test/resources/SerDes4/SavedInts.binary</exclude> <!-- test data -->
+                  <exclude>src/test/resources/SerDes*/SavedInts.binary</exclude> <!-- test data -->
                   <exclude>marker-file-identifying-*</exclude>
                 </excludes>              
               </configuration>