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/10/05 00:01:54 UTC

svn commit: r1394294 - in /incubator/flex/sdk/branches/develop/mustella/tests: ./ gumbo/components/Application/integration/ gumbo/core/DataGroup/viewport/baselines/

Author: cframpton
Date: Thu Oct  4 22:01:53 2012
New Revision: 1394294

URL: http://svn.apache.org/viewvc?rev=1394294&view=rev
Log:
Add back in excluded test gumbo/components/Application/integration/Application_Integration$Application_Integration_MixedComponents which doesn't need an OS specific bitmap.  Also delete two png.bad.png files which must have been added accidently.

Removed:
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/viewport/baselines/datagroup_viewport_scrollPosition_horizontalLayout.png.bad.png
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/core/DataGroup/viewport/baselines/datagroup_viewport_scrollPosition_largeContent_basic.png.bad.png
Modified:
    incubator/flex/sdk/branches/develop/mustella/tests/ExcludeListMac.txt
    incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration.mxml

Modified: incubator/flex/sdk/branches/develop/mustella/tests/ExcludeListMac.txt
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/ExcludeListMac.txt?rev=1394294&r1=1394293&r2=1394294&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/ExcludeListMac.txt (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/ExcludeListMac.txt Thu Oct  4 22:01:53 2012
@@ -2200,7 +2200,6 @@ Application/Application_SparkSkin/Proper
 Managers/DragManager/Halo/DragManager_ComponentTests$DragManager_TileListToTileList_singleCopy,
 Managers/DragManager/Spark/DragManager_TreeTests_spark$DragManager_TreeToTree_dataProviderIsObject,
 containers/Canvas/Properties/ContentSizedConstraints_Canvas$contentSizedColumn_bugSDK12056,
-gumbo/components/Application/integration/Application_Integration$Application_Integration_MixedComponents,
 gumbo/components/List/methods/CustomListRET_Methods_tester$CustomList_method_ac_setItemAt_RET,
 gumbo/components/Slider/Properties/HSlider_inModule_Properties$HSlider_track_click_inModule,
 gumbo/components/Slider/Properties/VSlider_inModule_Properties$VSlider_track_click_inModule,

Modified: incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration.mxml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration.mxml?rev=1394294&r1=1394293&r2=1394294&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration.mxml (original)
+++ incubator/flex/sdk/branches/develop/mustella/tests/gumbo/components/Application/integration/Application_Integration.mxml Thu Oct  4 22:01:53 2012
@@ -66,9 +66,7 @@
             <body>
                 <RunCode code="FlexGlobals.topLevelApplication.addMixedComponents()" waitTarget="skin" waitEvent="updateComplete" />                
                 
-                <CompareBitmap url="../Integration/baselines/" target="" >
-						<ConditionalValue os="mac" />
-				</CompareBitmap>	                              
+                <CompareBitmap url="../Integration/baselines/$testID.png" />
             </body>
 		</TestCase>