Updated Branches: refs/heads/release4.11.0 6cf1151c7 -> cbd143c02
Revert "fix test to be more reasonable. It would be rare to see a discontiguous radiobutton group like this." This reverts commit fe2a2ea3a1851e537c5d04527a24dcc0ac279f34. We will attempt to handle discontiguous sets of radiobuttons. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/edd7d0c3 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/edd7d0c3 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/edd7d0c3 Branch: refs/heads/release4.11.0 Commit: edd7d0c3a9162a35206a4490246ab3b4725c6d46 Parents: 6cf1151 Author: Alex Harui <[email protected]> Authored: Mon Oct 14 16:41:02 2013 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Oct 16 10:10:34 2013 -0700 ---------------------------------------------------------------------- .../RadioButton/Styles/RadioButton_Mirroring_Styles.mxml | 1 - mustella/tests/components/RadioButton/swfs/RadioButton_Basic2.mxml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/edd7d0c3/mustella/tests/components/RadioButton/Styles/RadioButton_Mirroring_Styles.mxml ---------------------------------------------------------------------- diff --git a/mustella/tests/components/RadioButton/Styles/RadioButton_Mirroring_Styles.mxml b/mustella/tests/components/RadioButton/Styles/RadioButton_Mirroring_Styles.mxml index 06b7437..38888f3 100644 --- a/mustella/tests/components/RadioButton/Styles/RadioButton_Mirroring_Styles.mxml +++ b/mustella/tests/components/RadioButton/Styles/RadioButton_Mirroring_Styles.mxml @@ -64,7 +64,6 @@ <TestCase testID="RadioButton_Styles_Mirroring_RTL_focusRing" keywords="[RadioButton, Styles, Mirroring]" description="Test focusRing with layoutDirection rtl with RadioButton"> <setup> <ResetComponent target="rb" className="mx.controls::RadioButton" waitEvent="updateComplete" waitTarget="rb"/> - <SetProperty target="rb" propertyName="groupName" value="g1"/> <SetProperty target="rb" propertyName="label" value="Hello World!!!" waitEvent="updateComplete" waitTarget="rb"/> </setup> <body> http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/edd7d0c3/mustella/tests/components/RadioButton/swfs/RadioButton_Basic2.mxml ---------------------------------------------------------------------- diff --git a/mustella/tests/components/RadioButton/swfs/RadioButton_Basic2.mxml b/mustella/tests/components/RadioButton/swfs/RadioButton_Basic2.mxml index d0ae4f4..1b77b69 100644 --- a/mustella/tests/components/RadioButton/swfs/RadioButton_Basic2.mxml +++ b/mustella/tests/components/RadioButton/swfs/RadioButton_Basic2.mxml @@ -83,7 +83,7 @@ <TNComp id="tn"/> <mx:Fade id="myFade" /> <mx:RadioButtonGroup id="g1"/> - <mx:RadioButton id="rb" groupName="g1" effectStart="runStartTests(event)" effectEnd="runEndTests(event)" creationComplete="{ti.text='Creation Complete Event Triggered'}" keyDown="{ti.text='Key Down Event Triggered'}" keyUp="{ti.text='Key Up Event Triggered'}" rollOverEffect="myFade"/> + <mx:RadioButton id="rb" effectStart="runStartTests(event)" effectEnd="runEndTests(event)" creationComplete="{ti.text='Creation Complete Event Triggered'}" keyDown="{ti.text='Key Down Event Triggered'}" keyUp="{ti.text='Key Up Event Triggered'}" rollOverEffect="myFade"/> <mx:TextInput id="ti"/>
