From fff1400eec4f5da47fddb8cae5e2fa2488d5a194 Mon Sep 17 00:00:00 2001 From: erickson Date: Sat, 28 Jul 2007 17:38:26 +0000 Subject: [PATCH 1/1] added shutdown call to cleanly disconnect from the opensrf network git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1063 9efc2488-bf62-4759-914b-345cdb29e865 --- src/java/org/opensrf/test/TestClient.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/java/org/opensrf/test/TestClient.java b/src/java/org/opensrf/test/TestClient.java index 866ea0c..a1136cd 100644 --- a/src/java/org/opensrf/test/TestClient.java +++ b/src/java/org/opensrf/test/TestClient.java @@ -7,7 +7,6 @@ import java.util.List; import java.util.ArrayList; import java.io.PrintStream; - public class TestClient { public static void main(String args[]) throws Exception { @@ -72,6 +71,8 @@ public class TestClient { /** How long did the request take? */ out.println("Request round trip took: " + (new Date().getTime() - start) + " ms."); + + Sys.shutdown(); } } -- 2.43.2