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/22 12:25:02 UTC

[2/3] git commit: [flex-sdk] - Added test to check .milliseconds

Added test to check .milliseconds


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

Branch: refs/heads/develop
Commit: 68c2a9b863f34a24f7d1b72853f28f6b6985eda8
Parents: 2dd706e
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 22 20:23:31 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 22 20:23:31 2013 +1000

----------------------------------------------------------------------
 .../Properties/DateFormatter_Main_tester.mxml      |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/68c2a9b8/mustella/tests/Formatters/Properties/DateFormatter_Main_tester.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/Formatters/Properties/DateFormatter_Main_tester.mxml b/mustella/tests/Formatters/Properties/DateFormatter_Main_tester.mxml
index 7bd6297..2aa749c 100644
--- a/mustella/tests/Formatters/Properties/DateFormatter_Main_tester.mxml
+++ b/mustella/tests/Formatters/Properties/DateFormatter_Main_tester.mxml
@@ -373,6 +373,8 @@
 		  <AssertPropertyValue propertyName="text" value="Nov. 28, 2008" target="dateFormatOutputDefaultMaskMedium"/>
 		  <AssertPropertyValue propertyName="text" value="2:34 PM" target="dateFormatOutputDefaultMaskTime"/>
 		  <AssertPropertyValue propertyName="text" value="Fri Nov 28 2008" target="dateStringOutput"/>
+		  <AssertPropertyValue propertyName="text" value="Friday, November. 28, 2008 at 2:34:00:000 PM" target="dateFormatOutputDefaultMaskMillisec"/> 
+		  <AssertPropertyValue propertyName="text" value="Friday, November. 28, 2008 at 2:34:00.000 PM" target="dateFormatOutputDefaultMaskAltMillisec"/> 
   	  </body>
   </TestCase>
  
@@ -387,7 +389,8 @@
 		<AssertPropertyValue propertyName="text" value="Sep. 17, 2009" target="dateFormatOutputDefaultMaskMedium"/>
 		<AssertPropertyValue propertyName="text" value="3:39 PM" target="dateFormatOutputDefaultMaskTime"/>
 		<AssertPropertyValue propertyName="text" value="Thu Sep 17 2009" target="dateStringOutput"/>
-		<AssertPropertyValue propertyName="text" value="Thursday, September 17, 2009 at 15:39:20:789 PM" target="dateFormatOutputDefaultMaskMillisec"/>            
+		<AssertPropertyValue propertyName="text" value="Thursday, September 17, 2009 at 15:39:20:789 PM" target="dateFormatOutputDefaultMaskMillisec"/> 
+		<AssertPropertyValue propertyName="text" value="Thursday, September 17, 2009 at 15:39:20.789 PM" target="dateFormatOutputDefaultMaskAltMillisec"/> 
 	</body>
   </TestCase>