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/01/23 22:56:42 UTC

svn commit: r1437769 - /flex/sdk/branches/develop/mustella/tests/mobile/transitions/ViewTransition/integration/SplitViewTransitionInCallout_integration.mxml

Author: aharui
Date: Wed Jan 23 21:56:41 2013
New Revision: 1437769

URL: http://svn.apache.org/viewvc?rev=1437769&view=rev
Log:
add test to clean up so tests in the following .mxml file don't throw exceptions

Modified:
    flex/sdk/branches/develop/mustella/tests/mobile/transitions/ViewTransition/integration/SplitViewTransitionInCallout_integration.mxml

Modified: flex/sdk/branches/develop/mustella/tests/mobile/transitions/ViewTransition/integration/SplitViewTransitionInCallout_integration.mxml
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/mustella/tests/mobile/transitions/ViewTransition/integration/SplitViewTransitionInCallout_integration.mxml?rev=1437769&r1=1437768&r2=1437769&view=diff
==============================================================================
--- flex/sdk/branches/develop/mustella/tests/mobile/transitions/ViewTransition/integration/SplitViewTransitionInCallout_integration.mxml (original)
+++ flex/sdk/branches/develop/mustella/tests/mobile/transitions/ViewTransition/integration/SplitViewTransitionInCallout_integration.mxml Wed Jan 23 21:56:41 2013
@@ -985,5 +985,11 @@
                  <AssertPropertyValue target="svn.snav1.actionBar" propertyName="title" value="Pause + Seek" />
              </body>
          </TestCase>
+		 <TestCase testID="SplitViewNavTransitionInCallout_denoument" keywords="[SplitViewNavigator, ViewTransiton, Callout]" description="transitions inside callout in SplitViewNavigator">
+			 <setup>
+				 <ResetComponent target="svn" className="comps.TestNav" waitEvent="updateComplete" />
+				 <!-- do one final reset here to clean up so subsequent scripts from another mxml file don't fail -->
+			 </setup>
+		 </TestCase>
 	 </testCases>
  </UnitTester>