You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/04/01 10:15:49 UTC

svn commit: r760812 - /tuscany/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java

Author: antelder
Date: Wed Apr  1 08:15:47 2009
New Revision: 760812

URL: http://svn.apache.org/viewvc?rev=760812&view=rev
Log:
Put back the TUSCANY-2946 failing test into the build to see if anyone else gets it

Modified:
    tuscany/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java

Modified: tuscany/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java?rev=760812&r1=760811&r2=760812&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java (original)
+++ tuscany/branches/sca-java-1.x/vtest/assembly/component/src/test/java/org/apache/tuscany/sca/vtest/assembly/component/ComponentBasicTestCase.java Wed Apr  1 08:15:47 2009
@@ -208,7 +208,7 @@
      * <implementation/> child element of the component.
      * <p>
      * For the service name, OSOA says(1598-1500):
-     * name (required) – the name of the service, the name MUST BE unique across all the 
+     * name (required) - the name of the service, the name MUST BE unique across all the 
      * composite services in the composite. The name of the composite service can be different
      * from the name of the promoted component service.
      */
@@ -306,7 +306,7 @@
      * equivalent service in the componentType of the implementation.
      */
     @Test
-    @Ignore("broken, see TUSCANY-2946")
+  //  @Ignore("broken, see TUSCANY-2946")
     public void testServiceBinding() throws Exception {
     	
     	initDomain("binding_resolution.composite");