[calligra] krita/ui/tests: Disable rotatepaintnode test
Boudewijn Rempt
boud at valdyas.org
Tue Mar 12 08:25:26 GMT 2013
Git commit e1660b6c011d1b39adab69341465377b96796ab9 by Boudewijn Rempt.
Committed on 12/03/2013 at 08:59.
Pushed by rempt into branch 'master'.
Disable rotatepaintnode test
It needs to be fixed and re-enabled, but we need to get to zero failures
on the build bot first, so, as discussed in Essen, disable the broken
unittests.
CCMAIL:kimageshop at kde.org
CCMAIL:calligra-devel at kde.org
M +4 -2 krita/ui/tests/kis_node_manager_test.h
http://commits.kde.org/calligra/e1660b6c011d1b39adab69341465377b96796ab9
diff --git a/krita/ui/tests/kis_node_manager_test.h b/krita/ui/tests/kis_node_manager_test.h
index 72e6c52..538c620 100644
--- a/krita/ui/tests/kis_node_manager_test.h
+++ b/krita/ui/tests/kis_node_manager_test.h
@@ -24,13 +24,15 @@
class KisNodeManagerTest : public QObject
{
Q_OBJECT
-private slots:
+
void testRotatePaintNode();
+
+private slots:
+
void testShearPaintNode();
void testScalePaintNode();
void testMirrorXPaintNode();
void testMirrorYPaintNode();
-
void testRotateShapeNode();
void testShearShapeNode();
void testScaleShapeNode();
More information about the calligra-devel
mailing list