You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Shane Witbeck (JIRA)" <ji...@apache.org> on 2008/12/12 02:48:46 UTC

[jira] Created: (BUILDR-228) Specifying an non-existent test yields a success message

Specifying an non-existent test yields a success message
--------------------------------------------------------

                 Key: BUILDR-228
                 URL: https://issues.apache.org/jira/browse/BUILDR-228
             Project: Buildr
          Issue Type: Bug
          Components: Test frameworks
    Affects Versions: 1.3.3
         Environment: Windows XP, Buildr 1.3.3 with Matz, JUnit
            Reporter: Shane Witbeck


With the following syntax I was getting a test successful message when the test I specified didn't exist (I misspelled it):

buildr test:com.company.service.SomeTest

Ideally, buildr should spit back a test not found message or at least report a failure for the test.

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


[jira] Commented: (BUILDR-228) Specifying an non-existent test yields a success message

Posted by "Alex Boisvert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655855#action_12655855 ] 

Alex Boisvert commented on BUILDR-228:
--------------------------------------

Hmmm.  I think there's a specification issue here.  Buildr inteprets what follows after test:xxxx as a pattern to match existing tests, not as a fully qualified test name.

> Specifying an non-existent test yields a success message
> --------------------------------------------------------
>
>                 Key: BUILDR-228
>                 URL: https://issues.apache.org/jira/browse/BUILDR-228
>             Project: Buildr
>          Issue Type: Bug
>          Components: Test frameworks
>    Affects Versions: 1.3.3
>         Environment: Windows XP, Buildr 1.3.3 with Matz, JUnit
>            Reporter: Shane Witbeck
>
> With the following syntax I was getting a test successful message when the test I specified didn't exist (I misspelled it):
> buildr test:com.company.service.SomeTest
> Ideally, buildr should spit back a test not found message or at least report a failure for the test.

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