root / tests / testcases / test_crop_rot_change.xml

Revision 545:1fbd0b85926f, 1.6 kB (checked in by Harri Kaimio <harri@…>, 5 years ago)

Fixed SWING_UI component name in test cases.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4  Copyright (c) 2006 Harri Kaimio
5 
6  This file is part of Photovault.
7
8  Photovault is free software; you can redistribute it and/or modify it
9  under the terms of the GNU General Public License as published by
10  the Free Software Foundation; either version 2 of the License, or
11  (at your option) any later version.
12
13  Photovault is distributed in the hope that it will be useful, but
14  WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  General Public License for more details.
17
18  You should have received a copy of the GNU General Public License
19  along with Photovault; if not, write to the Free Software Foundation,
20  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
21-->
22 
23<testcase>
24    <id>test_rot_crop_change</id>
25    <component>SWING_UI</component>
26    <summary>
27       
28    </summary>
29    <description>
30        <![CDATA[
31        1. Select a photo & open it in image window
32        2. Change rotation by rotating it 90 degrees  CW
33        3. Change rotation by rotating it 90 degrees  CCW
34        4. Change rotation by rotating it 180 degrees
35        5. Change rotation by rotating it 180 degrees
36        ]]>
37    </description>
38    <expectedresult>
39        <![CDATA[
40        1. Image window appears with the photo
41        2. Photo is rotated in both windows & in photo icon view
42        3. Photo is rotated in both windows & in photo icon view
43        4. Photo is rotated in both windows & in photo icon view
44        5. Photo is rotated in both windows & in photo icon view
45        ]]>
46    </expectedresult>
47</testcase> 
Note: See TracBrowser for help on using the browser.