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

gramps gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:47:16 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 81e3b0a6ef15a6846e2cad97e2cc4a3f7708160b
Author: gramps <gramps at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 26 01:54:00 2001 +0000

    Reduced scope of test to what is actually implemented in KWQChar.mm
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@199 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/tests/qt/qchar-test.chk b/WebCore/kwq/tests/qt/qchar-test.chk
index 245c5b2..0adb32a 100644
Binary files a/WebCore/kwq/tests/qt/qchar-test.chk and b/WebCore/kwq/tests/qt/qchar-test.chk differ
diff --git a/WebCore/kwq/tests/qt/qchar-test.cpp b/WebCore/kwq/tests/qt/qchar-test.cpp
index e916ffc..6e3d8a3 100644
--- a/WebCore/kwq/tests/qt/qchar-test.cpp
+++ b/WebCore/kwq/tests/qt/qchar-test.cpp
@@ -14,7 +14,7 @@ int main() {
     QChar q0 = QChar();
     QChar q1 = QChar(c_char);
     QChar q2 = QChar(c_uchar);
-    QChar q3 = QChar(c_uchar, 0);
+    //QChar q3 = QChar(c_uchar, 0);
     QChar q4 = QChar(q1);
     QChar q5 = QChar(c_ushort);
     QChar q6 = QChar(c_short);
@@ -23,7 +23,7 @@ int main() {
     
     cout << q1 << endl;
     cout << q2 << endl;
-    cout << q3 << endl;
+    //cout << q3 << endl;
     cout << q4 << endl;
     cout << q5 << endl;
     cout << q6 << endl;
@@ -35,22 +35,22 @@ int main() {
     cout << q2.cell() << endl;
     cout << q2.row() << endl;
     cout << q2.operator char() << endl;
-    cout << q7.isNumber() << endl;
-    cout << q8.isNumber() << endl;
+    //cout << q7.isNumber() << endl;
+    //cout << q8.isNumber() << endl;
     cout << q8.isPunct() << endl;
     cout << q7.isPunct() << endl;
     cout << q6.isSpace() << endl;
     cout << q5.isSpace() << endl;
     cout << q0.isNull() << endl;
     cout << q1.isNull() << endl;
-    cout << q7.isNumber() << endl;
-    cout << q8.isNumber() << endl;
+    //cout << q7.isNumber() << endl;
+    //cout << q8.isNumber() << endl;
     cout << q7.isDigit() << endl;
     cout << q8.isDigit() << endl;
     cout << q7.isLetterOrNumber() << endl;
     cout << q8.isLetterOrNumber() << endl;
-    cout << q3.isPrint() << endl;
-    cout << q3.isMark() << endl;
+    //cout << q3.isPrint() << endl;
+    //cout << q3.isMark() << endl;
     cout << q5.lower() << endl;
     cout << q1.upper() << endl;
     
diff --git a/WebCore/src/kwq/tests/qt/qchar-test.chk b/WebCore/src/kwq/tests/qt/qchar-test.chk
index 245c5b2..0adb32a 100644
Binary files a/WebCore/src/kwq/tests/qt/qchar-test.chk and b/WebCore/src/kwq/tests/qt/qchar-test.chk differ
diff --git a/WebCore/src/kwq/tests/qt/qchar-test.cpp b/WebCore/src/kwq/tests/qt/qchar-test.cpp
index e916ffc..6e3d8a3 100644
--- a/WebCore/src/kwq/tests/qt/qchar-test.cpp
+++ b/WebCore/src/kwq/tests/qt/qchar-test.cpp
@@ -14,7 +14,7 @@ int main() {
     QChar q0 = QChar();
     QChar q1 = QChar(c_char);
     QChar q2 = QChar(c_uchar);
-    QChar q3 = QChar(c_uchar, 0);
+    //QChar q3 = QChar(c_uchar, 0);
     QChar q4 = QChar(q1);
     QChar q5 = QChar(c_ushort);
     QChar q6 = QChar(c_short);
@@ -23,7 +23,7 @@ int main() {
     
     cout << q1 << endl;
     cout << q2 << endl;
-    cout << q3 << endl;
+    //cout << q3 << endl;
     cout << q4 << endl;
     cout << q5 << endl;
     cout << q6 << endl;
@@ -35,22 +35,22 @@ int main() {
     cout << q2.cell() << endl;
     cout << q2.row() << endl;
     cout << q2.operator char() << endl;
-    cout << q7.isNumber() << endl;
-    cout << q8.isNumber() << endl;
+    //cout << q7.isNumber() << endl;
+    //cout << q8.isNumber() << endl;
     cout << q8.isPunct() << endl;
     cout << q7.isPunct() << endl;
     cout << q6.isSpace() << endl;
     cout << q5.isSpace() << endl;
     cout << q0.isNull() << endl;
     cout << q1.isNull() << endl;
-    cout << q7.isNumber() << endl;
-    cout << q8.isNumber() << endl;
+    //cout << q7.isNumber() << endl;
+    //cout << q8.isNumber() << endl;
     cout << q7.isDigit() << endl;
     cout << q8.isDigit() << endl;
     cout << q7.isLetterOrNumber() << endl;
     cout << q8.isLetterOrNumber() << endl;
-    cout << q3.isPrint() << endl;
-    cout << q3.isMark() << endl;
+    //cout << q3.isPrint() << endl;
+    //cout << q3.isMark() << endl;
     cout << q5.lower() << endl;
     cout << q1.upper() << endl;
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list