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 2012/10/15 19:45:29 UTC

svn commit: r1398418 - in /incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties: Validators_Properties_CreditCard.mxml Validators_Properties_CreditCard_spark.mxml

Author: aharui
Date: Mon Oct 15 17:45:28 2012
New Revision: 1398418

URL: http://svn.apache.org/viewvc?rev=1398418&view=rev
Log:
Change test name so it doesn't hang the output handler on Windows.

Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard.mxml
    incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard_spark.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard.mxml?rev=1398418&r1=1398417&r2=1398418&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard.mxml Mon Oct 15 17:45:28 2012
@@ -59,7 +59,7 @@
 				<AssertNoEvent target="myCustomCCV.myCCV" eventName="invalid" />
 			</body>
 		</TestCase>
-		<TestCase testID="CreditCardValidator_allowedFormatChars_%"  keywords="[allowedFormatChars, CreditCardValidator]">
+		<TestCase testID="CreditCardValidator_allowedFormatChars_percentsign"  keywords="[allowedFormatChars, CreditCardValidator]">
 			<setup>
 				<ResetComponent target="myCustomCCV" className="CustomCCV"  waitEvent="updateComplete" waitTarget="myCustomCCV"/> 
 				<SetProperty target="myCustomCCV.myCCV" propertyName="allowedFormatChars" value="%" />

Modified: incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard_spark.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard_spark.mxml?rev=1398418&r1=1398417&r2=1398418&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard_spark.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/Validators/CreditCardValidator/Properties/Validators_Properties_CreditCard_spark.mxml Mon Oct 15 17:45:28 2012
@@ -60,7 +60,7 @@
 				<AssertNoEvent target="myCustomCCV.myCCV" eventName="invalid" />
 			</body>
 		</TestCase>
-		<TestCase testID="CreditCardValidator_allowedFormatChars_%_spark" keywords="[allowedFormatChars, CreditCardValidator]">
+		<TestCase testID="CreditCardValidator_allowedFormatChars_percentsign_spark" keywords="[allowedFormatChars, CreditCardValidator]">
 			<setup>
 				<ResetComponent target="myCustomCCV" className="CustomCCV"  waitEvent="updateComplete" waitTarget="myCustomCCV"/> 
 				<SetProperty target="myCustomCCV.myCCV" propertyName="allowedFormatChars" value="%" />