Uploaded image for project: 'Wink'
  1. Wink
  2. WINK-105

tests not getting picked up due to class name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.1
    • 0.1
    • Server
    • None

    Description

      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.

      Attachments

        Activity

          People

            elman Michael Elman
            rott Michael Rheinheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: