Title: [97466] trunk/Source/WebKit2
Revision
97466
Author
[email protected]
Date
2011-10-14 07:57:49 -0700 (Fri, 14 Oct 2011)

Log Message

[Qt] enable qmltests for qt5
https://bugs.webkit.org/show_bug.cgi?id=70037

Patch by Gopal Raghavan <[email protected]> on 2011-10-14
Reviewed by Chang Shu.

Qml tests seem to be disabled for some reason. This patch enables the tests by including qmltests to SUBDIRS.

* UIProcess/API/qt/tests/tests.pro:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (97465 => 97466)


--- trunk/Source/WebKit2/ChangeLog	2011-10-14 14:49:49 UTC (rev 97465)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-14 14:57:49 UTC (rev 97466)
@@ -1,3 +1,14 @@
+2011-10-14  Gopal Raghavan  <[email protected]>
+
+        [Qt] enable qmltests for qt5
+        https://bugs.webkit.org/show_bug.cgi?id=70037
+
+        Reviewed by Chang Shu.
+
+        Qml tests seem to be disabled for some reason. This patch enables the tests by including qmltests to SUBDIRS.
+
+        * UIProcess/API/qt/tests/tests.pro:
+
 2011-10-14  Kenneth Rohde Christiansen  <[email protected]>
 
         Do not cache m_resizesToContentsLayoutSize on WebKit2's WebPage

Modified: trunk/Source/WebKit2/UIProcess/API/qt/tests/tests.pro (97465 => 97466)


--- trunk/Source/WebKit2/UIProcess/API/qt/tests/tests.pro	2011-10-14 14:49:49 UTC (rev 97465)
+++ trunk/Source/WebKit2/UIProcess/API/qt/tests/tests.pro	2011-10-14 14:57:49 UTC (rev 97466)
@@ -1,3 +1,2 @@
 TEMPLATE = subdirs
-SUBDIRS = qtouchwebview qdesktopwebview commonviewtests
-lessThan(QT_MAJOR_VERSION, 5): SUBDIRS += qmltests
+SUBDIRS = qtouchwebview qdesktopwebview commonviewtests qmltests
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to