This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 0f7d9263d TIKA-3719 -- fix tests on Windows
0f7d9263d is described below
commit 0f7d9263df1aa272ada1a4d150c35892721c2091
Author: tallison <[email protected]>
AuthorDate: Mon Apr 25 13:06:54 2022 -0400
TIKA-3719 -- fix tests on Windows
---
.../java/org/apache/tika/server/core/TikaServerIntegrationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
b/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
index 7ba6756c2..3bcf40a05 100644
---
a/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
+++
b/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
@@ -414,7 +414,7 @@ public class TikaServerIntegrationTest extends
IntegrationTestBase {
//linux
e.getMessage().contains("readHandshakeRecord") ||
//windows
- e.getMessage().contains("Error writing to server"));
+ e.getMessage().contains("SocketException"));
}
}