summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-11-04 10:44:10 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-11-04 09:45:20 +0000
commit7f81344d6500d8e3a10b2d50f5edb783132d0748 (patch)
tree4d7795f1c265ddf87a4a4f7d56c2d2d3a7fbd6c8 /tests
parent827f26c14a679583213e4c6a7191599da8cc39e3 (diff)
Fix logging.
Change-Id: Iae6d7f93b9f257e2c2cd56b2cdd4d13447ce9a8e Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/parser/tst_parser.cpp2
-rw-r--r--tests/auto/scion/tst_scion.cpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/parser/tst_parser.cpp b/tests/auto/parser/tst_parser.cpp
index ab52bd8..60324a1 100644
--- a/tests/auto/parser/tst_parser.cpp
+++ b/tests/auto/parser/tst_parser.cpp
@@ -67,7 +67,7 @@ void tst_Parser::error()
QVector<QScxmlError> errors = stateMachine->errors();
if (errors.count() != expectedErrors.count()) {
- qDebug()<<errors;
+ qDebug() << errors;
}
QCOMPARE(errors.count(), expectedErrors.count());
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index 242a496..98a624a 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -342,7 +342,6 @@ static bool playEvent(QScxmlStateMachine *stateMachine, const QJsonObject &event
e->setOrigin(origin);
e->setOriginType(origintype);
e->setInvokeId(invokeid);
-// qDebug() << "submitting event" << eventName << "....";
if (eventDescription.contains(QLatin1String("after"))) {
int delay = eventDescription.value(QLatin1String("after")).toInt();
Q_ASSERT(delay > 0);