[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:15 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 46a3df090bd9048babf89a0ee725626e5c1e266b
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 24 13:58:47 2001 +0000

    Removed this obsolete file
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@175 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/tests/qt/test.cpp b/WebCore/kwq/tests/qt/test.cpp
deleted file mode 100644
index 9a8396a..0000000
--- a/WebCore/kwq/tests/qt/test.cpp
+++ /dev/null
@@ -1,39 +0,0 @@
-#include <iostream>
-
-#if 0
-#include "qsize.h"
-#include "qrect.h"
-#include "qcstring.h"
-#endif 
-
-#include "qstring.h"
-
-int main() {
-
-#if 0    
-    QSize s1 = QSize(3,3);
-    QSize s2 = QSize(s1);
-    cout << (s1 == s2) << endl;
-    s2.setHeight(5);
-    cout << (s1) << endl;
-    cout << (s2) << endl;
-
-    cout << "--------------------------------------------" << endl;
-
-    QRect r1 = QRect(5,5,10,10);
-    QRect r2 = QRect(20,20,10,10);
-    QRect r3 = r1.intersect(r2);
-
-    cout << (r1) << endl;
-    cout << (r2) << endl;
-    cout << (r3) << endl;
-    cout << (r1.intersects(r2)) << endl;
-    cout << (r1.intersects(r3)) << endl;
-
-    cout << "--------------------------------------------" << endl;
-#endif
-
-    QString s = "foo";
-    
-    cout << s << endl;
-}
diff --git a/WebCore/src/kwq/tests/qt/test.cpp b/WebCore/src/kwq/tests/qt/test.cpp
deleted file mode 100644
index 9a8396a..0000000
--- a/WebCore/src/kwq/tests/qt/test.cpp
+++ /dev/null
@@ -1,39 +0,0 @@
-#include <iostream>
-
-#if 0
-#include "qsize.h"
-#include "qrect.h"
-#include "qcstring.h"
-#endif 
-
-#include "qstring.h"
-
-int main() {
-
-#if 0    
-    QSize s1 = QSize(3,3);
-    QSize s2 = QSize(s1);
-    cout << (s1 == s2) << endl;
-    s2.setHeight(5);
-    cout << (s1) << endl;
-    cout << (s2) << endl;
-
-    cout << "--------------------------------------------" << endl;
-
-    QRect r1 = QRect(5,5,10,10);
-    QRect r2 = QRect(20,20,10,10);
-    QRect r3 = r1.intersect(r2);
-
-    cout << (r1) << endl;
-    cout << (r2) << endl;
-    cout << (r3) << endl;
-    cout << (r1.intersects(r2)) << endl;
-    cout << (r1.intersects(r3)) << endl;
-
-    cout << "--------------------------------------------" << endl;
-#endif
-
-    QString s = "foo";
-    
-    cout << s << endl;
-}

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list