This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch TIKA-4252
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/TIKA-4252 by this push:
     new ddf7b0fd5 TIKA-4252 - narrow test to one fetcher-derived metadata 
feature
ddf7b0fd5 is described below

commit ddf7b0fd5db339b4e5d9a22d873c591bde10697d
Author: tallison <[email protected]>
AuthorDate: Thu May 9 12:36:58 2024 -0400

    TIKA-4252 - narrow test to one fetcher-derived metadata feature
---
 tika-core/src/test/java/org/apache/tika/pipes/PipesClientTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tika-core/src/test/java/org/apache/tika/pipes/PipesClientTest.java 
b/tika-core/src/test/java/org/apache/tika/pipes/PipesClientTest.java
index 168567a84..81c461190 100644
--- a/tika-core/src/test/java/org/apache/tika/pipes/PipesClientTest.java
+++ b/tika-core/src/test/java/org/apache/tika/pipes/PipesClientTest.java
@@ -70,8 +70,6 @@ public class PipesClientTest {
         assertEquals("v2b", metadataList.get(0).getValues("k2")[1]);
 
         //confirm that metadata from the fetcher is making it into the final 
result
-        assertNotNull(metadataList.get(0).get(FileSystem.ACCESSED));
         assertNotNull(metadataList.get(0).get(FileSystem.CREATED));
-        assertNotNull(metadataList.get(0).get(FileSystem.MODIFIED));
     }
 }

Reply via email to