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

philn at webkit.org philn at webkit.org
Sun Feb 20 23:05:43 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 585043ef0512f20a4537053813a2eab4450f84e6
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 17 09:26:52 2011 +0000

    2011-01-17  Philippe Normand  <pnormand at igalia.com>
    
            Unreviewed, build fix for 2 GTK tests html file paths.
    
            * tests/testmimehandling.c:
            (main):
            * tests/testwebview.c:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75928 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/gtk/ChangeLog b/Source/WebKit/gtk/ChangeLog
index 699bd37..ef1f2aa 100644
--- a/Source/WebKit/gtk/ChangeLog
+++ b/Source/WebKit/gtk/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-17  Philippe Normand  <pnormand at igalia.com>
+
+        Unreviewed, build fix for 2 GTK tests html file paths.
+
+        * tests/testmimehandling.c:
+        (main):
+        * tests/testwebview.c:
+
 2011-01-16  Adam Barth  <abarth at webkit.org>
 
         Rubber-stamped by Eric Seidel.
diff --git a/Source/WebKit/gtk/tests/testmimehandling.c b/Source/WebKit/gtk/tests/testmimehandling.c
index dcfc3a3..41e170a 100644
--- a/Source/WebKit/gtk/tests/testmimehandling.c
+++ b/Source/WebKit/gtk/tests/testmimehandling.c
@@ -192,7 +192,7 @@ int main(int argc, char** argv)
     gtk_test_init(&argc, &argv, NULL);
 
     /* Hopefully make test independent of the path it's called from. */
-    testutils_relative_chdir("WebKit/gtk/tests/resources/test.html", argv[0]);
+    testutils_relative_chdir("Source/WebKit/gtk/tests/resources/test.html", argv[0]);
 
     server = soup_server_new(SOUP_SERVER_PORT, 0, NULL);
     soup_server_run_async(server);
diff --git a/Source/WebKit/gtk/tests/testwebview.c b/Source/WebKit/gtk/tests/testwebview.c
index 76debcc..778235d 100644
--- a/Source/WebKit/gtk/tests/testwebview.c
+++ b/Source/WebKit/gtk/tests/testwebview.c
@@ -345,7 +345,7 @@ int main(int argc, char** argv)
     gtk_test_init(&argc, &argv, NULL);
 
     /* Hopefully make test independent of the path it's called from. */
-    testutils_relative_chdir("WebKit/gtk/tests/resources/test.html", argv[0]);
+    testutils_relative_chdir("Source/WebKit/gtk/tests/resources/test.html", argv[0]);
 
     server = soup_server_new(SOUP_SERVER_PORT, 0, NULL);
     soup_server_run_async(server);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list