You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/09/27 17:47:46 UTC

commons-io git commit: Mark DAT files as binary to fix testing on Windows: org.apache.commons.io.FileUtilsTestCase#testContentEqualsIgnoreEOL

Repository: commons-io
Updated Branches:
  refs/heads/master 51eb5df8b -> d00ff3a70


Mark DAT files as binary to fix testing on Windows:
org.apache.commons.io.FileUtilsTestCase#testContentEqualsIgnoreEOL


Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/d00ff3a7
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/d00ff3a7
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/d00ff3a7

Branch: refs/heads/master
Commit: d00ff3a705f155e6890699f4cb8aa630e5a64461
Parents: 51eb5df
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Sep 27 11:47:43 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Sep 27 11:47:43 2017 -0600

----------------------------------------------------------------------
 src/test/resources/org/apache/commons/io/.gitattributes | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/d00ff3a7/src/test/resources/org/apache/commons/io/.gitattributes
----------------------------------------------------------------------
diff --git a/src/test/resources/org/apache/commons/io/.gitattributes b/src/test/resources/org/apache/commons/io/.gitattributes
new file mode 100644
index 0000000..0e9f79f
--- /dev/null
+++ b/src/test/resources/org/apache/commons/io/.gitattributes
@@ -0,0 +1 @@
+*.dat -diff