root / tests / testcases / test_query_single_date.xml

Revision 544:7e861628ffb0, 1.5 kB (checked in by Harri Kaimio <harri@…>, 5 years ago)

Copied test cases from Bugzilla testrunner

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<testcase>
23    <id>
24        test_query_single_date
25    </id>
26    <component> 
27        imginfo
28    </component>
29    <summary>
30        Single date query test
31    </summary>
32    <description>
33        Action:
34       
35        1. Add the date test pictures to database
36        2. Search pictures from date 31.12.2004
37        3. Search with date "January 2005"
38        4. Search with date "31.12.2004 - 15.1.2005"
39        5. Search with date "January 2005 - February 2005"
40       
41    </description>
42    <expectedresult>
43        <![CDATA[
44        1. Pictures added
45        2. Picture 1 found
46        3. Picture 2 found
47        4. Picture 1 found
48        5. Pictures 2 & 3 found
49        ]]>
50    </expectedresult>
51</testcase>
Note: See TracBrowser for help on using the browser.