You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/04/30 06:40:30 UTC

svn commit: r770059 - /tuscany/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java

Author: rfeng
Date: Thu Apr 30 04:40:29 2009
New Revision: 770059

URL: http://svn.apache.org/viewvc?rev=770059&view=rev
Log:
Add a apace for the error message

Modified:
    tuscany/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java

Modified: tuscany/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java?rev=770059&r1=770058&r2=770059&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java (original)
+++ tuscany/branches/sca-java-1.x/itest/exceptions-cross-binding/src/test/java/org/apache/tuscany/sca/test/exceptions/IntraCompositeTestCase.java Thu Apr 30 04:40:29 2009
@@ -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 @@
 
         } catch (Exception e) {
             e.printStackTrace();
-            fail("Expected InvalidSymbolSDOException" + e);
+            fail("Expected InvalidSymbolSDOException " + e);
 
         }
     }