You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/02/13 23:04:24 UTC

svn commit: r507252 - /incubator/tuscany/java/sca/integration-test/specTest/src/test/java/org/apache/tuscany/sca/test/spec/ComponentContextTestComponent.java

Author: jboynes
Date: Tue Feb 13 14:04:23 2007
New Revision: 507252

URL: http://svn.apache.org/viewvc?view=rev&rev=507252
Log:
check URI

Modified:
    incubator/tuscany/java/sca/integration-test/specTest/src/test/java/org/apache/tuscany/sca/test/spec/ComponentContextTestComponent.java

Modified: incubator/tuscany/java/sca/integration-test/specTest/src/test/java/org/apache/tuscany/sca/test/spec/ComponentContextTestComponent.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/integration-test/specTest/src/test/java/org/apache/tuscany/sca/test/spec/ComponentContextTestComponent.java?view=diff&rev=507252&r1=507251&r2=507252
==============================================================================
--- incubator/tuscany/java/sca/integration-test/specTest/src/test/java/org/apache/tuscany/sca/test/spec/ComponentContextTestComponent.java (original)
+++ incubator/tuscany/java/sca/integration-test/specTest/src/test/java/org/apache/tuscany/sca/test/spec/ComponentContextTestComponent.java Tue Feb 13 14:04:23 2007
@@ -31,4 +31,8 @@
     public void testContextWasInjected() {
         assertTrue(tester.isContextInjected());
     }
+
+    public void testComponentURI() {
+        assertEquals("itest://localhost/testDomain/ComponentContextTester", tester.getURI());
+    }
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org