[calligra] libs/textlayout/tests: Disable the tabs test

Boudewijn Rempt boud at valdyas.org
Tue Mar 12 09:50:16 GMT 2013


Git commit a38c2c75f9fac5f2ec588ce1bfee1304b986651f by Boudewijn Rempt.
Committed on 12/03/2013 at 10:49.
Pushed by rempt into branch 'master'.

Disable the tabs test

It needs to be fixed, but we need to get to 0 failures on the buildbot
first, as discussed in Essen

CCMAIL:calligra-devel at kde.org

M  +7    -4    libs/textlayout/tests/TestBlockLayout.h

http://commits.kde.org/calligra/a38c2c75f9fac5f2ec588ce1bfee1304b986651f

diff --git a/libs/textlayout/tests/TestBlockLayout.h b/libs/textlayout/tests/TestBlockLayout.h
index b3b8841..e0cb012 100644
--- a/libs/textlayout/tests/TestBlockLayout.h
+++ b/libs/textlayout/tests/TestBlockLayout.h
@@ -40,6 +40,13 @@ class TestBlockLayout : public QObject
 public:
     TestBlockLayout() {}
 
+    /// FIXME: fix these broken tests
+
+    /// Test tabs.
+    void testTabs_data();
+    void testTabs();
+
+
 private slots:
     void initTestCase();
 
@@ -71,10 +78,6 @@ private slots:
     /// Test first line indent of paragraphs.
     void testTextIndent();
 
-    /// Test tabs.
-    void testTabs_data();
-    void testTabs();
-
     void testBasicTextAlignments();
     void testTextAlignments();
 



More information about the calligra-devel mailing list