summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorwang yu <yu.a.wang@tieto.com>2011-10-10 16:49:38 +0800
committerwang yu <yu.a.wang@tieto.com>2011-10-10 16:49:38 +0800
commita5d1416c492d32c62b7fa7a10afc854fc53f429e (patch)
treedeeb8213f52805b83b278c042d6ba627645d6302 /tests
parent821503f8f68f14b8c98ebbcaa0918ce9202f35e2 (diff)
add sys_publish_and_subscribe
Diffstat (limited to 'tests')
-rw-r--r--tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.pro11
-rw-r--r--tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.qtt45
2 files changed, 56 insertions, 0 deletions
diff --git a/tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.pro b/tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.pro
new file mode 100644
index 0000000000..dc5a6bea7b
--- /dev/null
+++ b/tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.pro
@@ -0,0 +1,11 @@
+SOURCES=sys_publish_and_subscribe.qtt
+CONFIG+=systemtest
+
+unix:!symbian {
+ maemo5 {
+ target.path = /opt/usr/bin
+ } else {
+ target.path = /usr/local/bin
+ }
+ INSTALLS += target
+}
diff --git a/tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.qtt b/tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.qtt
new file mode 100644
index 0000000000..fa29b31053
--- /dev/null
+++ b/tests/systemtests/sys_publish_and_subscribe/sys_publish_and_subscribe.qtt
@@ -0,0 +1,45 @@
+/****************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** This file is part of the Qt Mobility Components.
+**
+** $QT_BEGIN_LICENSE:LGPL$
+** GNU Lesser General Public License Usage
+** 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, Nokia gives you certain additional
+** rights. These rights are described in the Nokia 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.
+**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms and
+** conditions contained in a signed written agreement between you and Nokia.
+**
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+//TESTED_COMPONENT=src/publishsubscribe
+<quote>
+Publish and Subscribe is fully tested with Unit tests and System level tests are deemed un-necessery.
+<unquote>