You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mi...@apache.org on 2014/08/08 18:17:46 UTC

[03/10] git commit: [flex-sdk] [refs/heads/FLEX-34119] - FLEX-34450 - remove invalid domain checks from thise locale because the length is no longer checked

FLEX-34450 - remove invalid domain checks from thise locale because the length is no longer checked


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

Branch: refs/heads/FLEX-34119
Commit: 2f8c8f58395a8d13075abbfb1bd40f0518880a60
Parents: ed6da55
Author: Tom Chiverton <fa...@wopr.house>
Authored: Mon Aug 4 19:03:55 2014 +0100
Committer: Tom Chiverton <fa...@wopr.house>
Committed: Mon Aug 4 19:03:55 2014 +0100

----------------------------------------------------------------------
 .../JA_EmailValidator_invalidDomainError.png       | Bin 2100 -> 0 bytes
 .../Japanese/tests/emailValidatorTests.mxml        |  16 ----------------
 2 files changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2f8c8f58/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png
----------------------------------------------------------------------
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png
deleted file mode 100644
index b79d4b0..0000000
Binary files a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_EmailValidator_invalidDomainError.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2f8c8f58/mustella/tests/LangPacks/Japanese/tests/emailValidatorTests.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/LangPacks/Japanese/tests/emailValidatorTests.mxml b/mustella/tests/LangPacks/Japanese/tests/emailValidatorTests.mxml
index e0447f7..5b5aa6d 100644
--- a/mustella/tests/LangPacks/Japanese/tests/emailValidatorTests.mxml
+++ b/mustella/tests/LangPacks/Japanese/tests/emailValidatorTests.mxml
@@ -87,22 +87,6 @@
 				<CompareBitmap target="script:curTip" url="../tests/baselines/$testID.png"  />				
 			</body>  
 		</TestCase>
-		<TestCase testID="JA_EmailValidator_invalidDomainError"  keywords="[invalidDomainError, EmailValidator]">
-			<setup>
-				
-				<ResetComponent target="ct" className="components.CustomTester" waitEvent="updateComplete" waitTarget="ct" />
-				<SetProperty target="ct.myEmailV.myEm" propertyName="property" value="text"/>
-				<SetProperty target="ct.myEmailV.ti1" propertyName="text" value="mavenki@yahoo.hello" waitEvent="updateComplete" waitTarget="ct.myEmailV.ti1"/>
-			</setup>
-			<body>
-				<RunCode code="application.ct.myEmailV.myEm.validate(application.ct.myEmailV.ti1.text)"/> 
-				<AssertEvent target="ct.myEmailV.myEm" eventName="invalid" eventClass="mx.events::ValidationResultEvent" />
-				<AssertNoEvent target="ct.myEmailV.myEm" eventName="valid" />
-				<DispatchMouseEvent target="ct.myEmailV.ti1" type="mouseOver" localX="10" localY="10"  waitEvent="toolTipShown" waitTarget="ct.myEmailV.ti1"/>
-				<RunCode code="getErrorTip()" />
-				<CompareBitmap target="script:curTip" url="../tests/baselines/$testID.png"  />				
-			</body>  
-		</TestCase>
 		<TestCase testID="JA_EmailValidator_missingAtSignError"  keywords="[missingAtSignError, EmailValidator]">
 			<setup>