Title: [118904] trunk/Source/WebKit2
Revision
118904
Author
carlo...@webkit.org
Date
2012-05-30 01:17:31 -0700 (Wed, 30 May 2012)

Log Message

Unreviewed. Fix WebKit2GTK+ API tests in the bots.

* UIProcess/API/gtk/tests/TestWebKitWebView.cpp:
(testWebViewCanShowMIMEType): Remove the check for multimedia and
plugins MIME types since they depend on the configuration and they
are not available in the bots.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (118903 => 118904)


--- trunk/Source/WebKit2/ChangeLog	2012-05-30 07:33:22 UTC (rev 118903)
+++ trunk/Source/WebKit2/ChangeLog	2012-05-30 08:17:31 UTC (rev 118904)
@@ -1,3 +1,12 @@
+2012-05-30  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix WebKit2GTK+ API tests in the bots.
+
+        * UIProcess/API/gtk/tests/TestWebKitWebView.cpp:
+        (testWebViewCanShowMIMEType): Remove the check for multimedia and
+        plugins MIME types since they depend on the configuration and they
+        are not available in the bots.
+
 2012-05-29  Jer Noble  <jer.no...@apple.com>
 
         Noticeable delay taking an HTML5 trailer fullscreen.

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestWebKitWebView.cpp (118903 => 118904)


--- trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestWebKitWebView.cpp	2012-05-30 07:33:22 UTC (rev 118903)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/tests/TestWebKitWebView.cpp	2012-05-30 08:17:31 UTC (rev 118904)
@@ -712,9 +712,6 @@
     g_assert(webkit_web_view_can_show_mime_type(test->m_webView, "text/html"));
     g_assert(webkit_web_view_can_show_mime_type(test->m_webView, "text/plain"));
     g_assert(webkit_web_view_can_show_mime_type(test->m_webView, "image/jpeg"));
-    g_assert(webkit_web_view_can_show_mime_type(test->m_webView, "audio/ogg"));
-    g_assert(webkit_web_view_can_show_mime_type(test->m_webView, "video/ogg"));
-    g_assert(webkit_web_view_can_show_mime_type(test->m_webView, "application/x-shockwave-flash"));
 
     // Unsupported MIME types.
     g_assert(!webkit_web_view_can_show_mime_type(test->m_webView, "text/vcard"));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to