Skip to content

Changes

Summary

  1. Fix condition for using index in case of Checkbox and PushButton click (details)
Commit 5e6d076622e9426f3b34479857aafcdd713230e1 by Aparna Argade
Fix condition for using index in case of Checkbox and PushButton click
buttonText is compared with empty string, instead of null, to match with
Button.getText() return value.
Change-Id: I401154f45da43b9aaadde0b554814bcdd6961f7d Signed-off-by:
Aparna Argade <aprsac@yahoo.com>
The file was modified org.eclipse.swtbot.generator/src/org/eclipse/swtbot/generator/framework/rules/simple/CheckboxClickedRule.java
The file was modified org.eclipse.swtbot.generator/src/org/eclipse/swtbot/generator/framework/rules/simple/PushButtonClickedRule.java