From 62bd754d0a94844170a304b616fc7bc1b0cc6979 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 29 Jan 2009 15:00:33 +0000 Subject: TUSCANY-2291, Separate the mixed callback error validation test from the other callback tests so that the error doesn't affect the rest of the tests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738875 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/vtest/utilities/ServiceFinder.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'branches/sca-java-1.x/vtest/utilities') diff --git a/branches/sca-java-1.x/vtest/utilities/src/main/java/org/apache/tuscany/sca/vtest/utilities/ServiceFinder.java b/branches/sca-java-1.x/vtest/utilities/src/main/java/org/apache/tuscany/sca/vtest/utilities/ServiceFinder.java index 9b6792e51b..b1ba978d1c 100644 --- a/branches/sca-java-1.x/vtest/utilities/src/main/java/org/apache/tuscany/sca/vtest/utilities/ServiceFinder.java +++ b/branches/sca-java-1.x/vtest/utilities/src/main/java/org/apache/tuscany/sca/vtest/utilities/ServiceFinder.java @@ -53,7 +53,10 @@ public class ServiceFinder { } public static void cleanup() { - domain.close(); + if (domain != null){ + domain.close(); + } + domain = null; } -- cgit v1.2.3