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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:46:13 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6d9a4a2415472cd892d03827785f762357a31f4c
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 21 21:17:43 2001 +0000

    Fixed some bugs in the build, and in the test files.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@174 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/KWQPtrDict.h b/WebCore/kwq/KWQPtrDict.h
index 1d74ef3..c8da17f 100644
--- a/WebCore/kwq/KWQPtrDict.h
+++ b/WebCore/kwq/KWQPtrDict.h
@@ -125,4 +125,6 @@ private:
 
 }; // class QPtrDictIterator ===================================================
 
+#endif // _KWQ_COMPLETE_
+
 #endif
diff --git a/WebCore/kwq/KWQPtrVector.h b/WebCore/kwq/KWQPtrVector.h
index 3b4ad5b..bf212cd 100644
--- a/WebCore/kwq/KWQPtrVector.h
+++ b/WebCore/kwq/KWQPtrVector.h
@@ -110,4 +110,6 @@ public:
 
 }; // class QVector ============================================================
 
+#endif // _KWQ_COMPLETE_
+
 #endif
diff --git a/WebCore/kwq/qt/qptrdict.h b/WebCore/kwq/qt/qptrdict.h
index 1d74ef3..c8da17f 100644
--- a/WebCore/kwq/qt/qptrdict.h
+++ b/WebCore/kwq/qt/qptrdict.h
@@ -125,4 +125,6 @@ private:
 
 }; // class QPtrDictIterator ===================================================
 
+#endif // _KWQ_COMPLETE_
+
 #endif
diff --git a/WebCore/kwq/qt/qvector.h b/WebCore/kwq/qt/qvector.h
index 3b4ad5b..bf212cd 100644
--- a/WebCore/kwq/qt/qvector.h
+++ b/WebCore/kwq/qt/qvector.h
@@ -110,4 +110,6 @@ public:
 
 }; // class QVector ============================================================
 
+#endif // _KWQ_COMPLETE_
+
 #endif
diff --git a/WebCore/kwq/tests/qt/qmap-test.chk b/WebCore/kwq/tests/qt/qmap-test.chk
new file mode 100644
index 0000000..b57c787
--- /dev/null
+++ b/WebCore/kwq/tests/qt/qmap-test.chk
@@ -0,0 +1 @@
+QMap: [size: 2; items: (1,10), (2,20)]
diff --git a/WebCore/kwq/tests/qt/qpoint-test.cpp b/WebCore/kwq/tests/qt/qpoint-test.cpp
index a10255b..98283c5 100644
--- a/WebCore/kwq/tests/qt/qpoint-test.cpp
+++ b/WebCore/kwq/tests/qt/qpoint-test.cpp
@@ -29,5 +29,5 @@ int main() {
     cout << (p3 != p4) << endl;
     cout << p5 << endl;
 
-    return 1;
+    return 0;
 }
diff --git a/WebCore/src/kwq/qt/qptrdict.h b/WebCore/src/kwq/qt/qptrdict.h
index 1d74ef3..c8da17f 100644
--- a/WebCore/src/kwq/qt/qptrdict.h
+++ b/WebCore/src/kwq/qt/qptrdict.h
@@ -125,4 +125,6 @@ private:
 
 }; // class QPtrDictIterator ===================================================
 
+#endif // _KWQ_COMPLETE_
+
 #endif
diff --git a/WebCore/src/kwq/qt/qvector.h b/WebCore/src/kwq/qt/qvector.h
index 3b4ad5b..bf212cd 100644
--- a/WebCore/src/kwq/qt/qvector.h
+++ b/WebCore/src/kwq/qt/qvector.h
@@ -110,4 +110,6 @@ public:
 
 }; // class QVector ============================================================
 
+#endif // _KWQ_COMPLETE_
+
 #endif
diff --git a/WebCore/src/kwq/tests/qt/qmap-test.chk b/WebCore/src/kwq/tests/qt/qmap-test.chk
new file mode 100644
index 0000000..b57c787
--- /dev/null
+++ b/WebCore/src/kwq/tests/qt/qmap-test.chk
@@ -0,0 +1 @@
+QMap: [size: 2; items: (1,10), (2,20)]
diff --git a/WebCore/src/kwq/tests/qt/qpoint-test.cpp b/WebCore/src/kwq/tests/qt/qpoint-test.cpp
index a10255b..98283c5 100644
--- a/WebCore/src/kwq/tests/qt/qpoint-test.cpp
+++ b/WebCore/src/kwq/tests/qt/qpoint-test.cpp
@@ -29,5 +29,5 @@ int main() {
     cout << (p3 != p4) << endl;
     cout << p5 << endl;
 
-    return 1;
+    return 0;
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list