summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/publicapi/tst_publicapi.cpp
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2014-05-12 11:55:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-12 15:13:25 +0200
commit85af7572d7326b0580970e8871b3f540b04fd484 (patch)
tree072c5ca74715972f0c978e299b2bf5802d87b7ef /tests/auto/quick/publicapi/tst_publicapi.cpp
parent17ffa82410b7470fc26fce0e2be2e107635fc0c6 (diff)
Append MessageLevel postfix to the JavaScriptConsoleMessageLevel.
This keeps consistency with the other enum names. Change-Id: Idaedb8566fd770b05effeeba377b09a84bf0af12 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'tests/auto/quick/publicapi/tst_publicapi.cpp')
-rw-r--r--tests/auto/quick/publicapi/tst_publicapi.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/quick/publicapi/tst_publicapi.cpp b/tests/auto/quick/publicapi/tst_publicapi.cpp
index 3edc85ce8..57b6e9001 100644
--- a/tests/auto/quick/publicapi/tst_publicapi.cpp
+++ b/tests/auto/quick/publicapi/tst_publicapi.cpp
@@ -87,9 +87,9 @@ static QStringList expectedAPI = QStringList()
<< "QQuickWebEngineView.NewViewInWindow --> NewViewDestination"
<< "QQuickWebEngineView.NewViewInTab --> NewViewDestination"
<< "QQuickWebEngineView.NewViewInDialog --> NewViewDestination"
- << "QQuickWebEngineView.Info --> JavaScriptConsoleMessageLevel"
- << "QQuickWebEngineView.Warning --> JavaScriptConsoleMessageLevel"
- << "QQuickWebEngineView.Error --> JavaScriptConsoleMessageLevel"
+ << "QQuickWebEngineView.InfoMessageLevel --> JavaScriptConsoleMessageLevel"
+ << "QQuickWebEngineView.WarningMessageLevel --> JavaScriptConsoleMessageLevel"
+ << "QQuickWebEngineView.ErrorMessageLevel --> JavaScriptConsoleMessageLevel"
<< "QQuickWebEngineView.title --> QString"
<< "QQuickWebEngineView.url --> QUrl"
<< "QQuickWebEngineView.icon --> QUrl"