diff options
| author | Ed Baak <ed.baak@nokia.com> | 2010-07-19 16:56:19 +1000 |
|---|---|---|
| committer | Ed Baak <ed.baak@nokia.com> | 2010-07-19 16:56:19 +1000 |
| commit | 460436561df2c2ef901dbf7a9ae85a120b2e5b45 (patch) | |
| tree | 36cb7ac3fb126227ef7e546b96ebcd014aeabc45 /interpreter/qscriptsystemtest.cpp | |
| parent | 71b5e75b78df4658310743476e91f096c6b845b9 (diff) | |
Renamed functions to 'manualTest', and cleanup code
Diffstat (limited to 'interpreter/qscriptsystemtest.cpp')
| -rw-r--r-- | interpreter/qscriptsystemtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interpreter/qscriptsystemtest.cpp b/interpreter/qscriptsystemtest.cpp index 4c655ca..c5f568f 100644 --- a/interpreter/qscriptsystemtest.cpp +++ b/interpreter/qscriptsystemtest.cpp @@ -412,7 +412,7 @@ void QScriptSystemTest::compare(const QString &actual, const QString &expected) QString exp; if (expected == "MAGIC_DATA" || expected.contains("'")) exp = expected; else exp = "'" + expected + "'"; - manualQuery( QString("verify that %1 is equal to %2").arg(act).arg(exp)); + manualTest( QString("verify that %1 is equal to %2").arg(act).arg(exp)); return; } @@ -427,7 +427,7 @@ void QScriptSystemTest::compare(const QStringList &actual, const QStringList &ex if (QSystemTest::runAsManualTest()) { QString act = actual.count() > 0 ? actual[0] : ""; QString exp = expected.count() > 0 ? expected[0] : ""; - manualQuery( QString("verify that %1 is equal to %2").arg(act).arg(exp)); + manualTest( QString("verify that %1 is equal to %2").arg(act).arg(exp)); return; } |
