You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/21 12:33:05 UTC

[16/27] git commit: [flex-sdk] [refs/heads/develop] - Revert "fix test to be more reasonable. It would be rare to see a discontiguous radiobutton group like this."

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/develop
Commit: edd7d0c3a9162a35206a4490246ab3b4725c6d46
Parents: 6cf1151
Author: Alex Harui <ah...@apache.org>
Authored: Mon Oct 14 16:41:02 2013 -0700
Committer: Alex Harui <ah...@apache.org>
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"/>