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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 14:16:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4d1dbc63389666a99423d959fa5e3e1c336199fc
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 6 02:51:38 2010 +0000

    2010-10-05  Adam Barth  <abarth at webkit.org>
    
            Update expected result of unittest to match Tony's change below.
    
            * Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69169 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 30f239d..f481262 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-05  Adam Barth  <abarth at webkit.org>
+
+        Update expected result of unittest to match Tony's change below.
+
+        * Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
+
 2010-10-05  Tony Chang  <tony at chromium.org>
 
         Reviewed by Ojan Vafai (over the shoulder).
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py
index 48e9585..e3858f0 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py
@@ -196,7 +196,7 @@ DEFER LINUX WIN : fast/js/very-good.js = TIMEOUT PASS"""
             port.diff_image("EXPECTED", "ACTUAL")
         except ValueError, e:
             exception_raised = True
-        self.assertTrue(exception_raised)
+        self.assertFalse(exception_raised)
 
 if __name__ == '__main__':
     unittest.main()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list