os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-basic.script
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/test/t_integ/scripts/graphics-wserv-integ-basic.script Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,422 @@
1.4 +//
1.5 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +// All rights reserved.
1.7 +// This component and the accompanying materials are made available
1.8 +// under the terms of "Eclipse Public License v1.0"
1.9 +// which accompanies this distribution, and is available
1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +//
1.12 +// Initial Contributors:
1.13 +// Nokia Corporation - initial contribution.
1.14 +//
1.15 +// Contributors:
1.16 +//
1.17 +// Description:
1.18 +//
1.19 +/////////////////////////////////////////////////////////////////////
1.20 +// graphics-wserv-integ-basic.script
1.21 +//
1.22 +// Tests all InternalTechnology elements of the RWindowBase class
1.23 +// as a means of confidence that the APIs work as expected.
1.24 +//
1.25 +// The purpose is to provide a regression test suite of InternalTechnology
1.26 +// APIs for RWindowBase. Negative testing is performed to confirm that correct
1.27 +// errors are returned when incorrect parameters are given.
1.28 +//
1.29 +// The tests are fully automated.
1.30 +/////////////////////////////////////////////////////////////////////
1.31 +
1.32 +LOAD_SUITE t_wservintegserver
1.33 +DELAY 5000
1.34 +
1.35 +//! @file
1.36 +//! @SYMTestSuiteName graphics-wserv-integ-basic
1.37 +//! @SYMScriptTestEnvironment This test script requires a basic ROM.
1.38 +
1.39 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0001
1.40 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0001
1.41 +//! @SYMPREQ 1019
1.42 +//! @SYMREQ 8227
1.43 +//! @SYMAPI RWindow
1.44 +//! @SYMAuthor Usman Fayyaz
1.45 +//! @SYMCreationDate 23/04/2007
1.46 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.47 +//! @SYMTestCaseDesc Positive testing for setting a surface as the background of a window
1.48 +//! @SYMTestActions Create an Rwindow object, set to non-zero size.
1.49 +//! Set Rwindow background color.
1.50 +//! Create a surface and get a handle to it.
1.51 +//! Set surface content distinguishable from window background color
1.52 +//! Use SetBackgroundSurface() to set the background of the window to the surface.
1.53 +//! Activate the window.
1.54 +//! @SYMTestStatus Implemented
1.55 +//! @SYMTestPriority 1
1.56 +//! @SYMTestExpectedResults Window displayed on screen, filled with surface. SetBackgroundSurface() returns KerrNone
1.57 +//! @SYMTestType CIT
1.58 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0001
1.59 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0001
1.60 +
1.61 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0002
1.62 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0002
1.63 +//! @SYMPREQ 1019
1.64 +//! @SYMREQ 8227
1.65 +//! @SYMAPI RWindow
1.66 +//! @SYMAuthor Usman Fayyaz
1.67 +//! @SYMCreationDate 23/04/2007
1.68 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.69 +//! @SYMTestCaseDesc Positive testing for setting a surface as the background of a window
1.70 +//! @SYMTestActions Create an Rblankwindow object, set to non-zero size.
1.71 +//! Set Rblankwindow background color.
1.72 +//! Create a surface and get a handle to it.
1.73 +//! Set surface content distinguishable from window background color
1.74 +//! Use SetBackgroundSurface() to set the background of the window to the surface.
1.75 +//! Activate the window
1.76 +//! @SYMTestStatus Implemented
1.77 +//! @SYMTestPriority 1
1.78 +//! @SYMTestExpectedResults Window displayed on screen, filled with surface. SetBackgroundSurface() returns KerrNone
1.79 +//! @SYMTestType CIT
1.80 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0002
1.81 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0002
1.82 +
1.83 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0003
1.84 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0003
1.85 +//! @SYMPREQ 1019
1.86 +//! @SYMREQ 8227
1.87 +//! @SYMAPI RWindow
1.88 +//! @SYMAuthor Usman Fayyaz
1.89 +//! @SYMCreationDate 23/04/2007
1.90 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.91 +//! @SYMTestCaseDesc Negative testing for setting a surface as the background of a window
1.92 +//! @SYMTestActions Create a surface and get a handle to it.
1.93 +//! Create an RbackedUpWindow object, set to non-zero size.
1.94 +//! Use SetBackgroundSurface() to set the background of the window
1.95 +//! @SYMTestStatus Implemented
1.96 +//! @SYMTestPriority 1
1.97 +//! @SYMTestExpectedResults TClientPanic::EWservPanicDrawable
1.98 +//! @SYMTestType CIT
1.99 +RUN_PANIC_STEP_RESULT 5 WSERV 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0003
1.100 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0003
1.101 +
1.102 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0004
1.103 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0004
1.104 +//! @SYMPREQ 1019
1.105 +//! @SYMREQ 8227
1.106 +//! @SYMAPI RWindow
1.107 +//! @SYMAuthor Usman Fayyaz
1.108 +//! @SYMCreationDate 23/04/2007
1.109 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.110 +//! @SYMTestCaseDesc Positive testing for moving a window with its background set
1.111 +//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.112 +//! Move window to new position on screen.
1.113 +//! 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).
1.114 +//! @SYMTestStatus Implemented
1.115 +//! @SYMTestPriority 1
1.116 +//! @SYMTestExpectedResults Window and surface contents move to the new position
1.117 +//! @SYMTestType CIT
1.118 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0004
1.119 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0004
1.120 +
1.121 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0005
1.122 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0005
1.123 +//! @SYMPREQ 1019
1.124 +//! @SYMREQ 8227
1.125 +//! @SYMAPI RWindow
1.126 +//! @SYMAuthor Usman Fayyaz
1.127 +//! @SYMCreationDate 23/04/2007
1.128 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.129 +//! @SYMTestCaseDesc Positive testing for moving a window with its background set
1.130 +//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.131 +//! Move window to new position off screen.
1.132 +//! Note: off screen is both partially, and wholly off screen
1.133 +//! @SYMTestStatus Implemented
1.134 +//! @SYMTestPriority 1
1.135 +//! @SYMTestExpectedResults Window and surface contents move to the new position.
1.136 +//! @SYMTestType CIT
1.137 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0005
1.138 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0005
1.139 +
1.140 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0006
1.141 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0006
1.142 +//! @SYMPREQ 1019
1.143 +//! @SYMREQ 8227
1.144 +//! @SYMAPI RWindow
1.145 +//! @SYMAuthor Usman Fayyaz
1.146 +//! @SYMCreationDate 23/04/2007
1.147 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.148 +//! @SYMTestCaseDesc Positive testing for resizing a window with its background set to a surface
1.149 +//! @SYMTestActions Set up an RWindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.150 + Resize window to new size on screen:
1.151 + 1. larger than current size (x larger)
1.152 + 2. larger than current size (y larger)
1.153 + 3. larger than current size (x and y)
1.154 + 4. equal to surface size
1.155 +//! @SYMTestStatus Implemented
1.156 +//! @SYMTestPriority 1
1.157 +//! @SYMTestExpectedResults Window and surface contents scale to the new size
1.158 +//! @SYMTestType CIT
1.159 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0006
1.160 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0006
1.161 +
1.162 +//GRAPHICS-WSERV-INTEG-BASIC-0007 removed by CR1489
1.163 +//GRAPHICS-WSERV-INTEG-BASIC-0008 removed by CR1489
1.164 +//GRAPHICS-WSERV-INTEG-BASIC-0009 removed by CR1489
1.165 +//GRAPHICS-WSERV-INTEG-BASIC-0010 removed by CR1489
1.166 +
1.167 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0011
1.168 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0011
1.169 +//! @SYMPREQ 1019
1.170 +//! @SYMREQ 8227
1.171 +//! @SYMAPI RWindow
1.172 +//! @SYMAuthor Usman Fayyaz
1.173 +//! @SYMCreationDate 23/04/2007
1.174 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.175 +//! @SYMTestCaseDesc Positive testing that opaque GDI operations can be successfully performed on an Rwindow with a background surface set
1.176 +//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.177 +//! Activate a CwindowGc object on the Rwindow.
1.178 +//! Use this object to draw to the window, in a manner distinguishable from the surface content, using opaque drawing operations
1.179 +//! @SYMTestStatus Implemented
1.180 +//! @SYMTestPriority 1
1.181 +//! @SYMTestExpectedResults The window's content should be the combination of the surface where still visible, and the CwindowGc rendering
1.182 +//! @SYMTestType CIT
1.183 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0011
1.184 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0011
1.185 +
1.186 +//GRAPHICS-WSERV-INTEG-BASIC-0012 removed by CR1489
1.187 +
1.188 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0013
1.189 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0013
1.190 +//! @SYMPREQ 1019
1.191 +//! @SYMAPI RWindow
1.192 +//! @SYMAuthor Usman Fayyaz
1.193 +//! @SYMCreationDate 23/04/2007
1.194 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.195 +//! @SYMTestCaseDesc Positive testing that semi-transparent GDI operations can be successfully performed on an Rwindow with a background surface set
1.196 +//! @SYMTestActions On a device and in a mode that supports alpha blending:
1.197 +//! Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.198 +//! Activate a CwindowGc object on the Rwindow.
1.199 +//! Use this object to draw to the window, in a manner distinguishable from the surface content, using semi-transparent drawing operations
1.200 +//! @SYMTestStatus Implemented
1.201 +//! @SYMTestPriority 1
1.202 +//! @SYMTestExpectedResults The window's content should be the combination of the surface where still visible, and the CwindowGc rendering
1.203 +//! @SYMTestType CIT
1.204 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0013
1.205 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0013
1.206 +
1.207 +//GRAPHICS-WSERV-INTEG-BASIC-0014 removed by CR1489
1.208 +
1.209 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0015
1.210 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0015
1.211 +//! @SYMPREQ 1019
1.212 +//! @SYMAPI RWindow
1.213 +//! @SYMAuthor Usman Fayyaz
1.214 +//! @SYMCreationDate 23/04/2007
1.215 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.216 +//! @SYMTestCaseDesc Positive testing that an opaque window can be put in front of an Rwindow with a background surface set
1.217 +//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.218 +//! Display another window, distinguishable from the surface content,
1.219 +//! in front of part of the first window. The window must be set as opaque
1.220 +//! @SYMTestStatus Implemented
1.221 +//! @SYMTestPriority 1
1.222 +//! @SYMTestExpectedResults In the area of overlap of the two windows, the result should be only the front window
1.223 +//! @SYMTestType CIT
1.224 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0015
1.225 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0015
1.226 +
1.227 +//GRAPHICS-WSERV-INTEG-BASIC-0016 removed by CR1489
1.228 +
1.229 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0017
1.230 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0017
1.231 +//! @SYMPREQ 1019
1.232 +//! @SYMAPI RWindow
1.233 +//! @SYMAuthor Usman Fayyaz
1.234 +//! @SYMCreationDate 23/04/2007
1.235 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.236 +//! @SYMTestCaseDesc Positive testing that a semi-transparent window can be put in front of an Rwindow with a background surface set
1.237 +//! @SYMTestActions On a device and in a mode that supports alpha blending:
1.238 +//! Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.239 +//! Display another window, distinguishable from the surface content, in front of part of the first window. The window must be set as semi-transparent
1.240 +//! @SYMTestStatus Implemented
1.241 +//! @SYMTestPriority 1
1.242 +//! @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
1.243 +//! @SYMTestType CIT
1.244 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0017
1.245 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0017
1.246 +
1.247 +//GRAPHICS-WSERV-INTEG-BASIC-0018 removed by CR1489
1.248 +
1.249 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0019
1.250 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0019
1.251 +//! @SYMPREQ 1019
1.252 +//! @SYMREQ 8227
1.253 +//! @SYMAPI RWindow
1.254 +//! @SYMAuthor Usman Fayyaz
1.255 +//! @SYMCreationDate 23/04/2007
1.256 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.257 +//! @SYMTestCaseDesc Positive test that the background surface on a window can be changed
1.258 +//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
1.259 +//! Create a second surface with content distinguishable from the first one.
1.260 +//! Call SetBackgroundSurface() to change the window's background from one surface to the other.
1.261 +//! Update the display by hiding the window and making it visible again.
1.262 +//! @SYMTestStatus Implemented
1.263 +//! @SYMTestPriority 1
1.264 +//! @SYMTestExpectedResults The second surface's content will be displayed
1.265 +//! @SYMTestType CIT
1.266 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0019
1.267 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0019
1.268 +
1.269 +//GRAPHICS-WSERV-INTEG-BASIC-0020 removed by CR1489
1.270 +
1.271 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0021
1.272 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0021
1.273 +//! @SYMAPI RWindow
1.274 +//! @SYMAuthor Usman Fayyaz
1.275 +//! @SYMCreationDate 23/04/2007
1.276 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.277 +//! @SYMTestCaseDesc Positive test that the shape of a window is applied to the surface.
1.278 +//! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001.
1.279 +//! Set the shape of the window to be non-rectangular.
1.280 +//! @SYMTestStatus Implemented
1.281 +//! @SYMTestPriority 1
1.282 +//! @SYMTestExpectedResults The surface content should be clipped to match the window shape
1.283 +//! @SYMTestType CIT
1.284 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0021
1.285 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0021
1.286 +
1.287 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0022
1.288 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0022
1.289 +//! @SYMPREQ 1019
1.290 +//! @SYMREQ 8227
1.291 +//! @SYMAPI RWindow
1.292 +//! @SYMAuthor Usman Fayyaz
1.293 +//! @SYMCreationDate 23/04/2007
1.294 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.295 +//! @SYMTestCaseDesc Positive test that a valid key color is returned when a surface has been set as the background of a window
1.296 +//! @SYMTestActions Positive test that a valid key color is returned
1.297 +//! when a surface has been set as
1.298 +//! the background of a window.
1.299 +//! @SYMTestStatus Implemented
1.300 +//! @SYMTestPriority 1
1.301 +//! @SYMTestExpectedResults Either an opaque color in chroma key composition mode, or transparent black in alpha blending mode
1.302 +//! @SYMTestType CIT
1.303 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0022
1.304 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0022
1.305 +
1.306 +//GRAPHICS-WSERV-INTEG-BASIC-0023 removed by CR1489
1.307 +//GRAPHICS-WSERV-INTEG-BASIC-0024 removed by CR1489
1.308 +//GRAPHICS-WSERV-INTEG-BASIC-0025 removed by CR1489
1.309 +//GRAPHICS-WSERV-INTEG-BASIC-0026 removed by CR1489
1.310 +//GRAPHICS-WSERV-INTEG-BASIC-0027 removed by CR1489
1.311 +//GRAPHICS-WSERV-INTEG-BASIC-0028 removed by CR1489
1.312 +//GRAPHICS-WSERV-INTEG-BASIC-0029 removed by CR1489
1.313 +//GRAPHICS-WSERV-INTEG-BASIC-0030 removed by CR1489
1.314 +
1.315 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0031
1.316 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0031
1.317 +//! @SYMPREQ 1019
1.318 +//! @SYMREQ 8227
1.319 +//! @SYMAPI RWindow
1.320 +//! @SYMAuthor Usman Fayyaz
1.321 +//! @SYMCreationDate 23/04/2007
1.322 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.323 +//! @SYMTestCaseDesc Using SetColor() to remove any surface assigned to a Rblankwindow
1.324 +//! @SYMTestActions Create a RblankWindow with an assigned surface as in GRAPHICS-WSERV-GCE-0002
1.325 +//! Use SetColor()
1.326 +//! @SYMTestStatus Implemented
1.327 +//! @SYMTestPriority 1
1.328 +//! @SYMTestExpectedResults The use of SetColor() removes any surface assigned to the window
1.329 +//! @SYMTestType CIT
1.330 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0031
1.331 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0031
1.332 +
1.333 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0032
1.334 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0032
1.335 +//! @SYMPREQ 1019
1.336 +//! @SYMREQ 8227
1.337 +//! @SYMAPI RWindow
1.338 +//! @SYMAuthor Usman Fayyaz
1.339 +//! @SYMCreationDate 23/04/2007
1.340 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.341 +//! @SYMTestCaseDesc Moving a shaped window with a background surface
1.342 +//! @SYMTestActions Create a shaped window as in GRAPHICS-WSERV-GCE-0021.
1.343 +//! Move the window to a new location
1.344 +//! @SYMTestStatus Implemented
1.345 +//! @SYMTestPriority 1
1.346 +//! @SYMTestExpectedResults Window and surface contents move to the new position
1.347 +//! @SYMTestType CIT
1.348 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0032
1.349 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0032
1.350 +
1.351 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0033
1.352 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0033
1.353 +//! @SYMPREQ 1019
1.354 +//! @SYMREQ 8227
1.355 +//! @SYMAPI RWindow
1.356 +//! @SYMAuthor Usman Fayyaz
1.357 +//! @SYMCreationDate 23/04/2007
1.358 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.359 +//! @SYMTestCaseDesc Resizing a shaped window with a background surface
1.360 +//! @SYMTestActions Create a shaped window as in GRAPHICS-WSERV-GCE-0021.
1.361 +//! Resize the window
1.362 +//! @SYMTestStatus Implemented
1.363 +//! @SYMTestPriority 1
1.364 +//! @SYMTestExpectedResults Window and surface contents scale to the new size
1.365 +//! @SYMTestType CIT
1.366 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0033
1.367 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0033
1.368 +
1.369 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0034
1.370 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0034
1.371 +//! @SYMPREQ 1019
1.372 +//! @SYMREQ 8227
1.373 +//! @SYMAPI RWindow
1.374 +//! @SYMAuthor Usman Fayyaz
1.375 +//! @SYMCreationDate 23/04/2007
1.376 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.377 +//! @SYMTestCaseDesc Semitransparent drawing on semitransparent window which is in front of a window with a background surface
1.378 +//! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001.
1.379 +//! Create another window in front of it (wholly/partially)?
1.380 +//! which is semitransparent and do a semi transparent drawing
1.381 +//! on the front window
1.382 +//! @SYMTestStatus Implemented
1.383 +//! @SYMTestPriority 1
1.384 +//! @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
1.385 +//! @SYMTestType CIT
1.386 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0034
1.387 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0034
1.388 +
1.389 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0035
1.390 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0035
1.391 +//! @SYMPREQ 1019
1.392 +//! @SYMREQ 8227
1.393 +//! @SYMAPI RWindow
1.394 +//! @SYMAuthor Usman Fayyaz
1.395 +//! @SYMCreationDate 23/04/2007
1.396 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.397 +//! @SYMTestCaseDesc Set a corner style for a window with surface background
1.398 +//! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001
1.399 +//! Set the shape of the window using SetCornerType with few different types
1.400 +//! @SYMTestStatus Implemented
1.401 +//! @SYMTestPriority 1
1.402 +//! @SYMTestExpectedResults The surface content should be clipped to match the window shape
1.403 +//! @SYMTestType CIT
1.404 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0035
1.405 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0035
1.406 +
1.407 +START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0036
1.408 +//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0036
1.409 +//! @SYMPREQ 1019
1.410 +//! @SYMREQ 8227
1.411 +//! @SYMAPI RWindow
1.412 +//! @SYMAuthor Usman Fayyaz
1.413 +//! @SYMCreationDate 23/04/2007
1.414 +//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
1.415 +//! @SYMTestCaseDesc Surface seen through shaped region
1.416 +//! @SYMTestActions Create 2 shaped windows (front and back) as in GRAPHICS-WSERV-GCE-0021 each one with different background surface content.
1.417 +//! Position the back window behind the front's L-shaped region.
1.418 +//! @SYMTestStatus Implemented
1.419 +//! @SYMTestPriority 1
1.420 +//! @SYMTestExpectedResults The back window's surface contents shall be visible through the L-shaped boundary
1.421 +//! @SYMTestType CIT
1.422 +RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0036
1.423 +END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0036
1.424 +
1.425 +//GRAPHICS-WSERV-INTEG-BASIC-0037 removed by CR1489