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

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

commit 3812cf9f907aad7b10c4cb222f6527811c16f664
Author: tallison <[email protected]>
AuthorDate: Sat Jan 31 19:39:25 2026 -0500

    TIKA-4637 -- fix merge conflicts
---
 .../apache/tika/server/standard/UnpackerResourceTest.java  | 14 --------------
 1 file changed, 14 deletions(-)

diff --git 
a/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/UnpackerResourceTest.java
 
b/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/UnpackerResourceTest.java
index 78cb8e07c1..d8a6816edd 100644
--- 
a/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/UnpackerResourceTest.java
+++ 
b/tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/UnpackerResourceTest.java
@@ -266,20 +266,6 @@ public class UnpackerResourceTest extends CXFTestBase {
         // TAR output was removed in Tika 4.0. The new UnpackerResource only 
produces ZIP format.
     }
 
-    @Test
-    public void testText() throws Exception {
-        Response response = WebClient
-                .create(endPoint + ALL_PATH)
-                .header(CONTENT_TYPE, APPLICATION_XML)
-                .accept("application/zip")
-                
.put(ClassLoader.getSystemResourceAsStream("test-documents/test.doc"));
-
-        String responseMsg = readArchiveMetadataAndText((InputStream) 
response.getEntity());
-        assertNotNull(responseMsg);
-        assertContains("test", responseMsg);
-        assertContains("dc:creator,Maxim Valyanskiy", responseMsg);
-    }
-
     @Test
     public void testMetadataJsonIncluded() throws Exception {
         // Test that /unpack/all includes metadata JSON files

Reply via email to