[exo-jcr-commits] exo-jcr SVN: r1003 - in kernel/branches/mc-int-branch/exo.kernel.mc-integration: exo.kernel.mc-int-tests/src/test/java/org/exoplatform/kernel/it and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 11 07:41:36 EST 2009


Author: mstruk
Date: 2009-12-11 07:41:36 -0500 (Fri, 11 Dec 2009)
New Revision: 1003

Modified:
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/src/test/java/org/exoplatform/kernel/it/TestMCInjectionIntegration.java
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/src/main/java/org/exoplatform/container/mc/impl/MCIntegrationImpl.java
Log:
JavaDoc + fix tests url to reflect tests artifact name change

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/src/main/java/org/exoplatform/container/mc/impl/MCIntegrationImpl.java
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/src/main/java/org/exoplatform/container/mc/impl/MCIntegrationImpl.java	2009-12-11 11:20:38 UTC (rev 1002)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/src/main/java/org/exoplatform/container/mc/impl/MCIntegrationImpl.java	2009-12-11 12:41:36 UTC (rev 1003)
@@ -24,7 +24,11 @@
 import java.util.Set;
 
 /**
- * Implementation of MCIntegration that contains hard dependencies on
+ * Implementation of MCIntegration that contains hard dependencies on JBoss Microcontainer.
+ *
+ * There is a reflection style dependency on this class in
+ * {@link org.exoplatform.container.mc.MCIntegrationInvoker}.
+ * 
  * @author <a href="mailto:mstrukel at redhat.com">Marko Strukelj</a>
  */
 public class MCIntegrationImpl implements MCIntegration

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/src/test/java/org/exoplatform/kernel/it/TestMCInjectionIntegration.java
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/src/test/java/org/exoplatform/kernel/it/TestMCInjectionIntegration.java	2009-12-11 11:20:38 UTC (rev 1002)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/src/test/java/org/exoplatform/kernel/it/TestMCInjectionIntegration.java	2009-12-11 12:41:36 UTC (rev 1003)
@@ -45,7 +45,7 @@
             port = "8080";
          }
          // invoke servlet
-         url = new URL("http://" + host + ":" + port + "/integration-tests/integration-tests?class=" + testClass);
+         url = new URL("http://" + host + ":" + port + "/mc-int-tests/integration-tests?class=" + testClass);
          System.out.println("Executing remote tests: " + url);
          InputStream is = (InputStream) url.getContent();
          LineReader lineReader = new LineReader(new InputStreamReader(is));



More information about the exo-jcr-commits mailing list