[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

aestes at apple.com aestes at apple.com
Mon Dec 27 16:28:22 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 17e2821a3c43f0632ee438034d1b18732e5a41fb
Author: aestes at apple.com <aestes at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 00:11:06 2010 +0000

    Rebaseline test for r74427.
    
    * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74435 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 350f454..40ab451 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-21  Andy Estes  <aestes at apple.com>
+
+        Rebaseline test for r74427.
+
+        * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated.
+
 2010-12-21  Ariya Hidayat  <ariya at sencha.com>
 
         Reviewed by Simon Fraser.
diff --git a/LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt b/LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt
index 3800e39..1f7c50d 100644
--- a/LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt
+++ b/LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt
@@ -6,11 +6,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 Sending FormData containing one sliced file with empty name:
 
 Sending FormData containing one sliced file:
-file=Blob::23456
+file=Blob:application/octet-stream:23456
 Sending FormData containing one string and one sliced file:
-string1=foo&file1=Blob::23456
+string1=foo&file1=Blob:application/octet-stream:23456
 Sending FormData containing two strings and two sliced files:
-string1=foo&string2=bar&file1=Blob::23456&file2=Blob::45
+string1=foo&string2=bar&file1=Blob:application/octet-stream:23456&file2=Blob:application/octet-stream:45
 PASS successfullyParsed is true
 
 TEST COMPLETE

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list