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/08 10:10:59 UTC

[3/3] git commit: [flex-sdk] [refs/heads/develop] - Fix file case issue.

Fix file case issue.


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

Branch: refs/heads/develop
Commit: 051867db4ea16ecf58354705befd3f1ab49fbe13
Parents: fb72226
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Jun 8 18:10:43 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Jun 8 18:10:43 2013 +1000

----------------------------------------------------------------------
 .../CurrentSyntax/IncludeIn/states_includeIn.mxml  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/051867db/mustella/tests/States/CurrentSyntax/IncludeIn/states_includeIn.mxml
----------------------------------------------------------------------
diff --git a/mustella/tests/States/CurrentSyntax/IncludeIn/states_includeIn.mxml b/mustella/tests/States/CurrentSyntax/IncludeIn/states_includeIn.mxml
index a23355d..114c97d 100644
--- a/mustella/tests/States/CurrentSyntax/IncludeIn/states_includeIn.mxml
+++ b/mustella/tests/States/CurrentSyntax/IncludeIn/states_includeIn.mxml
@@ -75,7 +75,7 @@ absence of a parent for the asserts.
         <AssertPropertyValue target="btnCalibrate1" propertyName="parent" value="statesApp_includeIn0.bxCalibrate" />
         <AssertPropertyValue target="btnCalibrate2" propertyName="parent" value="null" />
         <AssertPropertyValue target="bxCalibrate" propertyName="parent" value="statesApp_includeIn0" />
-        <CompareBitmap target="bxCalibrate" url="../includeIn/baselines/statesApp_pngCalibration.png" />
+        <CompareBitmap target="bxCalibrate" url="../includein/baselines/statesApp_pngCalibration.png" />
     </body>
 </TestCase>