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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:49:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c9ee42c50a35907d6e55e0c75d9c163d069de0b2
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 21 11:43:03 2010 +0000

    2010-10-21  Gabor Rapcsanyi  <rgabor at inf.u-szeged.hu>
    
            Reviewed by Csaba Osztrogonác.
    
            [NRWT] Set ImageDiff path on Qt port
            https://bugs.webkit.org/show_bug.cgi?id=48052
    
            * Scripts/webkitpy/layout_tests/port/qt.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70230 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4dcb5d2..1910950 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-21  Gabor Rapcsanyi  <rgabor at inf.u-szeged.hu>
+
+        Reviewed by Csaba Osztrogonác.
+
+        [NRWT] Set ImageDiff path on Qt port
+        https://bugs.webkit.org/show_bug.cgi?id=48052
+
+        * Scripts/webkitpy/layout_tests/port/qt.py:
+
 2010-10-21  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/port/qt.py b/WebKitTools/Scripts/webkitpy/layout_tests/port/qt.py
index 4c8fa0a..ab31690 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/port/qt.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/port/qt.py
@@ -92,6 +92,9 @@ class QtPort(WebKitPort):
     def _path_to_driver(self):
         return self._build_path('bin/DumpRenderTree')
 
+    def _path_to_image_diff(self):
+        return self._build_path('bin/ImageDiff')
+
     def _path_to_webcore_library(self):
         return self._build_path('lib/libQtWebKit.so')
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list