[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

abarth at webkit.org abarth at webkit.org
Thu Apr 8 00:52:36 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit c2e9f2442639b6c01ce1431e1c324f965e0689ac
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 31 08:25:34 2009 +0000

    2009-12-31  Adam Barth  <abarth at webkit.org>
    
            Unreviewed.  Fix the unit tests!
    
            * Scripts/run-webkit-unittests:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52678 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4d2fcb8..6724c98 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-31  Adam Barth  <abarth at webkit.org>
+
+        Unreviewed.  Fix the unit tests!
+
+        * Scripts/run-webkit-unittests:
+
 2009-12-30  Kevin Watters  <kevinwatters at gmail.com>
 
         Reviewed by Kevin Ollivier.
diff --git a/WebKitTools/Scripts/run-webkit-unittests b/WebKitTools/Scripts/run-webkit-unittests
index 8f987bc..19284e5 100755
--- a/WebKitTools/Scripts/run-webkit-unittests
+++ b/WebKitTools/Scripts/run-webkit-unittests
@@ -44,11 +44,11 @@ from modules.credentials_unittest import *
 from modules.cpp_style_unittest import *
 from modules.diff_parser_unittest import *
 from modules.executive_unittest import *
-from modules.logging_unittest import *
 from modules.multicommandtool_unittest import *
 from modules.queueengine_unittest import *
 from modules.style_unittest import *
 from modules.text_style_unittest import *
+from modules.webkit_logging_unittest import *
 from modules.webkitport_unittest import *
 
 if __name__ == "__main__":

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list