aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qml/tst_webchannel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qml/tst_webchannel.qml')
-rw-r--r--tests/qml/tst_webchannel.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/qml/tst_webchannel.qml b/tests/qml/tst_webchannel.qml
index b357358..160a1af 100644
--- a/tests/qml/tst_webchannel.qml
+++ b/tests/qml/tst_webchannel.qml
@@ -66,12 +66,4 @@ WebChannelTest {
webChannel.respond(msg.id, "barfoo");
compare(awaitRawMessage(), "received:barfoo");
}
-
- function test_ping()
- {
- loadUrl("respond.html");
- webChannel.ping();
- pongSpy.wait(500);
- compare(pongSpy.count, 1);
- }
}