Title: [97747] trunk/Source/WebKit2
Revision
97747
Author
[email protected]
Date
2011-10-18 06:51:48 -0700 (Tue, 18 Oct 2011)

Log Message

[Qt][WK2] Some QML tests were accidentally committed.
https://bugs.webkit.org/show_bug.cgi?id=70321

Reviewed by Andreas Kling.

These tests were committed by accident. They should not be there.

* UIProcess/API/qt/tests/qmltests/DesktopWebView/tst_preferences.qml:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (97746 => 97747)


--- trunk/Source/WebKit2/ChangeLog	2011-10-18 13:03:04 UTC (rev 97746)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-18 13:51:48 UTC (rev 97747)
@@ -1,3 +1,14 @@
+2011-10-18  Alexis Menard  <[email protected]>
+
+        [Qt][WK2] Some QML tests were accidentally committed.
+        https://bugs.webkit.org/show_bug.cgi?id=70321
+
+        Reviewed by Andreas Kling.
+
+        These tests were committed by accident. They should not be there.
+
+        * UIProcess/API/qt/tests/qmltests/DesktopWebView/tst_preferences.qml:
+
 2011-10-18  Caio Marcelo de Oliveira Filho  <[email protected]>
 
         [Qt] Send mouse move events when we handle HoverEnter/Leave in QDesktopWebView

Modified: trunk/Source/WebKit2/UIProcess/API/qt/tests/qmltests/DesktopWebView/tst_preferences.qml (97746 => 97747)


--- trunk/Source/WebKit2/UIProcess/API/qt/tests/qmltests/DesktopWebView/tst_preferences.qml	2011-10-18 13:03:04 UTC (rev 97746)
+++ trunk/Source/WebKit2/UIProcess/API/qt/tests/qmltests/DesktopWebView/tst_preferences.qml	2011-10-18 13:51:48 UTC (rev 97747)
@@ -61,24 +61,5 @@
             spy.wait()
             compare(webView.title, "New Title")
         }
-
-        function test_pluginsDisabled() {
-            webView.preferences.pluginsEnabled = false
-            var testUrl = Qt.resolvedUrl("../common/plugins.html")
-            webView.load(testUrl)
-            spy.wait()
-            compare(webView.title, "Plugins Not Loaded")
-        }
-
-        function test_pluginsEnabled() {
-            webView.preferences.pluginsEnabled = true
-            var testUrl = Qt.resolvedUrl("../common/plugins.html")
-            webView.load(testUrl)
-            spy.wait()
-            spy.clear()
-            webView.load(testUrl)
-            spy.wait()
-            compare(webView.title, "Original Title")
-        }
     }
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to