Author: sebb
Date: Tue Sep 16 11:48:48 2014
New Revision: 1625251

URL: http://svn.apache.org/r1625251
Log:
Exclude binary test file that is not detected as binary on OSX

Modified:
    creadur/rat/trunk/apache-rat-core/pom.xml

Modified: creadur/rat/trunk/apache-rat-core/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-core/pom.xml?rev=1625251&r1=1625250&r2=1625251&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-core/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-core/pom.xml Tue Sep 16 11:48:48 2014
@@ -63,6 +63,8 @@
               <exclude>src/test/resources/elements/sub/Empty.txt</exclude>
               <exclude>src/test/resources/violations/bad.txt</exclude>
               <exclude>src/test/resources/violations/FilterTest.cs</exclude>
+              <!-- used to test for binary files; does not work on UTF-8 (e.g. 
MacOSX) -->
+              <exclude>src/test/resources/binaries/Image-png.not</exclude>
             </excludes>
           </configuration>
         </plugin>


Reply via email to