[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
abarth at webkit.org
abarth at webkit.org
Wed Jan 6 00:14:16 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 4552c9c754c763226579e354223c16104a2ea02c
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