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/06/11 08:20:39 UTC

[2/2] git commit: [flex-sdk] [refs/heads/develop] - fix japanese tests

fix japanese tests


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

Branch: refs/heads/develop
Commit: 55486e0c09c77aa6c3d0a0b3ddd8a3fc1fce0ecb
Parents: 7af3b46
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 10 23:19:06 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 10 23:19:06 2013 -0700

----------------------------------------------------------------------
 .../JA_DateField_Dropdown_Japanese_Layout.png    | Bin 4712 -> 4021 bytes
 .../Japanese/tests/dateValidatorTests.mxml       |   1 +
 .../Japanese/tests/runtimeErrorTests.mxml        |   2 +-
 3 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/55486e0c/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png
----------------------------------------------------------------------
diff --git a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png
index 2a391c5..cfda080 100644
Binary files a/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png and b/mustella/tests/LangPacks/Japanese/tests/baselines/JA_DateField_Dropdown_Japanese_Layout.png differ

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/55486e0c/mustella/tests/LangPacks/Japanese/tests/dateValidatorTests.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/LangPacks/Japanese/tests/dateValidatorTests.mxml b/mustella/tests/LangPacks/Japanese/tests/dateValidatorTests.mxml
index ef89185..c7f3d7f 100644
--- a/mustella/tests/LangPacks/Japanese/tests/dateValidatorTests.mxml
+++ b/mustella/tests/LangPacks/Japanese/tests/dateValidatorTests.mxml
@@ -59,6 +59,7 @@
 				<ResetComponent target="ct" className="components.CustomTester" waitEvent="updateComplete" waitTarget="ct" />
 				<SetProperty target="ct.myDateV.myDV" propertyName="property" value="text"/>
 				<SetProperty target="ct.myDateV.myDV" propertyName="allowedFormatChars" value="語" />
+                <SetProperty target="ct.myDateV.myDV" propertyName="inputFormat" value="YYYY語MM語DD" />
 				<SetProperty target="ct.myDateV.ti1" propertyName="text" value="2006語12語31" waitEvent="updateComplete" waitTarget="ct.myDateV.ti1"/>
 			</setup>
 			<body>

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/55486e0c/mustella/tests/LangPacks/Japanese/tests/runtimeErrorTests.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/LangPacks/Japanese/tests/runtimeErrorTests.mxml b/mustella/tests/LangPacks/Japanese/tests/runtimeErrorTests.mxml
index 1467f5a..a168bf8 100644
--- a/mustella/tests/LangPacks/Japanese/tests/runtimeErrorTests.mxml
+++ b/mustella/tests/LangPacks/Japanese/tests/runtimeErrorTests.mxml
@@ -546,7 +546,7 @@
         <!-- CanvasLayout -->
         <TestCase testID="JA_RTE_CanvasLayout_ColumnNotFound" description="RTE Tests" keywords="[Runtime Localization,CanvasLayout,ColumnNotFound]" >
             <body>
-                <AssertMethodValue method="try { triggerColumnNotFoundRTE(); } catch (e:Error) { value = StringUtil.trim(e.message) }" value="ConstraintColumn 'col1' が見つかりませんでした。" />
+                <AssertMethodValue method="try { triggerColumnNotFoundRTE(); } catch (e:Error) { value = StringUtil.trim(e.message) }" value="ConstraintColumns が見つかりませんでした。" />
             </body>
         </TestCase>
         <TestCase testID="JA_RTE_CanvasLayout_NoRowsFound" description="RTE Tests" keywords="[Runtime Localization,CanvasLayout,NoRowsFound]" >