You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2016/06/28 15:27:50 UTC

tika git commit: TIKA-2024 -- remove debugging test

Repository: tika
Updated Branches:
  refs/heads/master b6d55ae34 -> 69d825005


TIKA-2024 -- remove debugging test


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/69d82500
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/69d82500
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/69d82500

Branch: refs/heads/master
Commit: 69d825005fccb94b7ee453fab002eb6e6c734dbc
Parents: b6d55ae
Author: tballison <ta...@mitre.org>
Authored: Tue Jun 28 11:27:45 2016 -0400
Committer: tballison <ta...@mitre.org>
Committed: Tue Jun 28 11:27:45 2016 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/tika/parser/rtf/RTFParserTest.java   | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/69d82500/tika-parsers/src/test/java/org/apache/tika/parser/rtf/RTFParserTest.java
----------------------------------------------------------------------
diff --git a/tika-parsers/src/test/java/org/apache/tika/parser/rtf/RTFParserTest.java b/tika-parsers/src/test/java/org/apache/tika/parser/rtf/RTFParserTest.java
index 144ab59..43d2fde 100644
--- a/tika-parsers/src/test/java/org/apache/tika/parser/rtf/RTFParserTest.java
+++ b/tika-parsers/src/test/java/org/apache/tika/parser/rtf/RTFParserTest.java
@@ -450,12 +450,7 @@ public class RTFParserTest extends TikaTest {
         assertEquals("C:\\Users\\tallison\\AppData\\Local\\Temp\\testJPEG_\u666e\u6797\u65af\u987f.jpg",
                 metadataList.get(45).get(TikaCoreProperties.ORIGINAL_RESOURCE_NAME));
     }
-
-    @Test
-    public void oneOff() throws Exception {
-        debug(getRecursiveJson("testRTFEmbeddedFiles.rtf"));
-    }
-
+    
     //TIKA-1010 test regular (not "embedded") images/picts
     @Test
     public void testRegularImages() throws Exception {