This patch fixes the isSelected(IUIContext ui) method in TreeItemLocator. It
now actually checks for the selected state instead of the checked state. It
works in the same way as the isSelected(IUIContext ui) method in
TableItemLocator. Therefore isSelected(Tree tree, TreeItem item) was added to
abbot.tester.swt.TreeTester.
This also fixes the
com.windowtester.test.locator.swt.TreeItemLocatorTest.testTreeItemSelection()
test added in https://code.google.com/p/windowtester/issues/detail?id=3#c1
Original issue reported on code.google.com by fred.g...@googlemail.com on 4 May 2012 at 4:23
Original issue reported on code.google.com by
fred.g...@googlemail.com
on 4 May 2012 at 4:23Attachments: