You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Chris Custine (JIRA)" <ji...@apache.org> on 2009/05/01 09:11:38 UTC

[jira] Created: (SMXCOMP-525) Improve test coverage - ServiceMix :: File

Improve test coverage - ServiceMix :: File
------------------------------------------

                 Key: SMXCOMP-525
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-525
             Project: ServiceMix Components
          Issue Type: Test
          Components: servicemix-file
    Affects Versions: servicemix-file-2009.01
            Reporter: Chris Custine


http://nemo.sonar.codehaus.org/project/index/98546

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMXCOMP-525) Improve test coverage - ServiceMix :: File

Posted by "Jean Jacobs (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMXCOMP-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51475#action_51475 ] 

Jean Jacobs commented on SMXCOMP-525:
-------------------------------------

I would like to look at contributing unit tests for this component.

> Improve test coverage - ServiceMix :: File
> ------------------------------------------
>
>                 Key: SMXCOMP-525
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-525
>             Project: ServiceMix Components
>          Issue Type: Test
>          Components: servicemix-file
>    Affects Versions: servicemix-file-2009.01
>            Reporter: Chris Custine
>
> http://nemo.sonar.codehaus.org/project/index/98546

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMXCOMP-525) Improve test coverage - ServiceMix :: File

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMXCOMP-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51615#action_51615 ] 

Gert Vanthienen commented on SMXCOMP-525:
-----------------------------------------

Patch has been applied in http://svn.eu.apache.org/viewvc?view=rev&revision=773478
and the relevant bits have been backported to the 3.2.x branch in http://svn.eu.apache.org/viewvc?view=rev&revision=773479

Many thanks to Jean Jacobs for providing this patch!

> Improve test coverage - ServiceMix :: File
> ------------------------------------------
>
>                 Key: SMXCOMP-525
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-525
>             Project: ServiceMix Components
>          Issue Type: Test
>          Components: servicemix-file
>    Affects Versions: servicemix-file-2009.01
>            Reporter: Chris Custine
>         Attachments: file-tests.patch
>
>
> http://nemo.sonar.codehaus.org/project/index/98546

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMXCOMP-525) Improve test coverage - ServiceMix :: File

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMXCOMP-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51831#action_51831 ] 

Gert Vanthienen commented on SMXCOMP-525:
-----------------------------------------

With Jean's patch, we now have over 70% test coverage in the org.apache.servicemix.file package (http://nemo.sonar.codehaus.org/drilldown/measures/98816?metric=coverage&rids[]=98546&rids[]=98547) and I have just committed a few extra tests for new features in http://svn.apache.org/viewvc?view=rev&revision=777471 which should bump that score with a few extra %.

This should become the final score for the file component once http://jira.codehaus.org/browse/SONAR-857 gets resolved, so I'm closing this issue for now, with one last thanks to Jean Jacobs for helping out here!

> Improve test coverage - ServiceMix :: File
> ------------------------------------------
>
>                 Key: SMXCOMP-525
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-525
>             Project: ServiceMix Components
>          Issue Type: Test
>          Components: servicemix-file
>    Affects Versions: servicemix-file-2009.01
>            Reporter: Chris Custine
>         Attachments: file-tests.patch
>
>
> http://nemo.sonar.codehaus.org/project/index/98546

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMXCOMP-525) Improve test coverage - ServiceMix :: File

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMXCOMP-525.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: servicemix-file-2009.02
         Assignee: Gert Vanthienen

> Improve test coverage - ServiceMix :: File
> ------------------------------------------
>
>                 Key: SMXCOMP-525
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-525
>             Project: ServiceMix Components
>          Issue Type: Test
>          Components: servicemix-file
>    Affects Versions: servicemix-file-2009.01
>            Reporter: Chris Custine
>            Assignee: Gert Vanthienen
>             Fix For: servicemix-file-2009.02
>
>         Attachments: file-tests.patch
>
>
> http://nemo.sonar.codehaus.org/project/index/98546

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMXCOMP-525) Improve test coverage - ServiceMix :: File

Posted by "Jean Jacobs (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMXCOMP-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean Jacobs updated SMXCOMP-525:
--------------------------------

    Attachment: file-tests.patch

The patch contains updates to the FilePollerEndpointTest.java and a new file FileSenderEndpointTest.java.  This patch in combination with the patch attached to SM-1772 should significantly improve the File component unit test coverage.

> Improve test coverage - ServiceMix :: File
> ------------------------------------------
>
>                 Key: SMXCOMP-525
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-525
>             Project: ServiceMix Components
>          Issue Type: Test
>          Components: servicemix-file
>    Affects Versions: servicemix-file-2009.01
>            Reporter: Chris Custine
>         Attachments: file-tests.patch
>
>
> http://nemo.sonar.codehaus.org/project/index/98546

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.