From f5f4db309b0e8d8cf0ec00f2f3920c78a4b85bb0 Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 30 Apr 2009 04:40:29 +0000 Subject: Add a apace for the error message git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770059 13f79535-47bb-0310-9956-ffa450edef68 --- .../tuscany/sca/test/exceptions/IntraCompositeTestCase.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'branches') diff --git a/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java b/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java index 3371f63e4a..7a07221b59 100644 --- a/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java +++ b/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java @@ -6,15 +6,15 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations - * under the License. + * under the License. */ package org.apache.tuscany.sca.test.exceptions; @@ -62,7 +62,7 @@ public class IntraCompositeTestCase extends TestCase { } catch (Exception e) { e.printStackTrace(); - fail("Expected InvalidSymbolSDOException" + e); + fail("Expected InvalidSymbolSDOException " + e); } } -- cgit v1.2.3