You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Jean-Christophe Kautzmann (JIRA)" <ji...@apache.org> on 2012/09/07 13:32:07 UTC

[jira] [Created] (SLING-2594) server-side test script without "TEST_PASSED" string should fail

Jean-Christophe Kautzmann created SLING-2594:
------------------------------------------------

             Summary: server-side test script without "TEST_PASSED" string should fail
                 Key: SLING-2594
                 URL: https://issues.apache.org/jira/browse/SLING-2594
             Project: Sling
          Issue Type: Bug
          Components: Testing
    Affects Versions: JUnit Scriptable Tests Provider 1.0.6
            Reporter: Jean-Christophe Kautzmann
             Fix For: JUnit Scriptable Tests Provider 1.0.8


when a server-side test script outputs one or more lines of comments (line starting with "#") or empty spaces and does not have the "TEST_PASSED" string, the test should fail.
Currently it is not failing.

I will attache a patch to fix this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SLING-2594) server-side test script without "TEST_PASSED" string should fail

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455608#comment-13455608 ] 

Carsten Ziegeler commented on SLING-2594:
-----------------------------------------

LGTM
                
> server-side test script without "TEST_PASSED" string should fail
> ----------------------------------------------------------------
>
>                 Key: SLING-2594
>                 URL: https://issues.apache.org/jira/browse/SLING-2594
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: JUnit Scriptable Tests Provider 1.0.6
>            Reporter: Jean-Christophe Kautzmann
>             Fix For: JUnit Scriptable Tests Provider 1.0.8
>
>         Attachments: SLING-2594.patch
>
>
> when a server-side test script outputs one or more lines of comments (line starting with "#") or empty spaces and does not have the "TEST_PASSED" string, the test should fail.
> Currently it is not failing.
> I will attache a patch to fix this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SLING-2594) server-side test script without "TEST_PASSED" string should fail

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456471#comment-13456471 ] 

Bertrand Delacretaz commented on SLING-2594:
--------------------------------------------

Yes...fixed in revision 1385153, thanks!
                
> server-side test script without "TEST_PASSED" string should fail
> ----------------------------------------------------------------
>
>                 Key: SLING-2594
>                 URL: https://issues.apache.org/jira/browse/SLING-2594
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: JUnit Scriptable Tests Provider 1.0.6
>            Reporter: Jean-Christophe Kautzmann
>             Fix For: JUnit Scriptable Tests Provider 1.0.8
>
>         Attachments: SLING-2594.patch
>
>
> when a server-side test script outputs one or more lines of comments (line starting with "#") or empty spaces and does not have the "TEST_PASSED" string, the test should fail.
> Currently it is not failing.
> I will attache a patch to fix this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (SLING-2594) server-side test script without "TEST_PASSED" string should fail

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

Jean-Christophe Kautzmann updated SLING-2594:
---------------------------------------------

    Attachment: SLING-2594.patch

Attaching a patch including a JUnit test
                
> server-side test script without "TEST_PASSED" string should fail
> ----------------------------------------------------------------
>
>                 Key: SLING-2594
>                 URL: https://issues.apache.org/jira/browse/SLING-2594
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: JUnit Scriptable Tests Provider 1.0.6
>            Reporter: Jean-Christophe Kautzmann
>             Fix For: JUnit Scriptable Tests Provider 1.0.8
>
>         Attachments: SLING-2594.patch
>
>
> when a server-side test script outputs one or more lines of comments (line starting with "#") or empty spaces and does not have the "TEST_PASSED" string, the test should fail.
> Currently it is not failing.
> I will attache a patch to fix this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SLING-2594) server-side test script without "TEST_PASSED" string should fail

Posted by "Pontus Amberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13456377#comment-13456377 ] 

Pontus Amberg commented on SLING-2594:
--------------------------------------

Is this update the reason the tests in "Sling JUnit Scriptable Tests Provider" fails with a
"java.lang.SecurityException: Prohibited package name: java.org.apache.sling.junit.tests" ?
                
> server-side test script without "TEST_PASSED" string should fail
> ----------------------------------------------------------------
>
>                 Key: SLING-2594
>                 URL: https://issues.apache.org/jira/browse/SLING-2594
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: JUnit Scriptable Tests Provider 1.0.6
>            Reporter: Jean-Christophe Kautzmann
>             Fix For: JUnit Scriptable Tests Provider 1.0.8
>
>         Attachments: SLING-2594.patch
>
>
> when a server-side test script outputs one or more lines of comments (line starting with "#") or empty spaces and does not have the "TEST_PASSED" string, the test should fail.
> Currently it is not failing.
> I will attache a patch to fix this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira