You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Craig Doremus (JIRA)" <ji...@apache.org> on 2007/05/19 17:52:16 UTC

[jira] Created: (PLUTO-366) Created a testsutie test for JSR-286 eventing

Created a testsutie test for JSR-286 eventing
---------------------------------------------

                 Key: PLUTO-366
                 URL: https://issues.apache.org/jira/browse/PLUTO-366
             Project: Pluto
          Issue Type: Test
          Components: portlets-testsuite
    Affects Versions: 1.1-286-COMPATIBILITY
         Environment: All
            Reporter: Craig Doremus
             Fix For: 1.1-286-COMPATIBILITY


A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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


[jira] Updated: (PLUTO-366) Add eventing tests to testsuite for JSR-286

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Doremus updated PLUTO-366:
--------------------------------

        Fix Version/s: 1.1-286-trunk-merge
    Affects Version/s: 1.1-286-trunk-merge
              Summary: Add eventing tests to testsuite for JSR-286  (was: Add eventing tests to testsuite for JSR-286 Create a testsuite test for JSR-286 eventing)

Modified title to make it more visible in PLUTO-442 link.

> Add eventing tests to testsuite for JSR-286
> -------------------------------------------
>
>                 Key: PLUTO-366
>                 URL: https://issues.apache.org/jira/browse/PLUTO-366
>             Project: Pluto
>          Issue Type: Test
>          Components: portlets-testsuite
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>         Environment: All
>            Reporter: Craig Doremus
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>
> A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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


[jira] Resolved: (PLUTO-366) Add eventing tests to testsuite for JSR-286

Posted by "Ate Douma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma resolved PLUTO-366.
-----------------------------

    Resolution: Fixed

Implemented

> Add eventing tests to testsuite for JSR-286
> -------------------------------------------
>
>                 Key: PLUTO-366
>                 URL: https://issues.apache.org/jira/browse/PLUTO-366
>             Project: Pluto
>          Issue Type: Test
>          Components: portlets-testsuite
>    Affects Versions: 1.1-286-COMPATIBILITY, 2.0.0
>         Environment: All
>            Reporter: Craig Doremus
>             Fix For: 1.1-286-COMPATIBILITY, 2.0.0
>
>
> A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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


[jira] Updated: (PLUTO-366) Add eventing tests to testsuite for JSR-286 Create a testsuite test for JSR-286 eventing

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Doremus updated PLUTO-366:
--------------------------------

    Summary: Add eventing tests to testsuite for JSR-286 Create a testsuite test for JSR-286 eventing  (was: Create a testsuite test for JSR-286 eventing)

> Add eventing tests to testsuite for JSR-286 Create a testsuite test for JSR-286 eventing
> ----------------------------------------------------------------------------------------
>
>                 Key: PLUTO-366
>                 URL: https://issues.apache.org/jira/browse/PLUTO-366
>             Project: Pluto
>          Issue Type: Test
>          Components: portlets-testsuite
>    Affects Versions: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>         Environment: All
>            Reporter: Craig Doremus
>             Fix For: 1.1-286-COMPATIBILITY, 1.1-286-trunk-merge
>
>
> A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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


[jira] Commented: (PLUTO-366) Add eventing tests to testsuite for JSR-286

Posted by "Benjamin Gould (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556245#action_12556245 ] 

Benjamin Gould commented on PLUTO-366:
--------------------------------------

Added a couple of eventing tests in the patch attached to PLUTO-442 (event_tests.patch).  Some things that still need to be completed under the category are: events defined and fired by QName, events fired from within events, testing processing "event heirarchies" (event processing definitions ending with a '.'), and events fired from other portlets.

> Add eventing tests to testsuite for JSR-286
> -------------------------------------------
>
>                 Key: PLUTO-366
>                 URL: https://issues.apache.org/jira/browse/PLUTO-366
>             Project: Pluto
>          Issue Type: Test
>          Components: portlets-testsuite
>    Affects Versions: 2.0.0, 1.1-286-COMPATIBILITY
>         Environment: All
>            Reporter: Craig Doremus
>             Fix For: 2.0.0, 1.1-286-COMPATIBILITY
>
>
> A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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


[jira] Updated: (PLUTO-366) Create a testsuite test for JSR-286 eventing

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Doremus updated PLUTO-366:
--------------------------------

    Summary: Create a testsuite test for JSR-286 eventing  (was: Created a testsuite test for JSR-286 eventing)

Another summary fix

> Create a testsuite test for JSR-286 eventing
> --------------------------------------------
>
>                 Key: PLUTO-366
>                 URL: https://issues.apache.org/jira/browse/PLUTO-366
>             Project: Pluto
>          Issue Type: Test
>          Components: portlets-testsuite
>    Affects Versions: 1.1-286-COMPATIBILITY
>         Environment: All
>            Reporter: Craig Doremus
>             Fix For: 1.1-286-COMPATIBILITY
>
>
> A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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


[jira] Commented: (PLUTO-366) Add eventing tests to testsuite for JSR-286

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PLUTO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556254#action_12556254 ] 

Craig Doremus commented on PLUTO-366:
-------------------------------------

Applied event_tests.patch in PLUTO-442 in SVN rev 609168.

> Add eventing tests to testsuite for JSR-286
> -------------------------------------------
>
>                 Key: PLUTO-366
>                 URL: https://issues.apache.org/jira/browse/PLUTO-366
>             Project: Pluto
>          Issue Type: Test
>          Components: portlets-testsuite
>    Affects Versions: 2.0.0, 1.1-286-COMPATIBILITY
>         Environment: All
>            Reporter: Craig Doremus
>             Fix For: 2.0.0, 1.1-286-COMPATIBILITY
>
>
> A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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


[jira] Updated: (PLUTO-366) Created a testsuite test for JSR-286 eventing

Posted by "Craig Doremus (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Doremus updated PLUTO-366:
--------------------------------

    Summary: Created a testsuite test for JSR-286 eventing  (was: Created a testsutie test for JSR-286 eventing)

fixed misspelling in title

> Created a testsuite test for JSR-286 eventing
> ---------------------------------------------
>
>                 Key: PLUTO-366
>                 URL: https://issues.apache.org/jira/browse/PLUTO-366
>             Project: Pluto
>          Issue Type: Test
>          Components: portlets-testsuite
>    Affects Versions: 1.1-286-COMPATIBILITY
>         Environment: All
>            Reporter: Craig Doremus
>             Fix For: 1.1-286-COMPATIBILITY
>
>
> A testsuite test needs to be created to test JSR-286 eventing. This is necessary to make sure merging the 1.1-286-COMPATIBILITY branch with the Pluto trunk and any other 1.1-286-COMPATIBILITY branch refactorings does not break this functionality.

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