You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by co...@jakarta.apache.org on 2004/08/16 01:01:20 UTC

[jira] Created: (JELLY-119) Add test cases for ForEach tag

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-119

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-119
    Summary: Add test cases for ForEach tag
       Type: Test

     Status: Unassigned
   Priority: Minor

    Project: jelly
 Components: 
             core / taglib.core
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Felipe Leme

    Created: Sun, 15 Aug 2004 4:01 PM
    Updated: Sun, 15 Aug 2004 4:01 PM

Description:
In order to implement the new features described on JELLY-98 and JELLY-118, we should have test cases for the ForEach tag.

I will try to implement these tests later.


---------------------------------------------------------------------
JIRA INFORMATION:
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] Closed: (JELLY-119) Add test cases for ForEach tag

Posted by co...@jakarta.apache.org.
Message:

   The following issue has been closed.

   Resolver: dion gillard
       Date: Tue, 31 Aug 2004 10:40 PM

Tests for forEach are in src/test/org/apache/commons/jelly/core/suite.jelly file
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-119

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-119
    Summary: Add test cases for ForEach tag
       Type: Test

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: jelly
 Components: 
             core / taglib.core
   Fix Fors:
             1.0-beta-4
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Felipe Leme

    Created: Sun, 15 Aug 2004 4:01 PM
    Updated: Tue, 31 Aug 2004 10:40 PM

Description:
In order to implement the new features described on JELLY-98 and JELLY-118, we should have test cases for the ForEach tag.

I will try to implement these tests later.


---------------------------------------------------------------------
JIRA INFORMATION:
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-119) Add test cases for ForEach tag

Posted by co...@jakarta.apache.org.
The following comment has been added to this issue:

     Author: dion gillard
    Created: Wed, 1 Sep 2004 3:31 PM
       Body:
There's something wrong with your second grep.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-119?page=comments#action_38025

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-119

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-119
    Summary: Add test cases for ForEach tag
       Type: Test

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: jelly
 Components: 
             core / taglib.core
   Fix Fors:
             1.0-beta-4
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Felipe Leme

    Created: Sun, 15 Aug 2004 4:01 PM
    Updated: Wed, 1 Sep 2004 3:31 PM

Description:
In order to implement the new features described on JELLY-98 and JELLY-118, we should have test cases for the ForEach tag.

I will try to implement these tests later.


---------------------------------------------------------------------
JIRA INFORMATION:
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-119) Add test cases for ForEach tag

Posted by co...@jakarta.apache.org.
The following comment has been added to this issue:

     Author: Felipe Leme
    Created: Wed, 1 Sep 2004 2:28 PM
       Body:
Are you sure? I can't find it:

http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jelly/src/test/org/apache/commons/jelly/core/


Even a grep on core doesn't show too much forEachs:

[felipeal@localhost]~/cvs/jelly/src/test/org/apache/commons/jelly/core: grep forEach *.jelly
testBreakTag.jelly:     <j:forEach var="counter" begin="1" end="10">
testBreakTag.jelly:     </j:forEach>
testBreakTag.jelly:     <j:forEach var="counter" begin="1" end="10">
testBreakTag.jelly:     </j:forEach>
testBreakTag.jelly:     <j:forEach var="counter" begin="1" end="10">
testBreakTag.jelly:     </j:forEach>
testBreakTag.jelly:     <j:forEach var="counter" begin="1" end="10">
testBreakTag.jelly:     </j:forEach>

[felipeal@localhost]~/cvs/jelly/src/test/org/apache/commons/jelly: grep name= suite.jelly |grep -i forEach

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-119?page=comments#action_38018

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-119

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-119
    Summary: Add test cases for ForEach tag
       Type: Test

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: jelly
 Components: 
             core / taglib.core
   Fix Fors:
             1.0-beta-4
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Felipe Leme

    Created: Sun, 15 Aug 2004 4:01 PM
    Updated: Wed, 1 Sep 2004 2:28 PM

Description:
In order to implement the new features described on JELLY-98 and JELLY-118, we should have test cases for the ForEach tag.

I will try to implement these tests later.


---------------------------------------------------------------------
JIRA INFORMATION:
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