sl@0: // sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: ///////////////////////////////////////////////////////////////////// sl@0: // graphics-wserv-integ-basic.script sl@0: // sl@0: // Tests all InternalTechnology elements of the RWindowBase class sl@0: // as a means of confidence that the APIs work as expected. sl@0: // sl@0: // The purpose is to provide a regression test suite of InternalTechnology sl@0: // APIs for RWindowBase. Negative testing is performed to confirm that correct sl@0: // errors are returned when incorrect parameters are given. sl@0: // sl@0: // The tests are fully automated. sl@0: ///////////////////////////////////////////////////////////////////// sl@0: sl@0: LOAD_SUITE t_wservintegserver sl@0: DELAY 5000 sl@0: sl@0: //! @file sl@0: //! @SYMTestSuiteName graphics-wserv-integ-basic sl@0: //! @SYMScriptTestEnvironment This test script requires a basic ROM. sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0001 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0001 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing for setting a surface as the background of a window sl@0: //! @SYMTestActions Create an Rwindow object, set to non-zero size. sl@0: //! Set Rwindow background color. sl@0: //! Create a surface and get a handle to it. sl@0: //! Set surface content distinguishable from window background color sl@0: //! Use SetBackgroundSurface() to set the background of the window to the surface. sl@0: //! Activate the window. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Window displayed on screen, filled with surface. SetBackgroundSurface() returns KerrNone sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0001 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0001 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0002 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0002 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing for setting a surface as the background of a window sl@0: //! @SYMTestActions Create an Rblankwindow object, set to non-zero size. sl@0: //! Set Rblankwindow background color. sl@0: //! Create a surface and get a handle to it. sl@0: //! Set surface content distinguishable from window background color sl@0: //! Use SetBackgroundSurface() to set the background of the window to the surface. sl@0: //! Activate the window sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Window displayed on screen, filled with surface. SetBackgroundSurface() returns KerrNone sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0002 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0002 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0003 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0003 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Negative testing for setting a surface as the background of a window sl@0: //! @SYMTestActions Create a surface and get a handle to it. sl@0: //! Create an RbackedUpWindow object, set to non-zero size. sl@0: //! Use SetBackgroundSurface() to set the background of the window sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults TClientPanic::EWservPanicDrawable sl@0: //! @SYMTestType CIT sl@0: RUN_PANIC_STEP_RESULT 5 WSERV 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0003 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0003 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0004 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0004 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing for moving a window with its background set sl@0: //! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Move window to new position on screen. sl@0: //! Note: move window throughout the display area, i.e. from top right, to bottom right, bottom left, and then top left (i.e. circular movement around screen). sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Window and surface contents move to the new position sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0004 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0004 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0005 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0005 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing for moving a window with its background set sl@0: //! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Move window to new position off screen. sl@0: //! Note: off screen is both partially, and wholly off screen sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Window and surface contents move to the new position. sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0005 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0005 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0006 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0006 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing for resizing a window with its background set to a surface sl@0: //! @SYMTestActions Set up an RWindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: Resize window to new size on screen: sl@0: 1. larger than current size (x larger) sl@0: 2. larger than current size (y larger) sl@0: 3. larger than current size (x and y) sl@0: 4. equal to surface size sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Window and surface contents scale to the new size sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0006 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0006 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0007 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0008 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0009 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0010 removed by CR1489 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0011 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0011 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing that opaque GDI operations can be successfully performed on an Rwindow with a background surface set sl@0: //! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Activate a CwindowGc object on the Rwindow. sl@0: //! Use this object to draw to the window, in a manner distinguishable from the surface content, using opaque drawing operations sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The window's content should be the combination of the surface where still visible, and the CwindowGc rendering sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0011 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0011 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0012 removed by CR1489 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0013 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0013 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing that semi-transparent GDI operations can be successfully performed on an Rwindow with a background surface set sl@0: //! @SYMTestActions On a device and in a mode that supports alpha blending: sl@0: //! Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Activate a CwindowGc object on the Rwindow. sl@0: //! Use this object to draw to the window, in a manner distinguishable from the surface content, using semi-transparent drawing operations sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The window's content should be the combination of the surface where still visible, and the CwindowGc rendering sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0013 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0013 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0014 removed by CR1489 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0015 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0015 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing that an opaque window can be put in front of an Rwindow with a background surface set sl@0: //! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Display another window, distinguishable from the surface content, sl@0: //! in front of part of the first window. The window must be set as opaque sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults In the area of overlap of the two windows, the result should be only the front window sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0015 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0015 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0016 removed by CR1489 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0017 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0017 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive testing that a semi-transparent window can be put in front of an Rwindow with a background surface set sl@0: //! @SYMTestActions On a device and in a mode that supports alpha blending: sl@0: //! Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Display another window, distinguishable from the surface content, in front of part of the first window. The window must be set as semi-transparent sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults In the area of overlap of the two windows, the result should be a blend of the semi-transparent window and the surface content sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0017 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0017 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0018 removed by CR1489 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0019 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0019 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive test that the background surface on a window can be changed sl@0: //! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Create a second surface with content distinguishable from the first one. sl@0: //! Call SetBackgroundSurface() to change the window's background from one surface to the other. sl@0: //! Update the display by hiding the window and making it visible again. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The second surface's content will be displayed sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0019 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0019 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0020 removed by CR1489 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0021 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0021 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive test that the shape of a window is applied to the surface. sl@0: //! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Set the shape of the window to be non-rectangular. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The surface content should be clipped to match the window shape sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0021 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0021 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0022 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0022 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Positive test that a valid key color is returned when a surface has been set as the background of a window sl@0: //! @SYMTestActions Positive test that a valid key color is returned sl@0: //! when a surface has been set as sl@0: //! the background of a window. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Either an opaque color in chroma key composition mode, or transparent black in alpha blending mode sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0022 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0022 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0023 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0024 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0025 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0026 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0027 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0028 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0029 removed by CR1489 sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0030 removed by CR1489 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0031 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0031 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Using SetColor() to remove any surface assigned to a Rblankwindow sl@0: //! @SYMTestActions Create a RblankWindow with an assigned surface as in GRAPHICS-WSERV-GCE-0002 sl@0: //! Use SetColor() sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The use of SetColor() removes any surface assigned to the window sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0031 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0031 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0032 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0032 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Moving a shaped window with a background surface sl@0: //! @SYMTestActions Create a shaped window as in GRAPHICS-WSERV-GCE-0021. sl@0: //! Move the window to a new location sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Window and surface contents move to the new position sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0032 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0032 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0033 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0033 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Resizing a shaped window with a background surface sl@0: //! @SYMTestActions Create a shaped window as in GRAPHICS-WSERV-GCE-0021. sl@0: //! Resize the window sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults Window and surface contents scale to the new size sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0033 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0033 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0034 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0034 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Semitransparent drawing on semitransparent window which is in front of a window with a background surface sl@0: //! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001. sl@0: //! Create another window in front of it (wholly/partially)? sl@0: //! which is semitransparent and do a semi transparent drawing sl@0: //! on the front window sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The result may not be the same from one device to the next but the background surface should be blended with the semi-transparent window to some extent sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0034 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0034 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0035 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0035 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Set a corner style for a window with surface background sl@0: //! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001 sl@0: //! Set the shape of the window using SetCornerType with few different types sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The surface content should be clipped to match the window shape sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0035 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0035 sl@0: sl@0: START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0036 sl@0: //! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0036 sl@0: //! @SYMPREQ 1019 sl@0: //! @SYMREQ 8227 sl@0: //! @SYMAPI RWindow sl@0: //! @SYMAuthor Usman Fayyaz sl@0: //! @SYMCreationDate 23/04/2007 sl@0: //! @SYMTestCaseDependencies graphics-wserv-integ-basic.script sl@0: //! @SYMTestCaseDesc Surface seen through shaped region sl@0: //! @SYMTestActions Create 2 shaped windows (front and back) as in GRAPHICS-WSERV-GCE-0021 each one with different background surface content. sl@0: //! Position the back window behind the front's L-shaped region. sl@0: //! @SYMTestStatus Implemented sl@0: //! @SYMTestPriority 1 sl@0: //! @SYMTestExpectedResults The back window's surface contents shall be visible through the L-shaped boundary sl@0: //! @SYMTestType CIT sl@0: RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0036 sl@0: END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0036 sl@0: sl@0: //GRAPHICS-WSERV-INTEG-BASIC-0037 removed by CR1489