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/06/07 11:50:17 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fix file case issues

Updated Branches:
  refs/heads/develop 5aa44492b -> 3e54bcd86


Fix file case issues


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

Branch: refs/heads/develop
Commit: 3e54bcd867bc96a1cc1d08da09b781cc773abdca
Parents: 5aa4449
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Jun 7 19:46:18 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Jun 7 19:46:18 2013 +1000

----------------------------------------------------------------------
 .../Properties/Validators_Email_IPV6.mxml          |    4 ++--
 .../Properties/Validators_Email_IPV6_spark.mxml    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3e54bcd8/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6.mxml b/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6.mxml
index d1f7a5b..b6c153e 100644
--- a/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6.mxml
+++ b/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6.mxml
@@ -225,7 +225,7 @@
                 <AssertNoEvent target="myCustomEm.myEm" eventName="valid" />
                 <DispatchMouseEvent target="myCustomEm.ti1" type="mouseOver" localX="10" localY="10"  waitEvent="toolTipShown" waitTarget="myCustomEm.ti1"/>
                 <WaitForEffectsToEnd />
-                <CompareBitmap target="" url="../Properties/baselines/ipv6_InvalidPeriodsInDomainError.png" timeout="5000" />
+                <CompareBitmap target="" url="../Properties/baselines/ipv6_invalidPeriodsInDomainError.png" timeout="5000" />
             </body>  
         </TestCase>
 
@@ -251,7 +251,7 @@
                 <AssertNoEvent target="myCustomEm.myEm" eventName="valid" />
                 <DispatchMouseEvent target="myCustomEm.ti1" type="mouseOver" localX="10" localY="10"  waitEvent="toolTipShown" waitTarget="myCustomEm.ti1"/>
                 <WaitForEffectsToEnd />
-                <CompareBitmap target="" url="../Properties/baselines/ipv6_InvalidIPDomainError_2.png" timeout="5000" />
+                <CompareBitmap target="" url="../Properties/baselines/ipv6_invalidIPDomainError_2.png" timeout="5000" />
             </body>  
         </TestCase>
         

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3e54bcd8/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6_spark.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6_spark.mxml b/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6_spark.mxml
index ea78aed..b5b6765 100644
--- a/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6_spark.mxml
+++ b/mustella/tests/Validators/EmailValidator/Properties/Validators_Email_IPV6_spark.mxml
@@ -251,7 +251,7 @@
                 <AssertNoEvent target="myCustomEm.myEm" eventName="valid" />
                 <DispatchMouseEvent target="myCustomEm.ti1" type="mouseOver" localX="10" localY="10"  waitEvent="toolTipShown" waitTarget="myCustomEm.ti1"/>
                 <WaitForEffectsToEnd />
-                <CompareBitmap target="" url="../Properties/baselines/ipv6_InvalidIPDomainError_2_spark.png" timeout="5000" />
+                <CompareBitmap target="" url="../Properties/baselines/ipv6_invalidIPDomainError_2_spark.png" timeout="5000" />
             </body>  
         </TestCase>