Hi All I have some problem testing a RadioChoice which is overrides the methods: wantOnSelectionChangedNotifications and onSelectionChanged.
In my test class i use the method select on the FormTester, but is seems like the onSelectionChanged method is never called. I have looked at the select code and it seems like there have been made some logic for a DropDownChoice. Does this only work for a DropDown or am i doing something wrong? /Murat
