summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/exceptions-cross-binding
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-30 04:40:29 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-30 04:40:29 +0000
commitf5f4db309b0e8d8cf0ec00f2f3920c78a4b85bb0 (patch)
tree54f6e2f15c6e513982fbb042f79962251faf34a1 /branches/sca-java-1.x/itest/exceptions-cross-binding
parent563383415f9efeb2ff9420f0097989e5b79a6257 (diff)
Add a apace for the error message
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/exceptions-cross-binding')
-rw-r--r--branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java8
1 files changed, 4 insertions, 4 deletions
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);
}
}