You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/09/18 16:51:43 UTC

svn commit: r1387198 - in /incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles: ./ Baselines/

Author: cframpton
Date: Tue Sep 18 14:51:42 2012
New Revision: 1387198

URL: http://svn.apache.org/viewvc?rev=1387198&view=rev
Log:
Add missing fontFamily.  Two tests were using the same baselines so fix that using .

Added:
    incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash_mac.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi.png   (with props)
    incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi_mac.png   (with props)
Removed:
    incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/FontFamily_Vivaldi.png
    incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/FontFamily_Vivaldi_mac.png
Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/TextArea_Styles_ScrollControlBase.mxml

Added: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash.png?rev=1387198&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash_mac.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash_mac.png?rev=1387198&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_changeRegularToFlash_mac.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi.png?rev=1387198&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi_mac.png
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi_mac.png?rev=1387198&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/Baselines/style_fontFamily_flash_vivaldi_mac.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/TextArea_Styles_ScrollControlBase.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/TextArea_Styles_ScrollControlBase.mxml?rev=1387198&r1=1387197&r2=1387198&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/TextArea_Styles_ScrollControlBase.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/components/TextArea/Styles/TextArea_Styles_ScrollControlBase.mxml Tue Sep 18 14:51:42 2012
@@ -304,10 +304,10 @@
                 <SetProperty target="ta1" propertyName="text" value="The quick, brown, fox jumps over the lazy dog." waitEvent="updateComplete" waitTarget="ta1" />
             </setup>
             <body>
-                <CompareBitmap target="ta1" url="../Styles/Baselines/FontFamily_Vivaldi.png">
+                <CompareBitmap target="ta1" url="../Styles/Baselines/$testID.png">
                     <ConditionalValue os="win"/>
                 </CompareBitmap>
-                <CompareBitmap target="ta1" url="../Styles/Baselines/FontFamily_Vivaldi_mac.png">
+                <CompareBitmap target="ta1" url="../Styles/Baselines/$testID_mac.png">
                     <ConditionalValue os="mac"/>
                 </CompareBitmap>
             </body>
@@ -341,10 +341,10 @@
             <body>
                 <CompareBitmap target="ta1" url="../Styles/Baselines/FontFamily_Arial.png" />
                 <SetStyle target="ta1" styleName="fontFamily" value="Vivaldi" waitEvent="updateComplete" waitTarget="ta1" />
-                <CompareBitmap target="ta1" url="../Styles/Baselines/FontFamily_Vivaldi.png">
+                <CompareBitmap target="ta1" url="../Styles/Baselines/$testID.png">
                     <ConditionalValue os="win"/>
                 </CompareBitmap>
-                <CompareBitmap target="ta1" url="../Styles/Baselines/FontFamily_Vivaldi_mac.png">
+                <CompareBitmap target="ta1" url="../Styles/Baselines/$testID_mac.png">
                     <ConditionalValue os="mac"/>
                 </CompareBitmap>
             </body>