[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:57:06 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 49bf77a11d48f4b66fd9ef73cc611bc62a6b95f7
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 23 06:34:09 2003 +0000

    Fix minor coding style issue in this test; something was being
    computed twice.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5038 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/js/global/encode-URI-test.html b/LayoutTests/fast/js/global/encode-URI-test.html
index 317a08e..3ed9682 100644
--- a/LayoutTests/fast/js/global/encode-URI-test.html
+++ b/LayoutTests/fast/js/global/encode-URI-test.html
@@ -159,7 +159,7 @@ function test(functionName, parameter, desiredResult)
     var result = call(functionName, parameter);
     if (result != desiredResult) {
         var s = "called " + functionName + " on " + printable(parameter) + " and got " + printable(result) + " instead of " + printable(desiredResult);
-        document.writeln("<p>called " + functionName + " on " + printable(parameter) + " and got " + printable(result) + " instead of " + printable(desiredResult) + "</p>");
+        document.writeln("<p>" + s + "</p>");
         failureCount += 1;
     }
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list