summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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);