You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (Issue Comment Edited) (JIRA)" <ji...@apache.org> on 2012/03/09 07:49:58 UTC

[jira] [Issue Comment Edited] (SMX4-944) Provide a SMX test jar

    [ https://issues.apache.org/jira/browse/SMX4-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13225889#comment-13225889 ] 

Freeman Fang edited comment on SMX4-944 at 3/9/12 6:48 AM:
-----------------------------------------------------------

commit fix 
http://svn.apache.org/viewvc?rev=1298713&view=rev on trunk
http://svn.apache.org/viewvc?rev=1298717&view=rev on features 4.4.x branch
afterwards customer can add
{code}
<dependency>
  <groupId>org.apache.servicemix.camel</groupId>
   <artifactId>org.apache.servicemix.camel.component</artifactId>
  <version>{version}</version>
  <type>test-jar</type>
  <scope>test</scope>
</dependency>
{code}
to pom.xml to use camel-nmr test code like AbstractComponentTest
                
      was (Author: ffang):
    commit fix 
http://svn.apache.org/viewvc?rev=1298713&view=rev on trunk
http://svn.apache.org/viewvc?rev=1298717&view=rev on features 4.4.x branch
afterwards customer can add
{code}
<dependency>
  <groupId>org.apache.servicemix.camel</groupId>
   <artifactId>org.apache.servicemix.camel.component</artifactId>
  <version>{version}</version>
  <type>test-jar</type>
  <scope>test</scope>
</dependency>
{code}
to pom.xml to use camel-nmr test code
                  
> Provide a SMX test jar
> ----------------------
>
>                 Key: SMX4-944
>                 URL: https://issues.apache.org/jira/browse/SMX4-944
>             Project: ServiceMix 4
>          Issue Type: Wish
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Freeman Fang
>             Fix For: 4.5.0
>
>
> In order to easily test camel + NMR, it would be helpful to create a servicemix-test.jar providing:
> http://svn.apache.org/repos/asf/servicemix/smx4/features/trunk/camel/servicemix-camel/src/test/java/org/apache/servicemix/camel/nmr/AbstractComponentTest.java
> and others abstract test component.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira