summaryrefslogtreecommitdiffstats
path: root/tests/extractarchiveoperationtest/extractarchiveoperationtest.h
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-04-30 13:34:59 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-05-02 11:12:26 +0200
commit678d12092c661c6437e71833235ee854f69d36cf (patch)
tree82c6fc9a51789f6268b78125b1409d0728e2b3ec /tests/extractarchiveoperationtest/extractarchiveoperationtest.h
parentecac680b52c8ecf439e370998c0643b51ad05a0a (diff)
Rewrote extract operation test in preparation for lzma update.
Change-Id: I719aaeaad3c213b3767c4c6ecd40b89a35bc81ca Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'tests/extractarchiveoperationtest/extractarchiveoperationtest.h')
-rw-r--r--tests/extractarchiveoperationtest/extractarchiveoperationtest.h66
1 files changed, 0 insertions, 66 deletions
diff --git a/tests/extractarchiveoperationtest/extractarchiveoperationtest.h b/tests/extractarchiveoperationtest/extractarchiveoperationtest.h
deleted file mode 100644
index 4dad9d00a..000000000
--- a/tests/extractarchiveoperationtest/extractarchiveoperationtest.h
+++ /dev/null
@@ -1,66 +0,0 @@
-/**************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the Qt Installer Framework.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 2.1 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 2.1 requirements
-** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
-**
-** In addition, as a special exception, Digia gives you certain additional
-** rights. These rights are described in the Digia Qt LGPL Exception
-** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 3.0 as published by the Free Software
-** Foundation and appearing in the file LICENSE.GPL included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU General Public License version 3.0 requirements will be
-** met: http://www.gnu.org/copyleft/gpl.html.
-**
-**
-** $QT_END_LICENSE$
-**
-**************************************************************************/
-
-#ifndef EXTRACTIONARCHIVEOPERATIONTEST_H
-#define EXTRACTIONARCHIVEOPERATIONTEST_H
-
-#include <QObject>
-
-#include <QtTest/QtTest>
-
-class ExtractArchiveOperationTest : public QObject
-{
- Q_OBJECT
-
-public:
- ExtractArchiveOperationTest();
-
-private Q_SLOTS:
- void testExtraction();
- void testInvalidArchive();
- void testExtractionErrors();
-
-private:
- void init(const QString &);
- void cleanup(const QString &);
-};
-
-#endif // EXTRACTARCHIVEOPERATIONTEST_H