summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-27 05:11:23 +0000
committerLaszlo Papp <lpapp@kde.org>2013-01-27 17:05:23 +0100
commitb0910f0651507a1dc5f4acfbd0a1c225921d080c (patch)
tree88d004271e9b5bff702d5e2500a66f52891b238b /tests
parent6623ce7090138e4169bacdfc0c84cdbfbb78ba77 (diff)
Make all the file renames and relevant changes
"git log --follow /path/to/the/file/in/question" can be used, for instance, for the renamed files to get the whole history. Change-Id: I20da087ca88e2c179a6c3232772fa21575e0aa6a Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/manual.pro2
-rw-r--r--tests/manual/qserialport/qserialport.pro (renamed from tests/manual/serialport/serialport.pro)4
-rw-r--r--tests/manual/qserialport/tst_qserialport.cpp (renamed from tests/manual/serialport/tst_serialport.cpp)6
-rw-r--r--tests/manual/qserialportinfo/qserialportinfo.pro (renamed from tests/manual/serialportinfo/serialportinfo.pro)4
-rw-r--r--tests/manual/qserialportinfo/tst_qserialportinfo.cpp (renamed from tests/manual/serialportinfo/tst_serialportinfo.cpp)6
5 files changed, 11 insertions, 11 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index b8ca5dab..1f4e4eb6 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
CONFIG = ordered
-SUBDIRS += serialportinfo serialport
+SUBDIRS += qserialportinfo qserialport
diff --git a/tests/manual/serialport/serialport.pro b/tests/manual/qserialport/qserialport.pro
index 64903022..5ce5b6b5 100644
--- a/tests/manual/serialport/serialport.pro
+++ b/tests/manual/qserialport/qserialport.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
-TARGET = tst_serialport
+TARGET = tst_qserialport
QT = core testlib
greaterThan(QT_MAJOR_VERSION, 4) {
@@ -8,4 +8,4 @@ greaterThan(QT_MAJOR_VERSION, 4) {
include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
-SOURCES += tst_serialport.cpp
+SOURCES += tst_qserialport.cpp
diff --git a/tests/manual/serialport/tst_serialport.cpp b/tests/manual/qserialport/tst_qserialport.cpp
index f601e4dd..c74218e5 100644
--- a/tests/manual/serialport/tst_serialport.cpp
+++ b/tests/manual/qserialport/tst_qserialport.cpp
@@ -42,8 +42,8 @@
#include <QtTest/QtTest>
#include <QtCore/QDebug>
-#include <QtSerialPort/serialportinfo.h>
-#include <QtSerialPort/serialport.h>
+#include <QtSerialPort/qserialportinfo.h>
+#include <QtSerialPort/qserialport.h>
QT_USE_NAMESPACE_SERIALPORT
@@ -217,4 +217,4 @@ void tst_QSerialPort::flowControl()
}
QTEST_MAIN(tst_QSerialPort)
-#include "tst_serialport.moc"
+#include "tst_qserialport.moc"
diff --git a/tests/manual/serialportinfo/serialportinfo.pro b/tests/manual/qserialportinfo/qserialportinfo.pro
index 75ccd0c2..a55c6f9f 100644
--- a/tests/manual/serialportinfo/serialportinfo.pro
+++ b/tests/manual/qserialportinfo/qserialportinfo.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
-TARGET = tst_serialportinfo
+TARGET = tst_qserialportinfo
QT = core testlib
greaterThan(QT_MAJOR_VERSION, 4) {
@@ -8,4 +8,4 @@ greaterThan(QT_MAJOR_VERSION, 4) {
include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}
-SOURCES += tst_serialportinfo.cpp
+SOURCES += tst_qserialportinfo.cpp
diff --git a/tests/manual/serialportinfo/tst_serialportinfo.cpp b/tests/manual/qserialportinfo/tst_qserialportinfo.cpp
index 60ecb997..ffe2a5f3 100644
--- a/tests/manual/serialportinfo/tst_serialportinfo.cpp
+++ b/tests/manual/qserialportinfo/tst_qserialportinfo.cpp
@@ -42,8 +42,8 @@
#include <QtTest/QtTest>
#include <QtCore/QDebug>
-#include <QtSerialPort/serialportinfo.h>
-#include <QtSerialPort/serialport.h>
+#include <QtSerialPort/qserialportinfo.h>
+#include <QtSerialPort/qserialport.h>
QT_USE_NAMESPACE_SERIALPORT
@@ -84,4 +84,4 @@ void tst_QSerialPortInfo::assignment()
}
QTEST_MAIN(tst_QSerialPortInfo)
-#include "tst_serialportinfo.moc"
+#include "tst_qserialportinfo.moc"