You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Marc DeXeT (JIRA)" <co...@jakarta.apache.org> on 2005/01/21 13:49:17 UTC

[jira] Created: (JELLY-197) groundless unit tests suite.

groundless unit tests suite.
----------------------------

         Key: JELLY-197
         URL: http://issues.apache.org/jira/browse/JELLY-197
     Project: jelly
        Type: Bug
  Components: core / taglib.core  
    Versions: 1.0-RC2    
    Reporter: Marc DeXeT
    Priority: Blocker


Core unit test suite src/test/org/apache/commons/jelly/suite.jelly is groundless.
She' using "assertTrue" tag WHICH DOESN'T EXIST !
So tag is consiered as a StaticTag and test are not done :unit test always successful on exam although
 they can be wrong.

Output (see later) is meaningful.

There's same problem on jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean/suite.jelly


-- output -- 
....this should always workthis should always workthis should always work.this should always work.

        Created a new bean: org.apache.commons.jelly.core.Customer@1386918[name=James;city=London]
            
        .

        Created a new bean: org.apache.commons.jelly.core.Customer@146c1d4[name=James;city=London]
            
        .            
                                        
        Created a new bean: org.apache.commons.jelly.core.Customer@1df8b99[name=Bob;city=Atlanta]
            
        ....<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue><test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.
Time: 0,203

OK (17 tests)




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Assigned: (JELLY-197) groundless unit tests suite.

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-197?page=history ]

dion gillard reassigned JELLY-197:
----------------------------------

    Assign To: dion gillard

> groundless unit tests suite.
> ----------------------------
>
>          Key: JELLY-197
>          URL: http://issues.apache.org/jira/browse/JELLY-197
>      Project: jelly
>         Type: Bug
>   Components: core / taglib.core
>     Versions: 1.0-RC2
>     Reporter: Marc DeXeT
>     Assignee: dion gillard
>     Priority: Blocker
>  Attachments: patch.jelly-tag.bean.suite.jelly.txt, patch.suite.jelly.txt
>
> Core unit test suite src/test/org/apache/commons/jelly/suite.jelly is groundless.
> She' using "assertTrue" tag WHICH DOESN'T EXIST !
> So tag is consiered as a StaticTag and test are not done :unit test always successful on exam although
>  they can be wrong.
> Output (see later) is meaningful.
> There's same problem on jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean/suite.jelly
> -- output -- 
> ....this should always workthis should always workthis should always work.this should always work.
>         Created a new bean: org.apache.commons.jelly.core.Customer@1386918[name=James;city=London]
>             
>         .
>         Created a new bean: org.apache.commons.jelly.core.Customer@146c1d4[name=James;city=London]
>             
>         .            
>                                         
>         Created a new bean: org.apache.commons.jelly.core.Customer@1df8b99[name=Bob;city=Atlanta]
>             
>         ....<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue><test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.
> Time: 0,203
> OK (17 tests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-197) groundless unit tests suite.

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-197?page=comments#action_57885 ]
     
dion gillard commented on JELLY-197:
------------------------------------

Looks good. Testing now.

> groundless unit tests suite.
> ----------------------------
>
>          Key: JELLY-197
>          URL: http://issues.apache.org/jira/browse/JELLY-197
>      Project: jelly
>         Type: Bug
>   Components: core / taglib.core
>     Versions: 1.0-RC2
>     Reporter: Marc DeXeT
>     Assignee: dion gillard
>     Priority: Blocker
>  Attachments: patch.jelly-tag.bean.suite.jelly.txt, patch.suite.jelly.txt
>
> Core unit test suite src/test/org/apache/commons/jelly/suite.jelly is groundless.
> She' using "assertTrue" tag WHICH DOESN'T EXIST !
> So tag is consiered as a StaticTag and test are not done :unit test always successful on exam although
>  they can be wrong.
> Output (see later) is meaningful.
> There's same problem on jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean/suite.jelly
> -- output -- 
> ....this should always workthis should always workthis should always work.this should always work.
>         Created a new bean: org.apache.commons.jelly.core.Customer@1386918[name=James;city=London]
>             
>         .
>         Created a new bean: org.apache.commons.jelly.core.Customer@146c1d4[name=James;city=London]
>             
>         .            
>                                         
>         Created a new bean: org.apache.commons.jelly.core.Customer@1df8b99[name=Bob;city=Atlanta]
>             
>         ....<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue><test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.
> Time: 0,203
> OK (17 tests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-197) groundless unit tests suite.

Posted by "Marc DeXeT (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-197?page=history ]

Marc DeXeT updated JELLY-197:
-----------------------------

    Attachment: patch.suite.jelly.txt

