From 6220a14fa325aa5141adc78898f0063a72881972 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 1 Mar 2018 15:06:41 +0100 Subject: initial calendar - week view --- views/calendar/tests/tst_calendar.qml | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 views/calendar/tests/tst_calendar.qml (limited to 'views/calendar/tests') diff --git a/views/calendar/tests/tst_calendar.qml b/views/calendar/tests/tst_calendar.qml new file mode 100644 index 00000000..46f7dba2 --- /dev/null +++ b/views/calendar/tests/tst_calendar.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: "Todo" + + View { + id: view + } + + function test_start() { + verify(view) + } +} -- cgit v1.2.3