You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/05/28 07:49:08 UTC

git commit: [flex-sdk] [refs/heads/develop] - Try to fix intermittent test

Updated Branches:
  refs/heads/develop 84ae071d1 -> e712e5d7f


Try to fix intermittent test


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e712e5d7
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e712e5d7
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e712e5d7

Branch: refs/heads/develop
Commit: e712e5d7f0ff077a0f1e3cdb798ea00028cc2c6d
Parents: 84ae071
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 28 05:57:40 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 28 06:48:25 2013 +0100

----------------------------------------------------------------------
 .../Transition_interruptionBehavior.mxml           |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e712e5d7/mustella/tests/mx/states/Transition/properties/Transition_interruptionBehavior.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/mx/states/Transition/properties/Transition_interruptionBehavior.mxml b/mustella/tests/mx/states/Transition/properties/Transition_interruptionBehavior.mxml
index 09ff909..11a9da9 100644
--- a/mustella/tests/mx/states/Transition/properties/Transition_interruptionBehavior.mxml
+++ b/mustella/tests/mx/states/Transition/properties/Transition_interruptionBehavior.mxml
@@ -589,10 +589,10 @@
                    waitTarget="resizeAnimateComp.rect1" />
                 <Pause timeout="190"/>
                 <SetProperty propertyName="currentState" value="State3" target="resizeAnimateComp" />
-                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect1.width, 250, 50)" value="value is between 250 and 50" />
-                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect1.height, 250, 150)" value="value is between 250 and 150" />
-                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect2.width, 250, 50)" value="value is between 250 and 50" />
-                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect2.height, 250, 150)" value="value is between 250 and 150" />
+                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect1.width, 260, 50)" value="value is between 260 and 50" />
+                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect1.height, 260, 150)" value="value is between 260 and 150" />
+                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect2.width, 260, 50)" value="value is between 260 and 50" />
+                <AssertMethodValue method="value=verifyPoint(application.resizeAnimateComp.rect2.height, 260, 150)" value="value is between 260 and 150" />
                 <!--AssertPropertyValue target="resizeAnimateComp.sc" propertyName="color" value="0x000000" />
                 <AssertPropertyValue target="resizeAnimateComp.sc2" propertyName="color" value="0x00FF00" /-->
             </body>