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

andreip at google.com andreip at google.com
Wed Dec 22 14:32:34 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5e624351f34c71cde1c8c8b82c730f16115b0b32
Author: andreip at google.com <andreip at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 12 22:30:03 2010 +0000

    2010-10-11  Andrei Popescu  <andreip at google.com>
    
            Reviewed by Jeremy Orlow.
    
            storage/indexeddb/database-quota.html expects the wrong database version string
            https://bugs.webkit.org/show_bug.cgi?id=47533
    
            * storage/indexeddb/database-quota-expected.txt:
            * storage/indexeddb/database-quota.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69612 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ce32bb4..8b86ec5 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-11  Andrei Popescu  <andreip at google.com>
+
+        Reviewed by Jeremy Orlow.
+
+        storage/indexeddb/database-quota.html expects the wrong database version string
+        https://bugs.webkit.org/show_bug.cgi?id=47533
+
+        * storage/indexeddb/database-quota-expected.txt:
+        * storage/indexeddb/database-quota.html:
+
 2010-10-12  Dumitru Daniliuc  <dumi at chromium.org>
 
         Unreviewed, updating Chromium expectations.
diff --git a/LayoutTests/storage/indexeddb/database-quota-expected.txt b/LayoutTests/storage/indexeddb/database-quota-expected.txt
index 71734f9..b6ea505 100644
--- a/LayoutTests/storage/indexeddb/database-quota-expected.txt
+++ b/LayoutTests/storage/indexeddb/database-quota-expected.txt
@@ -53,7 +53,7 @@ PASS 'onerror' in event.target is true
 PASS 'readyState' in event.target is true
 PASS event.target.readyState is event.target.DONE
 
-FAIL db.version should be version b. Was new version.
+PASS db.version is "new version"
 PASS db.name is "name"
 PASS db.objectStores is []
 PASS db.objectStores.length is 0
diff --git a/LayoutTests/storage/indexeddb/database-quota.html b/LayoutTests/storage/indexeddb/database-quota.html
index 115b70e..45ce709 100644
--- a/LayoutTests/storage/indexeddb/database-quota.html
+++ b/LayoutTests/storage/indexeddb/database-quota.html
@@ -47,7 +47,7 @@ function setVersionSuccess()
 function createNewObjectStore()
 {
     verifySuccessEvent(event);
-    shouldBeEqualToString("db.version", "version b");
+    shouldBeEqualToString("db.version", "new version");
     shouldBeEqualToString("db.name", "name");
     shouldBe("db.objectStores", "[]");
     shouldBe("db.objectStores.length", "0");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list