> groundless unit tests suite.
> ----------------------------
>
>          Key: JELLY-197
>          URL: http://issues.apache.org/jira/browse/JELLY-197
>      Project: jelly
>         Type: Bug
>   Components: core / taglib.core
>     Versions: 1.0-RC2
>     Reporter: Marc DeXeT
>     Priority: Blocker
>  Attachments: patch.jelly-tag.bean.suite.jelly.txt, patch.suite.jelly.txt
>
> Core unit test suite src/test/org/apache/commons/jelly/suite.jelly is groundless.
> She' using "assertTrue" tag WHICH DOESN'T EXIST !
> So tag is consiered as a StaticTag and test are not done :unit test always successful on exam although
>  they can be wrong.
> Output (see later) is meaningful.
> There's same problem on jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean/suite.jelly
> -- output -- 
> ....this should always workthis should always workthis should always work.this should always work.
>         Created a new bean: org.apache.commons.jelly.core.Customer@1386918[name=James;city=London]
>             
>         .
>         Created a new bean: org.apache.commons.jelly.core.Customer@146c1d4[name=James;city=London]
>             
>         .            
>                                         
>         Created a new bean: org.apache.commons.jelly.core.Customer@1df8b99[name=Bob;city=Atlanta]
>             
>         ....<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue><test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.
> Time: 0,203
> OK (17 tests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (JELLY-197) groundless unit tests suite.

Posted by "Marc DeXeT (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-197?page=history ]

Marc DeXeT updated JELLY-197:
-----------------------------

    Attachment: patch.jelly-tag.bean.suite.jelly.txt

> groundless unit tests suite.
> ----------------------------
>
>          Key: JELLY-197
>          URL: http://issues.apache.org/jira/browse/JELLY-197
>      Project: jelly
>         Type: Bug
>   Components: core / taglib.core
>     Versions: 1.0-RC2
>     Reporter: Marc DeXeT
>     Priority: Blocker
>  Attachments: patch.jelly-tag.bean.suite.jelly.txt, patch.suite.jelly.txt
>
> Core unit test suite src/test/org/apache/commons/jelly/suite.jelly is groundless.
> She' using "assertTrue" tag WHICH DOESN'T EXIST !
> So tag is consiered as a StaticTag and test are not done :unit test always successful on exam although
>  they can be wrong.
> Output (see later) is meaningful.
> There's same problem on jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean/suite.jelly
> -- output -- 
> ....this should always workthis should always workthis should always work.this should always work.
>         Created a new bean: org.apache.commons.jelly.core.Customer@1386918[name=James;city=London]
>             
>         .
>         Created a new bean: org.apache.commons.jelly.core.Customer@146c1d4[name=James;city=London]
>             
>         .            
>                                         
>         Created a new bean: org.apache.commons.jelly.core.Customer@1df8b99[name=Bob;city=Atlanta]
>             
>         ....<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue><test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.
> Time: 0,203
> OK (17 tests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Resolved: (JELLY-197) groundless unit tests suite.

Posted by "dion gillard (JIRA)" <co...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/JELLY-197?page=history ]
     
dion gillard resolved JELLY-197:
--------------------------------

     Resolution: Fixed
    Fix Version: 1.0-RC2

Fixed and tested

> groundless unit tests suite.
> ----------------------------
>
>          Key: JELLY-197
>          URL: http://issues.apache.org/jira/browse/JELLY-197
>      Project: jelly
>         Type: Bug
>   Components: core / taglib.core
>     Versions: 1.0-RC2
>     Reporter: Marc DeXeT
>     Assignee: dion gillard
>     Priority: Blocker
>      Fix For: 1.0-RC2
>  Attachments: patch.jelly-tag.bean.suite.jelly.txt, patch.suite.jelly.txt
>
> Core unit test suite src/test/org/apache/commons/jelly/suite.jelly is groundless.
> She' using "assertTrue" tag WHICH DOESN'T EXIST !
> So tag is consiered as a StaticTag and test are not done :unit test always successful on exam although
>  they can be wrong.
> Output (see later) is meaningful.
> There's same problem on jelly-tags/bean/src/test/org/apache/commons/jelly/tags/bean/suite.jelly
> -- output -- 
> ....this should always workthis should always workthis should always work.this should always work.
>         Created a new bean: org.apache.commons.jelly.core.Customer@1386918[name=James;city=London]
>             
>         .
>         Created a new bean: org.apache.commons.jelly.core.Customer@146c1d4[name=James;city=London]
>             
>         .            
>                                         
>         Created a new bean: org.apache.commons.jelly.core.Customer@1df8b99[name=Bob;city=Atlanta]
>             
>         ....<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue><test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.<test:assertTrue test="true"></test:assertTrue>.
> Time: 0,203
> OK (17 tests)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org