[ 
https://issues.apache.org/jira/browse/GERONIMO-5546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901324#action_12901324
 ] 

janel Zhang edited comment on GERONIMO-5546 at 8/23/10 5:30 AM:
----------------------------------------------------------------

1.The patch is for Geronimo 3.0 console testsuite.It fixed the dojo navigation 
tree problem. It mainly modify the  testsuite/console-testsuite and 
testsupport/testsupport-selenium files.
2.It gets tree node id dynamicly through the following:
        String script=" var 
navigationTree=this.browserbot.getCurrentWindow().dijit.byId('navigationTree');";
                script=script+"var wrapperNode 
=navigationTree._itemNodesMap["+navigationTreeLabel2Index.get(navigationTreeLabel).intValue()+"];";
                script+="wrapperNode[0].id;"; 
   String navigationTreeNodeId=selenium.getEval(script);


The navigationTreeNodeId is the node id.


      was (Author: janel):
    The patch is for Geronimo 3.0 console testsuite.It fixed the dojo 
navigation tree problem. It mainly modify the  testsuite/console-testsuite and 
testsupport/testsupport-selenium files.
  
> Geronimo 3.0 console testsuite failed because of dojo navigation tree.
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-5546
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5546
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: testsuite
>    Affects Versions: 3.0
>         Environment: OS:ubuntu 8.04
> JVM:sun 1.6.0_20
> Server:Geronimo 3.0 build at          2010.08.21-17:31:44.900+0800
>            Reporter: janel Zhang
>             Fix For: 3.0
>
>         Attachments: console-testsuite.patch, testsupport-selenium.patch
>
>
> The patch is for Geronimo 3.0 console testsuite.It fixed the dojo navigation 
> tree problem. It mainly modify the  testsuite/console-testsuite and 
> testsupport/testsupport-selenium files.

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

Reply via email to