Blame SOURCES/0060-Update-tests-for-rhel-7.4-for-java-1.7.patch

f9a98e
From 14071892e7987294cc0835ea3b50301386227741 Mon Sep 17 00:00:00 2001
f9a98e
From: Matej Habrnal <mhabrnal@redhat.com>
f9a98e
Date: Tue, 9 May 2017 18:28:15 +0200
f9a98e
Subject: [PATCH] Update tests for rhel-7.4 for java-1.7
f9a98e
f9a98e
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
f9a98e
---
f9a98e
 test/outputs/Linux-armv7l/run_test.log.in.java-1.7 | 2 +-
f9a98e
 test/outputs/run_test.log.in.java-1.7              | 2 +-
f9a98e
 2 files changed, 2 insertions(+), 2 deletions(-)
f9a98e
f9a98e
diff --git a/test/outputs/Linux-armv7l/run_test.log.in.java-1.7 b/test/outputs/Linux-armv7l/run_test.log.in.java-1.7
f9a98e
index 2a41f50..dd90e5c 100644
f9a98e
--- a/test/outputs/Linux-armv7l/run_test.log.in.java-1.7
f9a98e
+++ b/test/outputs/Linux-armv7l/run_test.log.in.java-1.7
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.AbstractPlainSocketImpl.doConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
diff --git a/test/outputs/run_test.log.in.java-1.7 b/test/outputs/run_test.log.in.java-1.7
f9a98e
index 4d4d3c0..02708a4 100644
f9a98e
--- a/test/outputs/run_test.log.in.java-1.7
f9a98e
+++ b/test/outputs/run_test.log.in.java-1.7
f9a98e
@@ -70,7 +70,7 @@ Exception in thread "main" java.net.UnknownHostException: xyzzy
f9a98e
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
f9a98e
 executable: @CMAKE_BINARY_DIR@/test/Test.class
f9a98e
 Caught exception java.net.ConnectException in method java.net.PlainSocketImpl.socketConnect()
f9a98e
-Exception in thread "main" java.net.ConnectException: Connection refused
f9a98e
+Exception in thread "main" java.net.ConnectException: Connection refused (Connection refused)
f9a98e
 	at java.net.PlainSocketImpl.socketConnect(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/PlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/AbstractPlainSocketImpl.class]
f9a98e
-- 
f9a98e
1.8.3.1
f9a98e