From 7aef4eb3c0469b4780a06379facf2a7970f8813e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Jan 2018 17:42:20 +0100 Subject: InboxCrusher test --- views/inboxcrusher/tests/tst_inboxcrusher.qml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 views/inboxcrusher/tests/tst_inboxcrusher.qml diff --git a/views/inboxcrusher/tests/tst_inboxcrusher.qml b/views/inboxcrusher/tests/tst_inboxcrusher.qml new file mode 100644 index 00000000..dba4603a --- /dev/null +++ b/views/inboxcrusher/tests/tst_inboxcrusher.qml @@ -0,0 +1,36 @@ +/* + * Copyright 2017 Christian Mollekopf + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +import QtQuick 2.7 +import QtTest 1.0 +import "../qml" + +TestCase { + width: 400 + height: 400 + name: "InboxCrusher" + + View { + id: view + } + + function test_start() { + verify(view) + } +} -- cgit v1.2.3