sl@0
|
1 |
//
|
sl@0
|
2 |
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
// All rights reserved.
|
sl@0
|
4 |
// This component and the accompanying materials are made available
|
sl@0
|
5 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
// which accompanies this distribution, and is available
|
sl@0
|
7 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
//
|
sl@0
|
9 |
// Initial Contributors:
|
sl@0
|
10 |
// Nokia Corporation - initial contribution.
|
sl@0
|
11 |
//
|
sl@0
|
12 |
// Contributors:
|
sl@0
|
13 |
//
|
sl@0
|
14 |
// Description:
|
sl@0
|
15 |
//
|
sl@0
|
16 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
17 |
// graphics-wserv-integ-basic.script
|
sl@0
|
18 |
//
|
sl@0
|
19 |
// Tests all InternalTechnology elements of the RWindowBase class
|
sl@0
|
20 |
// as a means of confidence that the APIs work as expected.
|
sl@0
|
21 |
//
|
sl@0
|
22 |
// The purpose is to provide a regression test suite of InternalTechnology
|
sl@0
|
23 |
// APIs for RWindowBase. Negative testing is performed to confirm that correct
|
sl@0
|
24 |
// errors are returned when incorrect parameters are given.
|
sl@0
|
25 |
//
|
sl@0
|
26 |
// The tests are fully automated.
|
sl@0
|
27 |
/////////////////////////////////////////////////////////////////////
|
sl@0
|
28 |
|
sl@0
|
29 |
LOAD_SUITE t_wservintegserver
|
sl@0
|
30 |
DELAY 5000
|
sl@0
|
31 |
|
sl@0
|
32 |
//! @file
|
sl@0
|
33 |
//! @SYMTestSuiteName graphics-wserv-integ-basic
|
sl@0
|
34 |
//! @SYMScriptTestEnvironment This test script requires a basic ROM.
|
sl@0
|
35 |
|
sl@0
|
36 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0001
|
sl@0
|
37 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0001
|
sl@0
|
38 |
//! @SYMPREQ 1019
|
sl@0
|
39 |
//! @SYMREQ 8227
|
sl@0
|
40 |
//! @SYMAPI RWindow
|
sl@0
|
41 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
42 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
43 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
44 |
//! @SYMTestCaseDesc Positive testing for setting a surface as the background of a window
|
sl@0
|
45 |
//! @SYMTestActions Create an Rwindow object, set to non-zero size.
|
sl@0
|
46 |
//! Set Rwindow background color.
|
sl@0
|
47 |
//! Create a surface and get a handle to it.
|
sl@0
|
48 |
//! Set surface content distinguishable from window background color
|
sl@0
|
49 |
//! Use SetBackgroundSurface() to set the background of the window to the surface.
|
sl@0
|
50 |
//! Activate the window.
|
sl@0
|
51 |
//! @SYMTestStatus Implemented
|
sl@0
|
52 |
//! @SYMTestPriority 1
|
sl@0
|
53 |
//! @SYMTestExpectedResults Window displayed on screen, filled with surface. SetBackgroundSurface() returns KerrNone
|
sl@0
|
54 |
//! @SYMTestType CIT
|
sl@0
|
55 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0001
|
sl@0
|
56 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0001
|
sl@0
|
57 |
|
sl@0
|
58 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0002
|
sl@0
|
59 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0002
|
sl@0
|
60 |
//! @SYMPREQ 1019
|
sl@0
|
61 |
//! @SYMREQ 8227
|
sl@0
|
62 |
//! @SYMAPI RWindow
|
sl@0
|
63 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
64 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
65 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
66 |
//! @SYMTestCaseDesc Positive testing for setting a surface as the background of a window
|
sl@0
|
67 |
//! @SYMTestActions Create an Rblankwindow object, set to non-zero size.
|
sl@0
|
68 |
//! Set Rblankwindow background color.
|
sl@0
|
69 |
//! Create a surface and get a handle to it.
|
sl@0
|
70 |
//! Set surface content distinguishable from window background color
|
sl@0
|
71 |
//! Use SetBackgroundSurface() to set the background of the window to the surface.
|
sl@0
|
72 |
//! Activate the window
|
sl@0
|
73 |
//! @SYMTestStatus Implemented
|
sl@0
|
74 |
//! @SYMTestPriority 1
|
sl@0
|
75 |
//! @SYMTestExpectedResults Window displayed on screen, filled with surface. SetBackgroundSurface() returns KerrNone
|
sl@0
|
76 |
//! @SYMTestType CIT
|
sl@0
|
77 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0002
|
sl@0
|
78 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0002
|
sl@0
|
79 |
|
sl@0
|
80 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0003
|
sl@0
|
81 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0003
|
sl@0
|
82 |
//! @SYMPREQ 1019
|
sl@0
|
83 |
//! @SYMREQ 8227
|
sl@0
|
84 |
//! @SYMAPI RWindow
|
sl@0
|
85 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
86 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
87 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
88 |
//! @SYMTestCaseDesc Negative testing for setting a surface as the background of a window
|
sl@0
|
89 |
//! @SYMTestActions Create a surface and get a handle to it.
|
sl@0
|
90 |
//! Create an RbackedUpWindow object, set to non-zero size.
|
sl@0
|
91 |
//! Use SetBackgroundSurface() to set the background of the window
|
sl@0
|
92 |
//! @SYMTestStatus Implemented
|
sl@0
|
93 |
//! @SYMTestPriority 1
|
sl@0
|
94 |
//! @SYMTestExpectedResults TClientPanic::EWservPanicDrawable
|
sl@0
|
95 |
//! @SYMTestType CIT
|
sl@0
|
96 |
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
|
97 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0003
|
sl@0
|
98 |
|
sl@0
|
99 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0004
|
sl@0
|
100 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0004
|
sl@0
|
101 |
//! @SYMPREQ 1019
|
sl@0
|
102 |
//! @SYMREQ 8227
|
sl@0
|
103 |
//! @SYMAPI RWindow
|
sl@0
|
104 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
105 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
106 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
107 |
//! @SYMTestCaseDesc Positive testing for moving a window with its background set
|
sl@0
|
108 |
//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
109 |
//! Move window to new position on screen.
|
sl@0
|
110 |
//! 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
|
111 |
//! @SYMTestStatus Implemented
|
sl@0
|
112 |
//! @SYMTestPriority 1
|
sl@0
|
113 |
//! @SYMTestExpectedResults Window and surface contents move to the new position
|
sl@0
|
114 |
//! @SYMTestType CIT
|
sl@0
|
115 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0004
|
sl@0
|
116 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0004
|
sl@0
|
117 |
|
sl@0
|
118 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0005
|
sl@0
|
119 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0005
|
sl@0
|
120 |
//! @SYMPREQ 1019
|
sl@0
|
121 |
//! @SYMREQ 8227
|
sl@0
|
122 |
//! @SYMAPI RWindow
|
sl@0
|
123 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
124 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
125 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
126 |
//! @SYMTestCaseDesc Positive testing for moving a window with its background set
|
sl@0
|
127 |
//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
128 |
//! Move window to new position off screen.
|
sl@0
|
129 |
//! Note: off screen is both partially, and wholly off screen
|
sl@0
|
130 |
//! @SYMTestStatus Implemented
|
sl@0
|
131 |
//! @SYMTestPriority 1
|
sl@0
|
132 |
//! @SYMTestExpectedResults Window and surface contents move to the new position.
|
sl@0
|
133 |
//! @SYMTestType CIT
|
sl@0
|
134 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0005
|
sl@0
|
135 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0005
|
sl@0
|
136 |
|
sl@0
|
137 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0006
|
sl@0
|
138 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0006
|
sl@0
|
139 |
//! @SYMPREQ 1019
|
sl@0
|
140 |
//! @SYMREQ 8227
|
sl@0
|
141 |
//! @SYMAPI RWindow
|
sl@0
|
142 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
143 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
144 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
145 |
//! @SYMTestCaseDesc Positive testing for resizing a window with its background set to a surface
|
sl@0
|
146 |
//! @SYMTestActions Set up an RWindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
147 |
Resize window to new size on screen:
|
sl@0
|
148 |
1. larger than current size (x larger)
|
sl@0
|
149 |
2. larger than current size (y larger)
|
sl@0
|
150 |
3. larger than current size (x and y)
|
sl@0
|
151 |
4. equal to surface size
|
sl@0
|
152 |
//! @SYMTestStatus Implemented
|
sl@0
|
153 |
//! @SYMTestPriority 1
|
sl@0
|
154 |
//! @SYMTestExpectedResults Window and surface contents scale to the new size
|
sl@0
|
155 |
//! @SYMTestType CIT
|
sl@0
|
156 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0006
|
sl@0
|
157 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0006
|
sl@0
|
158 |
|
sl@0
|
159 |
//GRAPHICS-WSERV-INTEG-BASIC-0007 removed by CR1489
|
sl@0
|
160 |
//GRAPHICS-WSERV-INTEG-BASIC-0008 removed by CR1489
|
sl@0
|
161 |
//GRAPHICS-WSERV-INTEG-BASIC-0009 removed by CR1489
|
sl@0
|
162 |
//GRAPHICS-WSERV-INTEG-BASIC-0010 removed by CR1489
|
sl@0
|
163 |
|
sl@0
|
164 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0011
|
sl@0
|
165 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0011
|
sl@0
|
166 |
//! @SYMPREQ 1019
|
sl@0
|
167 |
//! @SYMREQ 8227
|
sl@0
|
168 |
//! @SYMAPI RWindow
|
sl@0
|
169 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
170 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
171 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
172 |
//! @SYMTestCaseDesc Positive testing that opaque GDI operations can be successfully performed on an Rwindow with a background surface set
|
sl@0
|
173 |
//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
174 |
//! Activate a CwindowGc object on the Rwindow.
|
sl@0
|
175 |
//! Use this object to draw to the window, in a manner distinguishable from the surface content, using opaque drawing operations
|
sl@0
|
176 |
//! @SYMTestStatus Implemented
|
sl@0
|
177 |
//! @SYMTestPriority 1
|
sl@0
|
178 |
//! @SYMTestExpectedResults The window's content should be the combination of the surface where still visible, and the CwindowGc rendering
|
sl@0
|
179 |
//! @SYMTestType CIT
|
sl@0
|
180 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0011
|
sl@0
|
181 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0011
|
sl@0
|
182 |
|
sl@0
|
183 |
//GRAPHICS-WSERV-INTEG-BASIC-0012 removed by CR1489
|
sl@0
|
184 |
|
sl@0
|
185 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0013
|
sl@0
|
186 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0013
|
sl@0
|
187 |
//! @SYMPREQ 1019
|
sl@0
|
188 |
//! @SYMAPI RWindow
|
sl@0
|
189 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
190 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
191 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
192 |
//! @SYMTestCaseDesc Positive testing that semi-transparent GDI operations can be successfully performed on an Rwindow with a background surface set
|
sl@0
|
193 |
//! @SYMTestActions On a device and in a mode that supports alpha blending:
|
sl@0
|
194 |
//! Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
195 |
//! Activate a CwindowGc object on the Rwindow.
|
sl@0
|
196 |
//! Use this object to draw to the window, in a manner distinguishable from the surface content, using semi-transparent drawing operations
|
sl@0
|
197 |
//! @SYMTestStatus Implemented
|
sl@0
|
198 |
//! @SYMTestPriority 1
|
sl@0
|
199 |
//! @SYMTestExpectedResults The window's content should be the combination of the surface where still visible, and the CwindowGc rendering
|
sl@0
|
200 |
//! @SYMTestType CIT
|
sl@0
|
201 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0013
|
sl@0
|
202 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0013
|
sl@0
|
203 |
|
sl@0
|
204 |
//GRAPHICS-WSERV-INTEG-BASIC-0014 removed by CR1489
|
sl@0
|
205 |
|
sl@0
|
206 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0015
|
sl@0
|
207 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0015
|
sl@0
|
208 |
//! @SYMPREQ 1019
|
sl@0
|
209 |
//! @SYMAPI RWindow
|
sl@0
|
210 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
211 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
212 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
213 |
//! @SYMTestCaseDesc Positive testing that an opaque window can be put in front of an Rwindow with a background surface set
|
sl@0
|
214 |
//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
215 |
//! Display another window, distinguishable from the surface content,
|
sl@0
|
216 |
//! in front of part of the first window. The window must be set as opaque
|
sl@0
|
217 |
//! @SYMTestStatus Implemented
|
sl@0
|
218 |
//! @SYMTestPriority 1
|
sl@0
|
219 |
//! @SYMTestExpectedResults In the area of overlap of the two windows, the result should be only the front window
|
sl@0
|
220 |
//! @SYMTestType CIT
|
sl@0
|
221 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0015
|
sl@0
|
222 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0015
|
sl@0
|
223 |
|
sl@0
|
224 |
//GRAPHICS-WSERV-INTEG-BASIC-0016 removed by CR1489
|
sl@0
|
225 |
|
sl@0
|
226 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0017
|
sl@0
|
227 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0017
|
sl@0
|
228 |
//! @SYMPREQ 1019
|
sl@0
|
229 |
//! @SYMAPI RWindow
|
sl@0
|
230 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
231 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
232 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
233 |
//! @SYMTestCaseDesc Positive testing that a semi-transparent window can be put in front of an Rwindow with a background surface set
|
sl@0
|
234 |
//! @SYMTestActions On a device and in a mode that supports alpha blending:
|
sl@0
|
235 |
//! Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
236 |
//! 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
|
237 |
//! @SYMTestStatus Implemented
|
sl@0
|
238 |
//! @SYMTestPriority 1
|
sl@0
|
239 |
//! @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
|
240 |
//! @SYMTestType CIT
|
sl@0
|
241 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0017
|
sl@0
|
242 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0017
|
sl@0
|
243 |
|
sl@0
|
244 |
//GRAPHICS-WSERV-INTEG-BASIC-0018 removed by CR1489
|
sl@0
|
245 |
|
sl@0
|
246 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0019
|
sl@0
|
247 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0019
|
sl@0
|
248 |
//! @SYMPREQ 1019
|
sl@0
|
249 |
//! @SYMREQ 8227
|
sl@0
|
250 |
//! @SYMAPI RWindow
|
sl@0
|
251 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
252 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
253 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
254 |
//! @SYMTestCaseDesc Positive test that the background surface on a window can be changed
|
sl@0
|
255 |
//! @SYMTestActions Set up an Rwindow with an assigned surface as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
256 |
//! Create a second surface with content distinguishable from the first one.
|
sl@0
|
257 |
//! Call SetBackgroundSurface() to change the window's background from one surface to the other.
|
sl@0
|
258 |
//! Update the display by hiding the window and making it visible again.
|
sl@0
|
259 |
//! @SYMTestStatus Implemented
|
sl@0
|
260 |
//! @SYMTestPriority 1
|
sl@0
|
261 |
//! @SYMTestExpectedResults The second surface's content will be displayed
|
sl@0
|
262 |
//! @SYMTestType CIT
|
sl@0
|
263 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0019
|
sl@0
|
264 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0019
|
sl@0
|
265 |
|
sl@0
|
266 |
//GRAPHICS-WSERV-INTEG-BASIC-0020 removed by CR1489
|
sl@0
|
267 |
|
sl@0
|
268 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0021
|
sl@0
|
269 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0021
|
sl@0
|
270 |
//! @SYMAPI RWindow
|
sl@0
|
271 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
272 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
273 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
274 |
//! @SYMTestCaseDesc Positive test that the shape of a window is applied to the surface.
|
sl@0
|
275 |
//! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
276 |
//! Set the shape of the window to be non-rectangular.
|
sl@0
|
277 |
//! @SYMTestStatus Implemented
|
sl@0
|
278 |
//! @SYMTestPriority 1
|
sl@0
|
279 |
//! @SYMTestExpectedResults The surface content should be clipped to match the window shape
|
sl@0
|
280 |
//! @SYMTestType CIT
|
sl@0
|
281 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0021
|
sl@0
|
282 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0021
|
sl@0
|
283 |
|
sl@0
|
284 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0022
|
sl@0
|
285 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0022
|
sl@0
|
286 |
//! @SYMPREQ 1019
|
sl@0
|
287 |
//! @SYMREQ 8227
|
sl@0
|
288 |
//! @SYMAPI RWindow
|
sl@0
|
289 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
290 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
291 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
292 |
//! @SYMTestCaseDesc Positive test that a valid key color is returned when a surface has been set as the background of a window
|
sl@0
|
293 |
//! @SYMTestActions Positive test that a valid key color is returned
|
sl@0
|
294 |
//! when a surface has been set as
|
sl@0
|
295 |
//! the background of a window.
|
sl@0
|
296 |
//! @SYMTestStatus Implemented
|
sl@0
|
297 |
//! @SYMTestPriority 1
|
sl@0
|
298 |
//! @SYMTestExpectedResults Either an opaque color in chroma key composition mode, or transparent black in alpha blending mode
|
sl@0
|
299 |
//! @SYMTestType CIT
|
sl@0
|
300 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0022
|
sl@0
|
301 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0022
|
sl@0
|
302 |
|
sl@0
|
303 |
//GRAPHICS-WSERV-INTEG-BASIC-0023 removed by CR1489
|
sl@0
|
304 |
//GRAPHICS-WSERV-INTEG-BASIC-0024 removed by CR1489
|
sl@0
|
305 |
//GRAPHICS-WSERV-INTEG-BASIC-0025 removed by CR1489
|
sl@0
|
306 |
//GRAPHICS-WSERV-INTEG-BASIC-0026 removed by CR1489
|
sl@0
|
307 |
//GRAPHICS-WSERV-INTEG-BASIC-0027 removed by CR1489
|
sl@0
|
308 |
//GRAPHICS-WSERV-INTEG-BASIC-0028 removed by CR1489
|
sl@0
|
309 |
//GRAPHICS-WSERV-INTEG-BASIC-0029 removed by CR1489
|
sl@0
|
310 |
//GRAPHICS-WSERV-INTEG-BASIC-0030 removed by CR1489
|
sl@0
|
311 |
|
sl@0
|
312 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0031
|
sl@0
|
313 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0031
|
sl@0
|
314 |
//! @SYMPREQ 1019
|
sl@0
|
315 |
//! @SYMREQ 8227
|
sl@0
|
316 |
//! @SYMAPI RWindow
|
sl@0
|
317 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
318 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
319 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
320 |
//! @SYMTestCaseDesc Using SetColor() to remove any surface assigned to a Rblankwindow
|
sl@0
|
321 |
//! @SYMTestActions Create a RblankWindow with an assigned surface as in GRAPHICS-WSERV-GCE-0002
|
sl@0
|
322 |
//! Use SetColor()
|
sl@0
|
323 |
//! @SYMTestStatus Implemented
|
sl@0
|
324 |
//! @SYMTestPriority 1
|
sl@0
|
325 |
//! @SYMTestExpectedResults The use of SetColor() removes any surface assigned to the window
|
sl@0
|
326 |
//! @SYMTestType CIT
|
sl@0
|
327 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0031
|
sl@0
|
328 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0031
|
sl@0
|
329 |
|
sl@0
|
330 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0032
|
sl@0
|
331 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0032
|
sl@0
|
332 |
//! @SYMPREQ 1019
|
sl@0
|
333 |
//! @SYMREQ 8227
|
sl@0
|
334 |
//! @SYMAPI RWindow
|
sl@0
|
335 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
336 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
337 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
338 |
//! @SYMTestCaseDesc Moving a shaped window with a background surface
|
sl@0
|
339 |
//! @SYMTestActions Create a shaped window as in GRAPHICS-WSERV-GCE-0021.
|
sl@0
|
340 |
//! Move the window to a new location
|
sl@0
|
341 |
//! @SYMTestStatus Implemented
|
sl@0
|
342 |
//! @SYMTestPriority 1
|
sl@0
|
343 |
//! @SYMTestExpectedResults Window and surface contents move to the new position
|
sl@0
|
344 |
//! @SYMTestType CIT
|
sl@0
|
345 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0032
|
sl@0
|
346 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0032
|
sl@0
|
347 |
|
sl@0
|
348 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0033
|
sl@0
|
349 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0033
|
sl@0
|
350 |
//! @SYMPREQ 1019
|
sl@0
|
351 |
//! @SYMREQ 8227
|
sl@0
|
352 |
//! @SYMAPI RWindow
|
sl@0
|
353 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
354 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
355 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
356 |
//! @SYMTestCaseDesc Resizing a shaped window with a background surface
|
sl@0
|
357 |
//! @SYMTestActions Create a shaped window as in GRAPHICS-WSERV-GCE-0021.
|
sl@0
|
358 |
//! Resize the window
|
sl@0
|
359 |
//! @SYMTestStatus Implemented
|
sl@0
|
360 |
//! @SYMTestPriority 1
|
sl@0
|
361 |
//! @SYMTestExpectedResults Window and surface contents scale to the new size
|
sl@0
|
362 |
//! @SYMTestType CIT
|
sl@0
|
363 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0033
|
sl@0
|
364 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0033
|
sl@0
|
365 |
|
sl@0
|
366 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0034
|
sl@0
|
367 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0034
|
sl@0
|
368 |
//! @SYMPREQ 1019
|
sl@0
|
369 |
//! @SYMREQ 8227
|
sl@0
|
370 |
//! @SYMAPI RWindow
|
sl@0
|
371 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
372 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
373 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
374 |
//! @SYMTestCaseDesc Semitransparent drawing on semitransparent window which is in front of a window with a background surface
|
sl@0
|
375 |
//! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001.
|
sl@0
|
376 |
//! Create another window in front of it (wholly/partially)?
|
sl@0
|
377 |
//! which is semitransparent and do a semi transparent drawing
|
sl@0
|
378 |
//! on the front window
|
sl@0
|
379 |
//! @SYMTestStatus Implemented
|
sl@0
|
380 |
//! @SYMTestPriority 1
|
sl@0
|
381 |
//! @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
|
382 |
//! @SYMTestType CIT
|
sl@0
|
383 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0034
|
sl@0
|
384 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0034
|
sl@0
|
385 |
|
sl@0
|
386 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0035
|
sl@0
|
387 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0035
|
sl@0
|
388 |
//! @SYMPREQ 1019
|
sl@0
|
389 |
//! @SYMREQ 8227
|
sl@0
|
390 |
//! @SYMAPI RWindow
|
sl@0
|
391 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
392 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
393 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
394 |
//! @SYMTestCaseDesc Set a corner style for a window with surface background
|
sl@0
|
395 |
//! @SYMTestActions Create a window as in GRAPHICS-WSERV-GCE-0001
|
sl@0
|
396 |
//! Set the shape of the window using SetCornerType with few different types
|
sl@0
|
397 |
//! @SYMTestStatus Implemented
|
sl@0
|
398 |
//! @SYMTestPriority 1
|
sl@0
|
399 |
//! @SYMTestExpectedResults The surface content should be clipped to match the window shape
|
sl@0
|
400 |
//! @SYMTestType CIT
|
sl@0
|
401 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0035
|
sl@0
|
402 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0035
|
sl@0
|
403 |
|
sl@0
|
404 |
START_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0036
|
sl@0
|
405 |
//! @SYMTestCaseID GRAPHICS-WSERV-INTEG-BASIC-0036
|
sl@0
|
406 |
//! @SYMPREQ 1019
|
sl@0
|
407 |
//! @SYMREQ 8227
|
sl@0
|
408 |
//! @SYMAPI RWindow
|
sl@0
|
409 |
//! @SYMAuthor Usman Fayyaz
|
sl@0
|
410 |
//! @SYMCreationDate 23/04/2007
|
sl@0
|
411 |
//! @SYMTestCaseDependencies graphics-wserv-integ-basic.script
|
sl@0
|
412 |
//! @SYMTestCaseDesc Surface seen through shaped region
|
sl@0
|
413 |
//! @SYMTestActions Create 2 shaped windows (front and back) as in GRAPHICS-WSERV-GCE-0021 each one with different background surface content.
|
sl@0
|
414 |
//! Position the back window behind the front's L-shaped region.
|
sl@0
|
415 |
//! @SYMTestStatus Implemented
|
sl@0
|
416 |
//! @SYMTestPriority 1
|
sl@0
|
417 |
//! @SYMTestExpectedResults The back window's surface contents shall be visible through the L-shaped boundary
|
sl@0
|
418 |
//! @SYMTestType CIT
|
sl@0
|
419 |
RUN_TEST_STEP 100 t_wservintegserver T_WServIntegStepBasic Z:\graphics\graphics-wserv-integ-basic.ini graphics-wserv-integ-basic-0036
|
sl@0
|
420 |
END_TESTCASE GRAPHICS-WSERV-INTEG-BASIC-0036
|
sl@0
|
421 |
|
sl@0
|
422 |
//GRAPHICS-WSERV-INTEG-BASIC-0037 removed by CR1489
|