Updated Branches: refs/heads/release4.10.0 94347c5a1 -> c58d7126e
fix tests on win with FP11.7 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c58d7126 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c58d7126 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c58d7126 Branch: refs/heads/release4.10.0 Commit: c58d7126e84b410afad5b80f096b18db4c85eaa8 Parents: 94347c5 Author: Alex Harui <[email protected]> Authored: Thu Jul 18 06:35:55 2013 +0100 Committer: Alex Harui <[email protected]> Committed: Thu Jul 18 06:35:55 2013 +0100 ---------------------------------------------------------------------- .../tests/spark/core/fxg/properties/fxgtemplate_tester.mxml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c58d7126/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml ---------------------------------------------------------------------- diff --git a/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml b/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml index f3b3984..8d3c3b3 100644 --- a/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml +++ b/mustella/tests/spark/core/fxg/properties/fxgtemplate_tester.mxml @@ -1215,9 +1215,7 @@ <RunCode code="application.grp.addElement(new filters_blend)" waitEvent="updateComplete" waitTarget="grp"/> </setup> <body> - <CompareBitmap url="../properties/baselines" numColorVariances="8" ignoreMaxColorVariance="true" target="grp"> - <ConditionalValue os="win"/> - </CompareBitmap> + <CompareBitmap url="../properties/baselines/$testID.png" numColorVariances="8" ignoreMaxColorVariance="true" target="grp" /> </body> </TestCase> @@ -1840,9 +1838,7 @@ <RunCode code="application.grp.addElement(new shape_bmpgraphic_scalegridgroup)" waitEvent="updateComplete" waitTarget="grp"/> </setup> <body> - <CompareBitmap url="../properties/baselines/" numColorVariances="8" ignoreMaxColorVariance="true" target="grp"> - <ConditionalValue os="win"/> - </CompareBitmap> + <CompareBitmap url="../properties/baselines/$testID.png" numColorVariances="8" ignoreMaxColorVariance="true" target="grp" /> </body> </TestCase>
