Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Key-type in Tree
Key-type in Tree [message #1695797] Tue, 19 May 2015 11:26 Go to next message
Koen Staal is currently offline Koen StaalFriend
Messages: 70
Registered: October 2014
Member
When i just use key-types to navigate through a tree, nothing happens.
Example:

with [get-view "ViewWithTree" | get-tree] {
    select [get-item "\\/root" | key-type Down    
}


When i use the recorder to create this test it creates:
with [get-view "ViewWithTree" | get-tree] {
    select [get-item "\\/root" | key-type Down    
    select [get-item "\\/root/item"
}


Which seems like a bit of cheating since the select command does the work now and key-type still doesnt work.

Why does this not work?
Version 1.5.4

[Updated on: Tue, 19 May 2015 13:09]

Report message to a moderator

Re: Key-type in Tree [message #1696848 is a reply to message #1695797] Fri, 29 May 2015 04:32 Go to previous message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

Thank you for finding this issue!
This is a bug. I 've created it in bugzilla.


Yours sincerely,
Olga.
Previous Topic:Any RCPTT ECL commands for OSGi API's
Next Topic:How to get "project.basedir" path in a Test Case
Goto Forum:
  


Current Time: Tue Apr 23 07:24:25 GMT 2024

Powered by FUDForum. Page generated in 0.03520 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top