Hello! I'm encountering a problem with SWTBotTreeItem class. Calling its methods for navigating within a complex tree (4 nested levels) results in this line of SWTBotTreeItem.select(String []) method:
getTree().setSelection((TreeItem[]) selection.toArray(new ArrayList[]{})); throwing a java.lang.ArrayStoreException. Examining the source of select(String[] items) method, I haven't found if it accesses the "items" array in any way. Is it the intended behavior? Thanks. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ SWTBot-users mailing list SWTBot-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/swtbot-users http://swtbot.org/ - a functional testing tool for SWT/Eclipse