2 Gwenview: an image viewer
3 Copyright 2007 Aurélien Gâteau <aurelien.gateau@free.fr>
5 This program is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public License
7 as published by the Free Software Foundation; either version 2
8 of the License, or (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20 #ifndef DOCUMENTTEST_H
21 #define DOCUMENTTEST_H
26 class DocumentTest
: public QObject
{
32 void testLoadTwoPasses();
34 void testLoadDownSampled();
35 void testLoadDownSampled_data();
36 void testLoadRemote();
37 void testLoadAnimated();
38 void testDeleteWhileLoading();
39 void testLoadRotated();
40 void testMultipleLoads();
42 void testSaveRemote();
43 void testLosslessSave();
44 void testLosslessRotate();
46 void testMetaInfoJpeg();
47 void testMetaInfoBmp();
53 #endif // DOCUMENTTEST_H