[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

rolandsteiner at chromium.org rolandsteiner at chromium.org
Wed Dec 22 12:27:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 17a03b949f594a8a766cde078ce1f9a18c5bdf02
Author: rolandsteiner at chromium.org <rolandsteiner at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 07:19:49 2010 +0000

    2010-08-24  Roland Steiner  <rolandsteiner at chromium.org>
    
            Unreviewed build fix.
    
            put the "DISABLED_" in front of the right identifier.
    
            * tests/WebFrameTest.cpp:
            (WebKit::TEST_F):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65869 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index f080aa6..c8393bb 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-24  Roland Steiner  <rolandsteiner at chromium.org>
+
+        Unreviewed build fix.
+
+        put the "DISABLED_" in front of the right identifier.
+
+        * tests/WebFrameTest.cpp:
+        (WebKit::TEST_F):
+
 2010-08-23  Roland Steiner  <rolandsteiner at chromium.org>
 
         Reviewed by Tamura Kent.
diff --git a/WebKit/chromium/tests/WebFrameTest.cpp b/WebKit/chromium/tests/WebFrameTest.cpp
index 8c2f433..aa893cf 100644
--- a/WebKit/chromium/tests/WebFrameTest.cpp
+++ b/WebKit/chromium/tests/WebFrameTest.cpp
@@ -69,7 +69,7 @@ public:
 class TestWebFrameClient : public WebFrameClient {
 };
 
-TEST_F(DISABLED_WebFrameTest, ContentText)
+TEST_F(WebFrameTest, DISABLED_ContentText)
 {
     // Register our resources.
     WebURLResponse response;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list