You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Michael Elman (JIRA)" <ji...@apache.org> on 2009/07/16 08:21:14 UTC

[jira] Resolved: (WINK-105) tests not getting picked up due to class name

     [ https://issues.apache.org/jira/browse/WINK-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Elman resolved WINK-105.
--------------------------------

    Resolution: Fixed

> tests not getting picked up due to class name
> ---------------------------------------------
>
>                 Key: WINK-105
>                 URL: https://issues.apache.org/jira/browse/WINK-105
>             Project: Wink
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.1
>            Reporter: Mike Rheinheimer
>            Assignee: Michael Elman
>             Fix For: 0.1
>
>
> Some tests in wink-server were named with extra characters on the end:
> org.apache.wink.server.internal.registry.FindResourceMethodTest1
> org.apache.wink.server.internal.registry.FindResourceMethodTest2
> These will not get picked up by junit.  Junit looks for *Test by default.  The '2' and '3' will "hide" the test classes.
> I suggest renaming them to:
> FindResourceMethod1Test
> FindResourceMethod2Test
> I renamed them in my env, and ran them, but had some failures.  Sorry I didn't have time to go debug them.  Heading for vacation!  I can work on this when I get back, if not done by then.

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