You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "LiWenQin (JIRA)" <ji...@apache.org> on 2011/01/26 13:51:43 UTC

[jira] Created: (GERONIMO-5787) Console testsuite failures are caused by the new DOJO navigation tree in G3.0

Console testsuite failures are caused by the new DOJO navigation tree in G3.0
-----------------------------------------------------------------------------

                 Key: GERONIMO-5787
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5787
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: testsuite
    Affects Versions: 3.0
            Reporter: LiWenQin
            Priority: Minor
             Fix For: 3.0


>From Geronimo 2.2.1, the console navigation tree is rendered by DOJO, this cause selenium failed to get the right link information.

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


[jira] [Resolved] (GERONIMO-5787) Console testsuite failures are caused by the new DOJO navigation tree in G3.0

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

Forrest Xia resolved GERONIMO-5787.
-----------------------------------

    Resolution: Fixed

commit to trunk@1097649, leave 3.0-M2 unchanged since we will do a new branch from trunk to 3.0-M2.

> Console testsuite failures are caused by the new DOJO navigation tree in G3.0
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-5787
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5787
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0
>            Reporter: LiWenQin
>            Assignee: Forrest Xia
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: for new DOJO navigation Tree.patch, patch for 3.0-M2.patch
>
>
> From Geronimo 2.2.1, the console navigation tree is rendered by DOJO, this cause selenium failed to get the right link information.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (GERONIMO-5787) Console testsuite failures are caused by the new DOJO navigation tree in G3.0

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

LiWenQin updated GERONIMO-5787:
-------------------------------

    Attachment: patch for 3.0-M2.patch

This patch is for 3.0-M2, which excludes the test cases relating to those portlets not contained in the current 3.0-M2 Geronimo Console. 
(eg:excludes test cases relating to DBViewerPortle , DatabasePoolPortlet, JMS portlet ,JMX portlet ) 

> Console testsuite failures are caused by the new DOJO navigation tree in G3.0
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-5787
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5787
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0
>            Reporter: LiWenQin
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: for new DOJO navigation Tree.patch, patch for 3.0-M2.patch
>
>
> From Geronimo 2.2.1, the console navigation tree is rendered by DOJO, this cause selenium failed to get the right link information.

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


[jira] [Assigned] (GERONIMO-5787) Console testsuite failures are caused by the new DOJO navigation tree in G3.0

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

Forrest Xia reassigned GERONIMO-5787:
-------------------------------------

    Assignee: Forrest Xia

> Console testsuite failures are caused by the new DOJO navigation tree in G3.0
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-5787
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5787
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0
>            Reporter: LiWenQin
>            Assignee: Forrest Xia
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: for new DOJO navigation Tree.patch, patch for 3.0-M2.patch
>
>
> From Geronimo 2.2.1, the console navigation tree is rendered by DOJO, this cause selenium failed to get the right link information.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (GERONIMO-5787) Console testsuite failures are caused by the new DOJO navigation tree in G3.0

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

LiWenQin updated GERONIMO-5787:
-------------------------------

    Attachment: for new DOJO navigation Tree.patch

This patch modifies org.apache.geronimo.testsupport.ExtendedSelenium, org.apache.geronimo.testsupport.console.ConsoleTestSupport, add a static map(File link.properties) for those links on the navigation tree, then override selenium.click(String locator) method to add link verification logic. 

> Console testsuite failures are caused by the new DOJO navigation tree in G3.0
> -----------------------------------------------------------------------------
>
>                 Key: GERONIMO-5787
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5787
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0
>            Reporter: LiWenQin
>            Priority: Minor
>             Fix For: 3.0
>
>         Attachments: for new DOJO navigation Tree.patch
>
>
> From Geronimo 2.2.1, the console navigation tree is rendered by DOJO, this cause selenium failed to get the right link information.

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