| 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 | <templates> |
|---|
| 24 | <template name="smoke"> |
|---|
| 25 | <testcases> |
|---|
| 26 | <testcase>test_delete</testcase> |
|---|
| 27 | <testcase>test_login_correct</testcase> |
|---|
| 28 | <testcase>test_import_jpeg</testcase> |
|---|
| 29 | </testcases> |
|---|
| 30 | </template> |
|---|
| 31 | <template name="func_test"> |
|---|
| 32 | <testcases> |
|---|
| 33 | <testcase>test_delete</testcase> |
|---|
| 34 | <testcase>test_login_correct</testcase> |
|---|
| 35 | <testcase>test_login_incorrect</testcase> |
|---|
| 36 | <testcase>test_import_jpeg</testcase> |
|---|
| 37 | <testcase>test_stability</testcase> |
|---|
| 38 | </testcases> |
|---|
| 39 | |
|---|
| 40 | </template> |
|---|
| 41 | </templates> |
|---|