Blame SOURCES/0058-Update-test-results-in-run_test.log.in.patch

6d9473
From 89e31863bb800e136058e4c9b23316007a2c9ff9 Mon Sep 17 00:00:00 2001
6d9473
From: Matej Habrnal <mhabrnal@redhat.com>
6d9473
Date: Tue, 9 May 2017 13:47:39 +0200
6d9473
Subject: [PATCH] Update test results in run_test.log.in
6d9473
6d9473
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
6d9473
---
6d9473
 test/outputs/run_test.log.in | 6 +++---
6d9473
 1 file changed, 3 insertions(+), 3 deletions(-)
6d9473
6d9473
diff --git a/test/outputs/run_test.log.in b/test/outputs/run_test.log.in
6d9473
index 2b88fc7..7d69d0c 100644
6d9473
--- a/test/outputs/run_test.log.in
6d9473
+++ b/test/outputs/run_test.log.in
6d9473
@@ -27,7 +27,7 @@ Exception in thread "main" java.io.FileNotFoundException: /root/.bashrc (Permiss
6d9473
 	at Test.main(Test.java:513) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
 executable: @CMAKE_BINARY_DIR@/test/Test.class
6d9473
 Caught exception java.net.UnknownHostException in method java.net.Inet6AddressImpl.lookupAllHostAddr()
6d9473
-Exception in thread "main" java.net.UnknownHostException: xyzzy: unknown error
6d9473
+Exception in thread "main" java.net.UnknownHostException: xyzzy: Name or service not known
6d9473
 	at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/Inet6AddressImpl.class]
6d9473
 	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/InetAddress$2.class]
6d9473
 	at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/InetAddress.class]
6d9473
@@ -75,7 +75,7 @@ Exception in thread "main" java.lang.NumberFormatException: null
6d9473
 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/sun/net/www/protocol/http/HttpURLConnection.class]
6d9473
 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/sun/net/www/protocol/http/HttpURLConnection.class]
6d9473
 	at java.net.URL.openStream(URL.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/URL.class]
6d9473
-	at Test.readFromURL(Test.java:238) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
+	at Test.readFromURL(Test.java:237) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
 	at Test.networkRelatedIssues(Test.java:475) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
 executable: @CMAKE_BINARY_DIR@/test/Test.class
6d9473
@@ -84,7 +84,7 @@ Exception in thread "main" java.io.FileNotFoundException: http://localhost:54321
6d9473
 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/sun/net/www/protocol/http/HttpURLConnection.class]
6d9473
 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/sun/net/www/protocol/http/HttpURLConnection.class]
6d9473
 	at java.net.URL.openStream(URL.java:LINENO) [jar:file:JAVA_AND_SYSTEM_SPECIFIC_PATH/rt.jar!/java/net/URL.class]
6d9473
-	at Test.readFromURL(Test.java:238) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
+	at Test.readFromURL(Test.java:237) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
 	at Test.networkRelatedIssues(Test.java:475) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
 	at Test.main(Test.java:514) [file:@CMAKE_BINARY_DIR@/test/Test.class]
6d9473
 executable: @CMAKE_BINARY_DIR@/test/Test.class
6d9473
-- 
6d9473
1.8.3.1
6d9473