[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

dpranke at chromium.org dpranke at chromium.org
Sun Feb 20 23:18:56 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit a3a402b777ee4eff529d98a54252fd8dc3032511
Author: dpranke at chromium.org <dpranke at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 19 22:04:19 2011 +0000

    2011-01-19  Dirk Pranke  <dpranke at chromium.org>
    
            Unreviewed, build fix.
    
            Fix test failure caused by committing attachment 79368 instead
            of attachment 79461 on bug 52604.
    
            * Scripts/webkitpy/common/system/filesystem_mock.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76158 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 86c689f..977426b 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,5 +1,14 @@
 2011-01-19  Dirk Pranke  <dpranke at chromium.org>
 
+        Unreviewed, build fix.
+
+        Fix test failure caused by committing attachment 79368 instead
+        of attachment 79461 on bug 52604.
+
+        * Scripts/webkitpy/common/system/filesystem_mock.py:
+
+2011-01-19  Dirk Pranke  <dpranke at chromium.org>
+
         Reviewed by Mihai Parparita.
 
         new-run-webkit-tests: remove use of os.walk, use mock filesystem for better
diff --git a/Tools/Scripts/webkitpy/common/system/filesystem_mock.py b/Tools/Scripts/webkitpy/common/system/filesystem_mock.py
index 096fdf7..88c18e8 100644
--- a/Tools/Scripts/webkitpy/common/system/filesystem_mock.py
+++ b/Tools/Scripts/webkitpy/common/system/filesystem_mock.py
@@ -52,7 +52,7 @@ class MockFileSystem(object):
         idx = path.rfind('/')
         return (path[0:idx], path[idx + 1:])
 
-    def basename(self):
+    def basename(self, path):
         return self._split(path)[1]
 
     def copyfile(self, source, destination):

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list