2
* This file is part of Checkbox.
4
* Copyright 2015 Canonical Ltd.
6
* Jonathan Cave <jonathan.cave@canonical.com>
8
* Checkbox is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License version 3,
10
* as published by the Free Software Foundation.
12
* Checkbox is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
17
* You should have received a copy of the GNU General Public License
18
* along with Checkbox. If not, see <http://www.gnu.org/licenses/>.
27
property var testingShell
28
signal testDone(var test)
33
Component.onCompleted: {
34
testPages.modemPath = "/ril_1"
36
testPages.setTestActionText(i18n.tr("Send an SMS Message to a"
37
+ " contact containing special characters..."))
39
testPages.setPredefinedContent("!\"£$%😆^&*()😁")