[Opensrf-commits] r1063 - trunk/src/java/org/opensrf/test
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Jul 28 13:39:56 EDT 2007
Author: erickson
Date: 2007-07-28 13:38:26 -0400 (Sat, 28 Jul 2007)
New Revision: 1063
Modified:
trunk/src/java/org/opensrf/test/TestClient.java
Log:
added shutdown call to cleanly disconnect from the opensrf network
Modified: trunk/src/java/org/opensrf/test/TestClient.java
===================================================================
--- trunk/src/java/org/opensrf/test/TestClient.java 2007-07-28 15:32:18 UTC (rev 1062)
+++ trunk/src/java/org/opensrf/test/TestClient.java 2007-07-28 17:38:26 UTC (rev 1063)
@@ -7,7 +7,6 @@
import java.util.ArrayList;
import java.io.PrintStream;
-
public class TestClient {
public static void main(String args[]) throws Exception {
@@ -72,6 +71,8 @@
/** How long did the request take? */
out.println("Request round trip took: " + (new Date().getTime() - start) + " ms.");
+
+ Sys.shutdown();
}
}
More information about the opensrf-commits
mailing list