You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/04/24 05:41:21 UTC

[4/4] git commit: [flex-sdk] - Fixed formatting issue HH with A is confusing (and test was actually failing)

Fixed formatting issue HH with A is confusing (and test was actually failing)


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

Branch: refs/heads/develop
Commit: 02df7e50b3ed964da08aea816adc4f9cfda48737
Parents: cd84c5b
Author: Justin Mclean <jm...@apache.org>
Authored: Wed Apr 24 13:40:50 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Wed Apr 24 13:40:50 2013 +1000

----------------------------------------------------------------------
 .../tests/Formatters/SWFs/DateFormatter_Main.mxml  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/02df7e50/mustella/tests/Formatters/SWFs/DateFormatter_Main.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/Formatters/SWFs/DateFormatter_Main.mxml b/mustella/tests/Formatters/SWFs/DateFormatter_Main.mxml
index ee03bbb..3d2e3b4 100644
--- a/mustella/tests/Formatters/SWFs/DateFormatter_Main.mxml
+++ b/mustella/tests/Formatters/SWFs/DateFormatter_Main.mxml
@@ -235,8 +235,8 @@
 	<mx:DateFormatter id="dtFormatterMaskLong" formatString="MMM. D, YYYY at L:NN A"/>
 	<mx:DateFormatter id="dtFormatterMaskMedium" formatString="MMM. D, YYYY"/>
 	<mx:DateFormatter id="dtFormatterMaskTime" formatString="L:NN A"/>
-	<mx:DateFormatter id="dtFormatterMaskMillisec" formatString="EEEE, MMMM DD, YYYY at HH:NN:SS:QQQ A"/>
-	<mx:DateFormatter id="dtFormatterMaskALtMillisec" formatString="EEEE, MMMM DD, YYYY at HH:NN:SS.QQQ A"/>
+	<mx:DateFormatter id="dtFormatterMaskMillisec" formatString="EEEE, MMMM DD, YYYY at L:NN:SS:QQQ A"/>
+	<mx:DateFormatter id="dtFormatterMaskALtMillisec" formatString="EEEE, MMMM DD, YYYY at L:NN:SS.QQQ A"/>
 
 	<!-- set up some anal date part formats-->
 	<mx:DateFormatter id="dtFormatterDatePartYY" formatString="YY"/>