Repository: tika Updated Branches: refs/heads/2.x 43e30006d -> b1c00c050
TIKA-1985 -- ignore test until we get permission to use test file Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/b1c00c05 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/b1c00c05 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/b1c00c05 Branch: refs/heads/2.x Commit: b1c00c0507278c4ee3332587dcd3b775c47988b0 Parents: 43e3000 Author: tballison <[email protected]> Authored: Fri May 27 07:02:25 2016 -0400 Committer: tballison <[email protected]> Committed: Fri May 27 07:02:25 2016 -0400 ---------------------------------------------------------------------- .../src/test/java/org/apache/tika/parser/dbf/DBFParserTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/b1c00c05/tika-parser-modules/tika-parser-office-module/src/test/java/org/apache/tika/parser/dbf/DBFParserTest.java ---------------------------------------------------------------------- diff --git a/tika-parser-modules/tika-parser-office-module/src/test/java/org/apache/tika/parser/dbf/DBFParserTest.java b/tika-parser-modules/tika-parser-office-module/src/test/java/org/apache/tika/parser/dbf/DBFParserTest.java index 25180d2..c4932d8 100644 --- a/tika-parser-modules/tika-parser-office-module/src/test/java/org/apache/tika/parser/dbf/DBFParserTest.java +++ b/tika-parser-modules/tika-parser-office-module/src/test/java/org/apache/tika/parser/dbf/DBFParserTest.java @@ -24,6 +24,7 @@ import org.apache.tika.metadata.Metadata; import org.apache.tika.metadata.TikaCoreProperties; import org.apache.tika.parser.AutoDetectParser; import org.apache.tika.parser.Parser; +import org.junit.Ignore; import org.junit.Test; import java.io.ByteArrayInputStream; @@ -136,6 +137,7 @@ public class DBFParserTest extends TikaTest { } @Test + @Ignore("until we get permission to use the test file") public void testEncodingInHeaderAndDateTime() throws Exception { XMLResult r = getXML("prem2007_2.dbf"); String xml = r.xml.replaceAll("[\\r\\n\\t]", " ");
