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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:51:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 717d8ee28e3810d9364b6996ee274f706424689c
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 24 18:31:08 2001 +0000

    Fixed qdict-test.chk
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@386 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/tests/qt/qdict-test.chk b/WebCore/kwq/tests/qt/qdict-test.chk
index fdb5511..3ac6e01 100644
--- a/WebCore/kwq/tests/qt/qdict-test.chk
+++ b/WebCore/kwq/tests/qt/qdict-test.chk
@@ -1,5 +1,5 @@
 item keyed to 'one': 1
-remove item keyed to 'three': QDict: [size: 4; items: (one,1), (five,5), (four,4), (two,2)]
+remove item keyed to 'three': QDict: [size: 4; items: (two,2), (five,5), (four,4), (one,1)]
 d0 is empty: 1
 d1 is empty: 0
 d1 count: 4
diff --git a/WebCore/src/kwq/tests/qt/qdict-test.chk b/WebCore/src/kwq/tests/qt/qdict-test.chk
index fdb5511..3ac6e01 100644
--- a/WebCore/src/kwq/tests/qt/qdict-test.chk
+++ b/WebCore/src/kwq/tests/qt/qdict-test.chk
@@ -1,5 +1,5 @@
 item keyed to 'one': 1
-remove item keyed to 'three': QDict: [size: 4; items: (one,1), (five,5), (four,4), (two,2)]
+remove item keyed to 'three': QDict: [size: 4; items: (two,2), (five,5), (four,4), (one,1)]
 d0 is empty: 1
 d1 is empty: 0
 d1 count: 4

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list